SUM Just prints [SUM(<frDsReport."Amount">,MasterData1)]
I am trying to add a SUM to my report.
I add the field:
[frDsReport."Amount"]
to the MasterData Band and it prints OK
In the GroupFooter (also tried Page Footer) I added:
[SUM(<frDsReport."Amount">,MasterData1)]
But instead of summing it up it prints:
[SUM(<frDsReport."Amount">,MasterData1)]
where the sum should be.
I add the field:
[frDsReport."Amount"]
to the MasterData Band and it prints OK
In the GroupFooter (also tried Page Footer) I added:
[SUM(<frDsReport."Amount">,MasterData1)]
But instead of summing it up it prints:
[SUM(<frDsReport."Amount">,MasterData1)]
where the sum should be.
Comments
I click on Aggregate Value
Fill in all field
CLick OK
But when I look at it again it has Text Selected and
[SUM(<frDsReport."Amount">,MasterData1)]
in the text field
I've see SUM([frDsReport."Amount"])
Try
[SUM(<frDsReport."Amount">)] Create small demo project and attach it
and from my original fr3 file as OriginalFile.pdf
It works when I create a test project. I will look at what could be different. If you have any ideas, please let me know.