PivotEvaluatorDimCalcType

Description

The PivotEvaluatorDimCalcType enumeration contains types of the calculated factor that is calculated for express report.

It is used by the IPivotEvaluatorDimCalculatesItem.Type property.

Available Values

Value Brief description
0 Custom. The user calculated factor. The calculated factor is calculated according to the formula specified in the Expression expression.
1 PercentToTotal. Percent to a total. Calculated factor values are calculated in percentage to a grand total.
2 PercentToSubTotal. Percent to a subtotal. Calculated factors values are calculated in percentage to subtotals. Subtotals values are calculated in percentage to a grand total by the factor.

See also:

Pivot Assembly Enumerations