TcxPivotGridOptionsData.CalculationBase Property
In This Article
Specifies how summary values are calculated for data cells.
#Declaration
Delphi
property CalculationBase: TcxPivotGridCalculationBaseType read; write; default cbRawData;
#Property Value
Type | Default |
---|---|
Tcx |
cb |
#Remarks
Options include:
Value | Meaning | Sample |
---|---|---|
cb |
A data cell’s summary values are calculated using data records corresponding to this data cell. | ![]() |
cb |
A data cell’s summary values are calculated using visible data from the higher level of detail. | ![]() |
Use the SummaryNullIgnore property, to specify whether null values are used in the calculation.
The default value of the CalculationBase property is cbRawData.
See Also