Menu

Operators

Updated: 2023-03-27

Use the following operators in field codes to build conditions based on the content in a field.

Note: There is no else operator, you must create a reverse condition with not().

Operator Description

and

Both statements are true.
or Either statement is true.
> The value of the first statement is greater than the value of the second statement.
< The value of the first statement is less than the value of the second statement.
>= The value of the first statement is greater than or equal to the value of the second statement.
<= The value of the first statement is less than or equal to the value of the second statement.
= Statements are equal or produce the same results.
!= Statements are not equal or produce different results.