• If you have a list of checkboxes (checks[])
    [] Option 1
    [] Option 2
    [] Option 3

    how do you define conditions for:
    1) If only Option 1 is ticked
    2) Any Other options except Option 1 ticked
    3) Option 1 and any other option ticked

Viewing 1 replies (of 1 total)
  • Thread Starter cartrack

    (@cartrack)

    Upon further experimentation, I think the question boils down to:

    What do you enter into the IF statement “enter value” field to:
    a) Specify the contents of the array
    – Can specify a singular value “Option 1” but not multiple “Option 1, Option 2” or is the syntax incorrect? nothing in Forums/documentation about this.

    b) Specify an empty array
    – At the moment [Equal To “blank”] AND [Not Equal To “blank”] both return true irrespective of which boxes are ticked

Viewing 1 replies (of 1 total)
  • The topic ‘Specify condition for check boxes’ is closed to new replies.