i have a student table that has each student with 10 rows for the 10 subjects he undertakes .in the header section there is a field for school name and students name in the body section there is a table with subject and scores when i use a filter of one student it displays expected results but when i do not apply filters it displays only one name in the headers section and a continuous rows of all student record but i want it to display each student name and school name on different pages plus their records[This are part of the desired results][1]
Asked
Active
Viewed 46 times
0
-
1provide sample data with image so we can better understand. – Sanjay Radadiya Aug 07 '16 at 06:12
1 Answers
0
If I understand you question correctly you want to show student detail on each page (one student on one page if 10 student show 10 page) right ?
First, Add List to you body and move all control to List then group on student name or unique field to student.
Then. In List Properties Set Page break between each instance of a group.
you can see this question to guide.

Community
- 1
- 1

Chanom First
- 1,136
- 1
- 11
- 25