Crystal 8.5
I'm writing a report of standardized testing data for the students enrolled in each teacher's classes. The report is grouped by:
Group #1 - school id#
Group #2 - teacher name/number (combined)
Group #3 - course number (Course 1141)
Group #4 - Course section number (Course 1141, Section 01, 02, etc)
The details section is made up of a subreport showing each student's scores, grouped by the student ID. The student ID is also the link field between the subreport and container report.
All of this to set up the problem: I have a page break in the footer for Group #4 (which means that every time a new class/section period starts, a new page starts). I also have the teacher name repeating on each page. The repeat of the teacher name is the problem.
When the page breaks to the new teacher, the previous teacher's header prints (with nothing else under it). I know I need some conditional suppression, but I don't know exactly what to evaluate since the detail is a subreport.
Thanks for any suggestions.
I'm writing a report of standardized testing data for the students enrolled in each teacher's classes. The report is grouped by:
Group #1 - school id#
Group #2 - teacher name/number (combined)
Group #3 - course number (Course 1141)
Group #4 - Course section number (Course 1141, Section 01, 02, etc)
The details section is made up of a subreport showing each student's scores, grouped by the student ID. The student ID is also the link field between the subreport and container report.
All of this to set up the problem: I have a page break in the footer for Group #4 (which means that every time a new class/section period starts, a new page starts). I also have the teacher name repeating on each page. The repeat of the teacher name is the problem.
When the page breaks to the new teacher, the previous teacher's header prints (with nothing else under it). I know I need some conditional suppression, but I don't know exactly what to evaluate since the detail is a subreport.
Thanks for any suggestions.