Page 1 of 1
Page totals
Posted: Sun Feb 16, 2003 6:22 pm
by terry1Q
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
Posted: Sun Feb 16, 2003 8:16 pm
by kfleming
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
Posted: Mon Feb 17, 2003 1:42 pm
by terry1Q
thanks for the help that took care of my problem.