Crosstab and operation (SUM,COUNT,...)
I desperately try to find how to change the type of operator in a crosstab.
By default it is SUM.
In the Editor it's possible to change to value like COUNT,MIN,MAX...
But programmatically you need to use the CELLFUNCTION I suppose.
It refers to a TFRXCROSSFUNCTION in the FRXCROSS.DCU unit.
But I can't find how to change the operator into it.
It seems there's a GetCellFunction /SetCellFunction but it's private and not documented.
Does anyone know if/how it's possible?
By default it is SUM.
In the Editor it's possible to change to value like COUNT,MIN,MAX...
But programmatically you need to use the CELLFUNCTION I suppose.
It refers to a TFRXCROSSFUNCTION in the FRXCROSS.DCU unit.
But I can't find how to change the operator into it.
It seems there's a GetCellFunction /SetCellFunction but it's private and not documented.
Does anyone know if/how it's possible?