- Help Center
- Operations
- Operator
LT Operation
How to use the LT operation in formulas
Definition
The LT operation will test if a value is strictly less than another value.
Example
LT(1, 2)
Result:
true
Syntax Guide
LT(value1, value2)
value1 - The value to test as being less than value2
value2 - The second value
Formula In Use
LT($ATT.SUGGESTED_RETAIL_PRICE,$ATT.STORE_PRICE)
What's Next?
- Learn more about how to write formulas
- Check out the LTE Operation
- Check out the MAP operation