Hello,
I'm a Crystal guy new to SSRS and am stumped.
How can one reset the total number of pages based on a group. I can't get the following code to reset on a group.
=Globals!PageNumber & " of " & Globals!TotalPages
For example, if I have an employee group, if one employee has 2 pages I want the page footer to read 'Page 1 of 2' on the first page and 'Page 2 of 2' on the second page.
If the next Employee has 3 pages I want the pages to read 'Page 1 of 3, Page 2 of 3, Page 3 of 3' respectively.
Does anyone know how to reset total page numbers per group
Thanks for any assistance.
Dan
I'm a Crystal guy new to SSRS and am stumped.
How can one reset the total number of pages based on a group. I can't get the following code to reset on a group.
=Globals!PageNumber & " of " & Globals!TotalPages
For example, if I have an employee group, if one employee has 2 pages I want the page footer to read 'Page 1 of 2' on the first page and 'Page 2 of 2' on the second page.
If the next Employee has 3 pages I want the pages to read 'Page 1 of 3, Page 2 of 3, Page 3 of 3' respectively.
Does anyone know how to reset total page numbers per group
Thanks for any assistance.
Dan