Comparison operators
Two values are compared with each other
Last updated
Two values are compared with each other
Last updated
This allows you to compare 2 numeric values. The operators return a result that is either true or false. The output in the Ninox field is Yes (true
) or No (false
).
Operator | Description | Examples |
---|---|---|
| equal | |
| not equal | |
| less than | |
| less than or equal to | |
| greater than | |
| greater than or equal to | |
| contains | |