Skip to Content
0
Former Member
May 21, 2008 at 04:46 AM

Index / Table ofContents

23 Views

I have a report that breaks on groups of sales categories. Say the report has 100 pages in total, with 20 sales category groups. Is there a way at the end of the report to "index" what page each category began on?

I'm thinking a "WhilePrinting..." variable that would capture the current page number at each group header. The trick that I can't figure is how to gather these values and put in a summary page at the end.

Say Category AA starts on page 1, Category BB starts on page 5, Category CC starts on 17, etc..........

I'd like to get a page at the end of the report like this:

Category Page

Category AA 1

Category BB 5

Category CC 17

Category DD 25

and so on ....