Page 1 of 1

Totals on databand

Posted: Mon May 11, 2009 6:07 am
by Fabio Pagano
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

Posted: Tue May 12, 2009 4:13 pm
by Jan
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.

Totals on databand

Posted: Wed May 13, 2009 12:54 pm
by Fabio Pagano
OK.

Thank you very much.