Hi !
I have a report with one group (by id) :
id=1 ....
...(data)
TOTAL id 1 :
..........................
id=2
...(data)
TOTAL id 2 :
....................
id=n
...(data)
TOTAL id n :
.....................
is it possible to create a custom total on the last page/report summary of this report like that :
id1 : TOTAL : ...
id2 : TOTAL : ...
id3 : TOTAL : ...
......
idn : TOTAL : ...
Thanks a lot !
Is this possible (some totals on last page) ?
Is this possible (some totals on last page) ?
Hi,
That is possible.
Please add the same bands as you have in the end of the page and set DataBand height to zero.
Similar report you can find in Demo.exe: 'All GroupFooters at End' in the 'Reports with Groups' group of reports.
Thank you.
That is possible.
Please add the same bands as you have in the end of the page and set DataBand height to zero.
Similar report you can find in Demo.exe: 'All GroupFooters at End' in the 'Reports with Groups' group of reports.
Thank you.
Is this possible (some totals on last page) ?
This is great,thanks a lot !!!!