Multiple unrelated in JasperReports
Posted
by Laren Mortensen
on Stack Overflow
See other posts from Stack Overflow
or by Laren Mortensen
Published on 2010-04-16T19:42:39Z
Indexed on
2010/04/16
19:43 UTC
Read the original article
Hit count: 269
I am using iReport with JasperReports. I want to include multiple subreports that have unrelated sql queries. I would like to be able to put these all on one report.
The problem I am facing is that when I leave the master report sql query empty, none of my subreports have any data. There isn't really anything that the master report sends to the subreports since they are unrelated. Basically how do you throw multiple unrelated reports together into one report.
© Stack Overflow or respective owner