G
Guest
Hi!
I have a problem with the sum fuction. I have a report format like this
HEADER
.......
DETAIL
242 34 ..........
432 45 ..........
A FOOTER
Sample Sum=Last([Charge])
B FOOTER
Total Sum=ShouldAddFromAboveSampleSum
But if the report have serveral detail groups, how do I get the total sum?
BTW, the Charge data is not showing in detail section. Thank you.
the output looks like this
1000 ..................
1001 ..................
1002 ..................
Sample charge = 7
2000 ................
2001 ................
2002 ................
Sample charge = 4
Total charge = 11
I have a problem with the sum fuction. I have a report format like this
HEADER
.......
DETAIL
242 34 ..........
432 45 ..........
A FOOTER
Sample Sum=Last([Charge])
B FOOTER
Total Sum=ShouldAddFromAboveSampleSum
But if the report have serveral detail groups, how do I get the total sum?
BTW, the Charge data is not showing in detail section. Thank you.
the output looks like this
1000 ..................
1001 ..................
1002 ..................
Sample charge = 7
2000 ................
2001 ................
2002 ................
Sample charge = 4
Total charge = 11