I have a report that prints employee timesheet hours. The report is sorted by location (ORDER BY location). The location is passed to the report section as part of a record. I have an "After Group Of location" which prints total hours for that location and then Skips to Top of Page. When the next page prints the Page Header (where the location is printed) it still shows the location just completed.
Shouldn't the new page show the next location? It seems like if I'm sorting on location that each new page should show the new location. Am I doing something wrong? Can I put the Skip to Top of Page in another section?
Thanks.
Shouldn't the new page show the next location? It seems like if I'm sorting on location that each new page should show the new location. Am I doing something wrong? Can I put the Skip to Top of Page in another section?
Thanks.