Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

print groups then grouped details

Status
Not open for further replies.

shalloran

Programmer
Feb 25, 2001
6
AU
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)



 
You might try doing the first page using a cross-tab with two row fields, and then grouping the report itself using the Group 3 field and the details. Ken Hamady
Crystal Reports Training/Consulting and a
Quick Reference Guide to VB/Crystal (including ADO)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top