MeasureUsageSetupColumnTotalsCalculation Method

Defines an optional calculation rule to be employed for subtotals and grand totals. The calculations are performed alongside result columns.

Namespace: Dundas.BI.Entities.MetricSets
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public TotalsCalculationRule SetupColumnTotalsCalculation(
	string statement,
	bool useDetailLevel,
	bool isGrandTotalOnly
)

Parameters

statement  String
The expression statement.
useDetailLevel  Boolean
If set to all the computations use data for the requested hierarchies detail levels; otherwise, grand totals are calculated using subtotals data.
isGrandTotalOnly  Boolean
If set to the rule is applied only to the grand total, while subtotals continue to use the standard aggregator.

Return Value

TotalsCalculationRule
The totals calculation rule.
Exceptions
ExceptionCondition
ArgumentExceptionstatement is either or empty.
See Also