Home > Working with Planning Projects > Building an Application > Building Application Models > Building A Cube Model > Measure Settings > Measure Logic Functions > SUM function
SUM function Last Updated 8/26/2008 1:04 PM
The SUM function allows a range of measures to be summed.
Format: SUM('MEASURE1', 'MEASURE2')
where:
MEASURE1 is the first measure.
MEASURE2 is the last measure.
EXAMPLE:
Assume you wish to add up all expense items.
'Salaries' 'Marketing' 'Training' 'Office Admin' 'Total Expense' = SUM('Salaries', 'Office Admin')
Note: If you change the order of the measures, this may impact a SUM expression.
See Also PREVIOUS function MAX function MIN function DEPRECIATION function INT function ROUND function ROUNDUP function ROUNDDOWN function IF Function SWITCH Function
|