SUM

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:

SUM(sScore(“Net Sales”), sScore(“NetProfit”)) adds the two scores and inserts 20,000,340.

  To use this function:

  1. Select Functions, then Statistical, and double-click SUM.

    This inserts SUM(arg1, arg2...)

  2. 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.

  3. Select the object to use from the box that is displayed.

  4. Repeat steps 2 and 3 to specify the remaining arguments.