Is that FR 3.0 's Bug?

I USED FAST REPORT 3.0, AND FOUND QUESTIONS AS BELLOW.

<span style='color:red'>AGGREGATES MATHODS ARE DETACHED FROM BUILT-IN FUNCTIONS</span> ( AS THAT OF FR 2.X). IF YOU WANNA DO SOME FUNCTION LIKE:

MYFUNCTION([SUM(DS.FIELD, BAND1)])

MYFUNCTION MEANS ANY FUNCTION DECLARED IN FR.

FR 3.0'S COMPLIER WILL NOT RECOGNIZE THE FUNCTION SUM(), AND WILL RAISE AN EXCEPTION: 'UNDECLARED IDENTIFIED SUM.....'; 'CAUSE SUM() IS NOT DECLARED AS A FUNCTION. BUT I NEED TO PROCESS THE AGGREGATES RESULT.

HOW CAN I RESOLVE THIS PROBLEM?

Comments

  • edited 12:13PM
    Please read the documentation! User manual, "The aggregate function call features" topic.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.