by AlexZencovich » Fri Jan 16, 2009 6:46 pm
You have to define TPivotMap.OnCalcMeasureGetFunction event handler which will handle functio by name and array of parameters.
Then in calc measure write like
begin
func MyFunc;
Result = MyFunc("Measure","Measure2");
end;
Best regards,
Alex Zencovich
-------------------------------------------------------------------------------------------------------------------------------------------
www.pivotcube.com - OLAP solution for Delphi, C++ Builder and ActiveX environment