Use SUM to add the values of a group of objects. This function has this syntax, in which you replace arg1, arg2 with the objects to use:
SUM(arg1, arg2...)
For example, assume these scorecard scores:
Net Sales = 340
Net Profit= 20,000,000
SUM(sScore(“Net Sales”), sScore(“NetProfit”)) adds the two scores and inserts 20,000,340.
To use this function:
Select Functions, then Statistical, and double-click SUM.
This inserts SUM(arg1, arg2...)
Replace arg1 with the function that inserts the object whose values you want to use.
For example, to add the results of a measure, insert mResult.
Select the object to use from the box that is displayed.
Repeat steps 2 and 3 to specify the remaining arguments.