Conditional Joiners Reference

You can use conditional joiners to join two or more separate conditional statements to form a new criteria for a conditional expression. For more information, refer to Building Conditional Expressions.

   

Conditional joiner

Description

And

When two or more conditional statements are joined by an "And" joiner, all conditional statements must be met to run the instruction.

Or

When two or more conditional statements are joined by an "Or" joiner, one or more of the conditional statements must be met to run the instruction.

Not And

When two or more conditional statements are joined by a "Not And" joiner, the instruction is run if at least one of the conditional statements is unmet. If all the conditional statements are met, the instruction is not run.

Not Or

When two or more conditional statements are joined by a "Not Or" joiner, all of the conditional statements must be unmet to run the instruction.