Self made aggregate function

edited 3:49PM in FastReport 4.0
Hi,

I'm using Delphi XE and FastReport, 4.0

Is there a way to create aggregate functions and add them to the FastReports like these simple functions:
https://www.fast-report.com/documentation/D...n_to_report.htm

For example I need a function that shows the fields in a group separated by a ',' => "Test1,Test2,Test3"
= = = = =
Test1
Test2
Test3
= = = = =
Test1,Test2,Test3

and some more functions.

It is important that the function call works like the others.
[SUM(<Group."ItemsTotal">,MasterData1,1)]

Or is there a solution in a new version?

Any ideas?

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 3:49PM
    read the developers manual on creating functions and create your own function library

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.