DiegoSedai
Technical User
My report uses GF1 to list summaries of transaction amts by district groups. I need a new page after each GF1 summary section, but not for the final district summary since the report footer has the grand total for all districts. I can do this using the GF1 "new page after" value with the conditional formula:
(PageNumber+1 < TotalPageCount);
this does suppress the last page throw...
Problem: the last page has page number format of Page 2 of 3
But there are now only 2 pages. How can I reset the total page count since the "last page" doesn't ever print?
I tried setting the GF1 "reset page number after" value using a conditional suppression formula :
(PageNumber+1 = TotalPageCount);
This doesn't help... Maybe my page # logic is off or maybe you just can't mess with page numbers this way. Any ideas??
Diego
(PageNumber+1 < TotalPageCount);
this does suppress the last page throw...
Problem: the last page has page number format of Page 2 of 3
But there are now only 2 pages. How can I reset the total page count since the "last page" doesn't ever print?
I tried setting the GF1 "reset page number after" value using a conditional suppression formula :
(PageNumber+1 = TotalPageCount);
This doesn't help... Maybe my page # logic is off or maybe you just can't mess with page numbers this way. Any ideas??
Diego