posted 15 years ago
Hi,
I am newbie to Jasper Reports. I have to generate a report with multiple datasources. Let's say i have two datasources ds1 and ds2.
I want to generate a report of this type
ds1--> data1
ds1--> data2
ds1--> data3
ds2-->data1
ds2-->data2
ds2-->data3
I tried to use subreports but its generating the report of this type which is what i dont want
ds1--> data1
ds2--> data1
ds1--> data2
ds2--> data2
Can any please let me know how can we acheive this?
Thanks in advance,
Srikanth.