tvbishan Posted September 4, 2020 Share Posted September 4, 2020 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now