The EaxDataAreaTransformationCalculationMode enumeration is used to set order of formula calculation for calculated elements in calculation chain.
It is used by the following property:
Value | Brief description |
0 | AfterDataSourceExecute. Default. The formula is calculated before aggregation and totals calculation. |
1 | AfterCalcTotals. Formula is calculated after totals calculation. |
2 | AfterAggregation. Formula is calculated after aggregation calculation. |
NOTE. The totals calculation is executed only after aggregation calculation. Change order of formula calculation in the Totals Calculation item can lead to totals results change.
See also: