Report Card Report
Posted: Tue Nov 09, 2010 3:50 pm
I am working on creating a report card type report. It needs to be structured like this:
Header: Student information, address, phone, grade ....
Detail: Student classes and grades
Footer: GPA
Detail: Class Comments
I have two data sources. One for the grades and one for the comments.
I have everything working just fine except for showing the class comments. If I setup a relation between the grades and the comments, the comment prints under each grade which is not what I want. If I do not setup a relation then it just prints on the last page. I need it to loop through the data for that student, print the date at the bottom of the page and start a new page. I am attaching my page.pg file which might help you understand what I am trying to accomplish.
Thanks,
Mat
Header: Student information, address, phone, grade ....
Detail: Student classes and grades
Footer: GPA
Detail: Class Comments
I have two data sources. One for the grades and one for the comments.
I have everything working just fine except for showing the class comments. If I setup a relation between the grades and the comments, the comment prints under each grade which is not what I want. If I do not setup a relation then it just prints on the last page. I need it to loop through the data for that student, print the date at the bottom of the page and start a new page. I am attaching my page.pg file which might help you understand what I am trying to accomplish.
Thanks,
Mat