View Full Version : How to put total sum in the last page


izen
07-16-2009, 06:19 AM
Hi guys
I would like to put the total sum in the last page of the report. right now i put the total sum on page footer it appears every pages of the report. I would like to have total sum only the last page how can i do?
thank you

Rich
07-16-2009, 06:33 AM
The quickest way is to put it in the Report footer, you can then use code to display it on the last page of page footer if you wish

izen
07-16-2009, 08:42 AM
thanks it works

statsman
07-16-2009, 01:09 PM
Remember, there are two footers on your report, page footer and report footer.
Page footers appear on every page.
Report footers appear at the end of the completed report.