I need to do a report on JasperReports (iReport 3.7.2) where the front pages appear before the page of the verse. (It is for a certificate).
I tried to do two subreports, each in a detail band, where the first has the sql to get the information from the front pages and the second subreport to the back pages.
However, I am only able to make them appear interspersed.
Example:
Page 1-Front of the certificate 1
Page 2-Back of the certificate 1
Page 3-Front of the certificate 2
Page 4-Back of the certificate 2
When in fact I wanted to
Page 1-Front of the certificate 1
Page 2-Front of the certificate 2
Page 3-Back of the certificate 1
Page 4-Back of the certificate 2
You know how should I solve this?
I solved my problem by concatenating the front pages with pages of verse as seen in the following link: How to merge two pdf documents into a single report in JasperReports?