• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Jasper Reports with Multiple Datasources

 
Ranch Hand
Posts: 228
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Montana has cold dark nights. Perfect for the heat from incandescent light. Tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic