Page 1 of 1

RR 11 Accumulation Question

Posted: Mon Jun 13, 2005 12:35 pm
by MIke_Csom_(Guest)
I have a report written in R&R 11.0.006 with a problem.____I am summing payments by bank account and want to Change the page header to say Grand Total on the last page of each account (I have also added a new page line for the account footer to show this on its own page). I have created a preprocessed total (preprocamt) on the payment amount and a second accumulating total field (accprocamt) on the same.____When they are equal, I print grand total, otherwise the payment type description. I noticed on the first page that my accprocamt has already begun summing (has a non zero value) the payment->amount. This causes me a problem if there is one payment on the second to last page, because the two totals are already equal (the last payment having already been summed).____Is there a better way to do this or am I missing something? I appreciate any help in this matter.____Mike

=> RE: RR 11 Accumulation Question

Posted: Mon Jun 13, 2005 9:25 pm
by kfleming
Why not enable swap footer for the group. That way the page footer will print on each page except the last page of the group where the group footer will be swapped for the page footer.____You^d have to put the total on the footer rather than the header but it would print only once at the end of the group.____Kathleen__R&R Support