Hi,
I am currently doing advanced calculations in Pivot grid using calculation expressions.
I would like to use Square root function inside (sqrt). What are available function ?
aggregateField.CalculationExpression =
"(({0}/{1})*({1}-{2})"
;
i would like something like this to be evaluated :
aggregateField.CalculationExpression =
"(({0}/{1})*(Sqrt({1}-{2}))"
;
in my case i would like to avoid using OnItemNeedCalculation event, because all formulas are downloaded from a database dynamically, and it creates dynamically aggregates in pivot grid.
Regards,
Maxime LEMARE