Bug with SUM in TableCell and GroupFooter

i have recently updated FastReport from version 6.9.6 to version 2022.1.3.

In the GroupFooter of a report, i have a TableCell with the Summary of a field that is show to MasterData like the example

[SUM(<frxDBMyDataset."MyField">,MasterData1)]

With the previous version, the sum was calculating correctly. In the new version the cell in not showing anything and stays emtpy.

I tried to add a MemoView with the same expression and the summary is working. The odd thing is that when i put the MemoView in GroupFooter, the TableCell work also correct.

Is this a bug or am i missing something?

Leave a Comment