I have hundreds of records that are imposed 9up per page, the problem is that I need a new page to start when a specific field changes in my XML. I could do this through separations but I don’t want separate files.
for example:
teacher 1 has 20 students, teacher 2 has 30 students and so on. Each student is a record and I only want to display one teacher’s students per page and each time the teacher changes a new page should begin. Hopefully this makes sense.