MicroStrategy ONE
Less Than (<)
Returns TRUE if the first value is less than the second value.
Syntax
Arg1 < Arg2
Where:
Arg1 and Arg2 are attributes, facts, metrics representing a list of numbers, text strings, date/time, or functions that return literal values. Arg1 and Arg2 must be of the same data type.
Example
A condition is defined as:
Profit < Cost
This condition returns TRUE only if the profit is less than the cost.
