Exporting multiple reports in a single page.
Posted: Wed Aug 17, 2016 11:19 am
Hi,
Suppose such a situation:
We have an application that monitors the situation of a school, for each class we have a report with data about students.
Each report is generated on the basis of a parameter: SELECT * FROM table_1 ........... WHERE table_1.class_name = 1 and
we obtain all students from first class, in ex.png you can see the layout of a report.
How can i get in a single report, data about more classes (class_name = 1,2....7) not only to receive all students, but for each class to get the structure complete of the report(header, footer).
Thanks,
Vadim
Suppose such a situation:
We have an application that monitors the situation of a school, for each class we have a report with data about students.
Each report is generated on the basis of a parameter: SELECT * FROM table_1 ........... WHERE table_1.class_name = 1 and
we obtain all students from first class, in ex.png you can see the layout of a report.
How can i get in a single report, data about more classes (class_name = 1,2....7) not only to receive all students, but for each class to get the structure complete of the report(header, footer).
Thanks,
Vadim