This is more of a generic question to let because I don't know where to start. I'm not a teacher, but this is the example I'll use because it's relatable. I'm using R, and Sweave to generate these reports.
Say I was a teacher with 6 classes and I wanted to generate a report for each class. Each report started with a summary table that listed each student in the class and their grade for the current period and previous periods. In the subsequent pages of each report is a one-page summary of each student for the current grading period that has some graphs and scores on homework, quizzes, tests, etc.
I've used this answerto generate loop reports to much success and can probably fumble my way through generating the summary page to begin each report; however, I'm a bit confused as to how to get the subreports for each student. Any advice as to what to search for or online articles is greatly appreciated. Also, if you have general advice for my general question, that is greatly appreciated, as well.