TDBCrossTabSource.Formula
TDBCrossTabSource
property Formula: TGroupFormula;
Unit
TeeDBCrossTab
Description
Default : gfSum
Determines how will the crosstab use database values to add points to series.
By default is "gfSum", that means values will be acumulated so series points will show the sum of values.
The gfCount option means values will not be used, and the series will show the number of records (count) for each group and label.