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

How to have more than one query in jrxml file?


sweet_0_dream

Recommended Posts

I have a query in jrxml. The response of the query is looks like this:

<Person><ID>...</ID></Person>[/code]

I want to make another query that the ID should comes from first query response (Basically using first query IDs in the nest query). The response of second query is like this:

<Person><ID>...</ID><Job>...</Job><Job>...</Job><Job>...</Job></Person>[/code]

I added a variable which contains the second query and passed the ID to it. But how can I send the Jobs of the second response to my subreport? Any help is appreciated.

Link to comment
Share on other sites

  • Replies 1
  • 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...