Viewing 1 replies (of 1 total)
  • Plugin Author Jules Colle

    (@jules-colle)

    So sorry for the late reply.

    If you are not using “And” and you simply create a new condition it works like OR.

    So for example if you want to show group-a if field-a equals “option 1” OR field-b equals “option 1”, you can just create two rules like this:

    Show group-a if field-a equals "option 1"
    Show group-a if field-b equals "option 1"

    By contrast, if you want to show the group if field-a equals “option 1” AND field-b equals “option 1” you would write:

    Show group-a if field-a equals "option 1"
             and if field-b equals "option 1"
    • This reply was modified 7 years, 7 months ago by Jules Colle.
Viewing 1 replies (of 1 total)

The topic ‘if any, or operator’ is closed to new replies.