LT Operation

How to use the LT operation in formulas

Definition

Example

Syntax Guide

Formula In Use

 


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)

LT


What's Next?