I have a situation where i need to print a total on the data band, when first column changes.
Example of actual situation, where the total is in a group footer printed when first column changes:
A 100
A 200
...Total 300
B 500
B 100
B 200
...Total 800
Example of what i need:
A 100
A 200 300
B 500
B 100
B 200 800
Is it possible?
Thank you.
Totals on databand
- Fabio Pagano
- Posts: 355
- Joined: Mon Apr 16, 2007 12:38 pm
- Location: Bari (Italy)
Totals on databand
Hello,
Yes you can do this. Please check attached sample report.
p.s. You need set Link property of text component to true.
Thank you.
Yes you can do this. Please check attached sample report.
p.s. You need set Link property of text component to true.
Thank you.
- Attachments
-
- 176.SimpleGroup.mrt
- (22.47 KiB) Downloaded 162 times
- Fabio Pagano
- Posts: 355
- Joined: Mon Apr 16, 2007 12:38 pm
- Location: Bari (Italy)
Totals on databand
OK.
Thank you very much.
Thank you very much.