Operators
Operators are used to build a calculation or condition. The following operators are available:
| Operator | Meaning |
|---|---|
| = | Equals to |
| <> | Not equal to |
| > | Greater than |
| < | Less than |
| >= | Greater than or equal to |
| <= | Less than or equal to |
| + | Plus |
| - | Minus |
| / | Divide |
| * | Multiply |
Formula Designer:
Any of the following arithmetic operators are available to use in formulae; add (+), subtract (-), multiply (*), divide (/), as well as the logical operator OR (|).