Report "Group" or "Break" Headers #117
-
I am trying to create a class roster report for school administration. Essentially, they want the report something like this: Class name 1, Instructor The query returns the class name, instructor and student information as 1 row per student. How can I detect a change in class and output the header at the top of each group? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
In your model, you should just drop [Class name] and [Instructor] in the page panel, |
Beta Was this translation helpful? Give feedback.
In your model, you should just drop [Class name] and [Instructor] in the page panel,
then drop the other fields in the row panel.