Jump to content

Use value returned from main dataset in sub dataset of iReport


tvbishan

Recommended Posts

I have created a report with Jaspersoft Studio 6.4.3.final which contains List Element. I need to use value returned from main dataset in sub dataset (List Element) query.

Main data set return something like below. (always only one record return)

CustomerName     JobIDJohn             123,146[/code]

I need to use JobID in sub dataset (List Element) query as below.

Select * from JOB where jobId in (123,146)[/code]

I need to use the 123,146 form value returned from main dataset.
How could I achieve this?
 

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

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