I have a report with 3 levels of grouping. Is it possible to print group bands (headers and footers) for the first two groups first on one page, and then the detail bands (grouped by group 3, the innermost group) surrounded by header and footer starting from the next page?
Example:
Detail record is student: [school, class, name, grade]
Group 1 header:
School
Group 2 header:
Grade,
count(students with this grade)
Group 1 footer:
(empty)
Group 2 footer:
count(students in school)
New page
Group 3 header:
class
Detail Band:
name of student,
grade
Group 3 footer:
count(students in class)
Example:
Detail record is student: [school, class, name, grade]
Group 1 header:
School
Group 2 header:
Grade,
count(students with this grade)
Group 1 footer:
(empty)
Group 2 footer:
count(students in school)
New page
Group 3 header:
class
Detail Band:
name of student,
grade
Group 3 footer:
count(students in class)