01-17-2024, 07:16 PM
The list of available formula operators:
Code:
& And
| Or
= Equals
# Not equals
< Less than
<= Less than or equal
> Greater than
>= Greater than or equal
<> Not equals
? If; Where
~ Except; Without
% In a list
! Not (use parentheses)
$ Distance to nearest
( Parenthesis (use to order complex formulas)
) Parenthesis (use to order complex formulas)
+ Add (only used for math calculations)
- Subtract (only used for math calculations)
* Multiply (only used for math calculations)
/ Divide (only used for math calculations)