Skip to main content
A newer version of this page is available. .

Variation Modes

Variation summary display modes are used to display absolute and percent variances between the current value and the previously calculated value for the current field.

The following variation modes are available.

  • Absolute Variation

    The absolute variance between the current value and the previously calculated value for the current field is displayed in the cell.

    This mode is specified by the PivotSummaryDisplayType.AbsoluteVariation value.

    SummmaryDisplayMode_AbsoluteVariation

  • Percent Variation

    The percentage variance between the current value and the previously calculated value for the current field is displayed in the cell.

    This mode is specified by the PivotSummaryDisplayType.PercentVariation value.

    SummmaryDisplayMode_PercentVariation

See Also