Page 1 of 1
Last Page Number of Group
Posted: Sat Dec 30, 2006 6:16 pm
by A_Rosenabum_(Guest)
I am aware that you can reset set the page number when a group name changes.____What I would like to know is is there a way to calculate the last page of the group?____I am using RR ver 10.
=> RE: Last Page Number of Group
Posted: Sun Dec 31, 2006 12:18 am
by Alan_Klein
R&R has no native feature that will let you know how many pages there are in a report or a group.____It seems to me that a lot would depend on when and for what you needed that calculation, as well as on how predictable the report is.____If you know how many records are going to be on each page, you could count the records and divide by the number of records per page, dropping the remainder.____If the number of records per page is variable, then, of course, this method would not work.