About custom measures
Hi
I want to ask you somathing about custom measures. (Pascal script)
ctAggregate functions
COUNT(BAND:Vairant=0;Flags:Integer=0) - for example
What am I supposed to pass to this BAND input parameter, and the meaning of the flag param.
Can you give me some detailed information about these functions .
Best regards
Boyan Paskalev
I want to ask you somathing about custom measures. (Pascal script)
ctAggregate functions
COUNT(BAND:Vairant=0;Flags:Integer=0) - for example
What am I supposed to pass to this BAND input parameter, and the meaning of the flag param.
Can you give me some detailed information about these functions .
Best regards
Boyan Paskalev
Comments
You need to create calculation measure with script.
FastCube 2 support two types of calculation measures:
-Simple calculation based on other measures
-Calculation based on detail records
See 2.1.10 FastScript use in http://www.fast-report.com/public_download...ual_English.pdf
Best regards,
Oleg Pryalkov.