Page Totals incorrect
Page Totals incorrect
I have a report which give a sub total at the bottom of every page on a multi page report, however the page total uses the first figure from page 2 as well as all of the figures from page 1. This makes the running total at the bottom of page 1 incorrect. Is this a feature or have I done something wrong? I would be grateful if anyone could point out where I have gone wrong or the work around if it is a bug. Thanks in advance for any help offered.__
=> RE: Page Totals incorrect
This can happen if you report has only group band lines and no record bands. It is caused by the way R&R manages its internal record pointer.__The workaround is to use a record band in place of the group footer and to control its printing logically so that only prints for the last member of the group. You can create two total fields that are counts and reset when the group changes. Make one of these pre-processed and then create a calc with expression TOTA=TOTB and use this calc to control the record band.______Kathleen__R&R Support