Jump to content
We've recently updated our Privacy Statement, available here ×

XML datasource grouping


torkild.hagen

Recommended Posts

Hi
I am trying to create a report in Jasper Studio based on a XML file with a hierarchical structure like the following:

<parents>   <parent>    <info>      <id>      <name>    <addtl_info>    <children>      <child>        <id>        <name>      <child>        <id>        <name>  <parent>    <info>      <id>      <name>    <addt_info>    <children>      <child>        <id>        <name>      <child>        <id>        <name>

 

For each parent I want to list the id, name and addtl_info elements as heading, then list the child/id and child/name elements of all associated children.
How is this achieved?

Kind Regards,
  Torkild Hagen

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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...