How to create DetailData Summary

edited April 2016 in FastReport 4.0
I have Master/Detail report
MasterDataRow1
     DetailDataRow1
     DetailDataRow2
     DetailDataRow3
     DetailDataRow4
MasterDataRow2
     DetailDataRow1
     DetailDataRow2

And here I want to add Summary of DetailData
DetailDataRow1 - Count=2, Sum(DetailDataRow1)
DetailDataRow2 - Count=2, Sum(DetailDataRow2)
DetailDataRow3 - Count=1, Sum(DetailDataRow3)
DetailDataRow4 - Count=1, Sum(DetailDataRow4)

Is it possible to do it automatically? Now, I need to use many variables.

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.