MicroStrategy ONE
Least
Information returned
Returns the smaller value of two or more values. The Least function differs from the Min function, which simply returns the largest value in a single value list. Least can take multiple lists as input and compare the elements of the lists. This is a single-value function.
Syntax
Least(Argument1, Argument2, Argument3,...)
Arguments must be metrics.
For additional information on and an example of this function, refer to the Functions Reference.