| For | Possible Values |
|---|---|
| Number | + - * / = > < >= <= <> |
| String | + = <> |
| Date | > < = <> |
| Datetime | > < = <> |
| Comparing logical expressions | & (Ampersand for and) | (Pipe for or) |
The setup of advanced rules with operators must follow the correct syntax. Parameters (data type prefix and variable pair) should always be placed within parentheses to pass validation. For example:
Number:a=(Number:b)+(Number:c)-(Number:d)*(Number:e)/(Number:f)