Jump to content
Changes to the Jaspersoft community edition download ×

How to create multiple datasets and use in single report?, Header Part / Details Part ?


Recommended Posts

  • 2 weeks later...

hi, I did this via xml datasource.

Something like this:

<document>

  <title>

    <field1></field1>

    <field2></field2>

  </title>

  <datasource1>

    <field1></field1>

    <field2></field2>

  </datasource1>

  <datasource2>

    <field1></field1>

    <field2></field2>

  </datasource2>

</document>

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...