...
Compound Conditions joined by an AND operator must satisfy all of the sub-conditions to evaluate to true. Whereas Compound Conditions joined by an OR operator must satisfy any of the sub-conditions in order to evaluate to true.
...
Required Fields
Field Name | Description |
---|---|
Operator | The operator joins the sub-conditions together. AND = all of the sub-conditions must be satisfied to be true. OR = any of the sub-conditions satisfied to be true. |
Conditions | Two or more sub-conditions added together to create the Compound Condition. |
Optional Fields
Field Name | Description |
---|---|
Negate Result | If selected, the truth value will be the opposite for this condition. That is, when it would be normally true it will be false, and when it would normally be false it will be true. For a detailed explanation of evaluating Compound Conditions with Negate Results, click here. |
...