Totals (Sum)
This applies to: Managed Dashboards, Managed Reports
The Sum function calculates the sum total for a set of input values.
Syntax
SUM(d0,Alignments...)
Input
The Sum function requires the following input:
d0 - The set of data values for which the Sum is calculated.
Parameters
The Sum function accepts the following parameters:
Alignments (One or More, Optional) - Hierarchy placeholders to be used as the alignment axis. Input values are grouped by the specified hierarchy values, and the sum calculated for each group: e.g., SUM($Quantity$, $Country$) calculates the total for each country.
Output
The Sum function generates the following output:
Total - A single value representing the sum total of the input values (or for each group when using alignment parameters).
Note: To display the output in a separate visualization such as a data label, you can use a formula visualization.
Comments
0 comments
Please sign in to leave a comment.