Specifies whether or not totals should be computed for a dimension.
Considerations regarding chart drawing and output sorting: When selecting a chart visualization
(specified by drawAs) that displays aggregated values, it is necessary that aggregation is performed
on the dimensions required by the chart. Similarly, output sorting requires an aggregation function
to be defined for all dimensions by which these will be sorted. In the case that more then one
aggregation option is selected, the processor will pick the aggregate option that is highest up in
the priority list:
- computeTotal
- computeAverage
- computeMaximum
- computeMinimum
- computeCount
- computeDistinctCount
Type: Boolean
Default: TRUE. Unlike the other aggregation options, totals are computed by default.