Hi All,
I have a report showing information grouped by Month, Week and Day. Like this:
GH1: Month
GH2: Week
GH3: Day
Details...
GF3: ---
GH2: Summary of Week (THIS IS WHERE I WANT THE PAGE BREAK)
GH1: Summary of Month
I want to have a new page after each week, except after the last week (page) of a period, because I have a summary in the GF1 and it ends up on an empty page if there is a page break before it.
I tried to use "NOT OnLastRecord" but it only works for the last record, in the last week of the last month.
Is there some kind of "OnLastRecordOfGroup"?