The following operators are supported:
- +, -, *, /, =, !=, <>, <, <=, >, >=
- Brackets for grouping
- The NOT, OR, and AND operators
- The case-sensitive “=” operator. To compare two values as case-insensitive, the user needs to convert both values to upper or lower case using the appropriate function.
- The Modulo operator. Add a Modulo operator to the expression editor with inputs for the dividend and divisor values and an output of the remainder of the division operation.