Report Card Report
Report Card Report
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
- Attachments
-
- 685.DOC110910.pdf
- (32.41 KiB) Downloaded 302 times
-
[The extension pg has been deactivated and can no longer be displayed.]
Report Card Report
I have also attached a scanned image of the report. I get this when I just run it for one student. If I run it for more then one student at a time the comments only show up on the last student.
Mat
Mat
Report Card Report
Hello,
Please check the "Report sample.mrt" in attachment.
Thank you.
Please check the "Report sample.mrt" in attachment.
Thank you.
- Attachments
-
- 690.Report sample.zip
- (2.66 KiB) Downloaded 210 times
Report Card Report
How did you put the databand inside the childband?
Mat
Mat
Report Card Report
Hello Mat,
As you can see in ChildBand placed Panel component. In Panel component you can place DataBand.
Thank you.
As you can see in ChildBand placed Panel component. In Panel component you can place DataBand.
Thank you.
Report Card Report
Ah!!! I see. That fixed it. Thank you, Thank you, Thank you!!!
Mat
Mat
Report Card Report
Ok! Have a nice day!