I'm created a report with JasperStudio 5.5 that have many parameter defined in the main and a lot of sub-dataset (defined with tables) that required this parameters.
The situation:
/main/Parameters: myPar
/main/mySubDataSet1/
/main/mySubDataSet2/
...
/main/mySubDataSetN/
The sub-dataset need to use this parameter in her query: select * from Tab t where t.attr = $P!{myPar}
So, my problem is that the sub-dataset can't access at this main paramenter, all the time that i try compiled, the program send me "Parameter not found : myPar".
How i can do for use myPar in the sub-dataset?
p.s.: i read this thread Pass main dataset parameter to subdataset query (based on iReport) but without success...
1 Answer:
Parameters are attached to the dataset, if you expand the dataset itself, you'll find a section there for parameters, just like in your main report.
You'll need to link the parameters together though, using the connection properties where you're actually using the dataset, eg, in a chart or a table. For example, in the table, you go to the dataset tab of the properties pane, and click on the parameters button to map the parameters between your main report and your sub dataset.
works a lot!!! thx :)
Thanks a lot Cameron, you are a life saver :)
This was the best reply I've seen so far! Saved me tons of time.
Thanks , it works
Any idea how to do it with JS studio 6.0, it does not have the Parameters button
It's in the same location in Jaspersoft Studio 6 as it was in 5.5/5.6.
Thanks GURU.............. Lot of Thanks.................
Just what I needed, thanks
For do this with charts, make the follow steps:
1) Create new parameter on sub-dataset to receive the value from main dataset of report. Uncheck "Is for prompting" option;
2) On "Chart Wizard" window, click on "Parameters" button to open window to map the parameters: http://community-static.jaspersoft.com/sites/default/files/images/Jasper...
Thanks
many thanks cameron_1 :D
It Worked. Was wondering where I went wrong.
Thanks a lot
I want to thank you about this hint, i was stock in the same problem...thanks again!
Dude, i think you might miss one detail, i add this part to complement your answer. When we are going to add the parameter in the window "Dataset Parameter" a new window comes, in that window we must select the parameter we want to made the relation with the main parameter of the main report, but we must dont forget below there another option "Parameter Expression", we need to add the parameter here to, is mandatory to make this works, so take this part very carefully, hope this can halp to another person.
thanks a lot Camerron_1!! you are special.
I agree with max_max_mir....the best, simplest reply so far. Thank you!
Wondering if anyone has a solution to this. I have a parameter for "Academic Year" which is a string value of, for example '2017-2018'. This needs to be passed to subdatasets as a string for use in query WHERE clauses. However, it is being "evaluated" when passed so that it resolves as '-1'. I've tried the $P! convention when referencing both the report parameter and the table dataset parameter to no avail. Any suggestions?
Thanks a lot, saved my life :)