- Help Center
- Operations
- Operator
LTE Operation
How to use the LTE operation for Computed Attributes
Definition
The LTE operation tests if a value is less than or equal to another value.
Example
LTE(1, 2)
Result:
true
Syntax Guide
LTE(value1, value2)
value1 - The value to test as being less than or equal to value2
value2 - The second value