Variation Types

<< Click to Display Table of Contents >>

Navigation:  User Interface Reference > Analyzers > General > Summary Types >

Variation Types

Previous pageReturn to chapter overviewNext page

 

Variation summary display types are designed to display absolute and percentage difference between the current value and the previously calculated value for the field.

 

Absolute Variation

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

AbsoluteVariation

For instance, the Andrew Fuller – Quarter 4 – AbsoluteVariation cell value is calculated as follows:

17 = 24 - 7

24 is the actual sum calculated against the Order Count field for Andrew Fuller – Quarter 4, and 7 is the previous summary value (Andrew Fuller – Quarter 3).

Percent Variation

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

PercentVariation

For instance, the Andrew Fuller – Quarter 4 – PercentVariation cell value is calculated as follows:

2.4286 = (24-7)/7

To specify formatting settings, use the data field’s PivotGridFieldBase.CellFormat property.