Home > Working with Planning Projects > Building an Application > Building Application Models > Building A Cube Model > Measure Settings > Measure Logic Functions > MIN function
MIN function Last Updated 8/26/2008 1:05 PM
The MIN function is similar to the MAX function but returns minimum values rather than maximum values.
Format: MIN('MEASURE1', 'MEASURE2', ['MEASURE3'...'MEASURE(n)'])
where:
MEASURE1 is the first measure.
MEASURE 2 is the second measure.
MEASURE 3 is the third measure.
...
MEASURE(n) is the nth measure.
See Also PREVIOUS function SUM function MAX function DEPRECIATION function INT function ROUND function ROUNDUP function ROUNDDOWN function IF Function SWITCH Function
|