Using iReports, is there a way to display data where it goes back and forth and pulls data from a single SQL statement?
If the SQL query returned the following records
a0 a1 a2 a3 a4 a5
The report will be completed as follows ...
a0 a1 a2 a3 a4 a5
Normally I would not have a problem executing the table, but I need to replicate some kind of “application”.
source share