Page totals
Page totals
Trying to total records on each page have a page header and page footer area. In the footer area have total field reset on page break.____Problem is that the total includes first record of following page.____Using ver 9.0 build 9.0.009
=> RE: Page totals
This happens when a report contains only group footers and no record bands.__The workaround is to move the group footer to the record band and then add a logical condition so that the record band prints just once per group. This can be done by having a group total that is pre-processed and a running total. The logic is then that the pre-processed total is equal to the running total (which should only be true for the last record of the group.____Kathleen__R&R Support
==> RE: Page totals
thanks for the help that took care of my problem.