Hi all,
in Jaspersoft Studio I need to define different dataset (different query) in same report. Then I would like to insert the fields from all the dataset in the report.
If I define a subdataset JasperSoft doesn't let me insert its fields in the report.
A subreport is not a solution for me because I have to insert fields from differente database table in the same report band.
How can I do it?
An example:
I need to generate a pdf whit data from 2 queries:
- the first query with the data of the document
- A second one that get the values for the labels. These values are stored in a database table created by an ERP procedure.
Thanks a lot!