Hi
As the title suggests. I have a parent report with no parameters, I have enabled a text box to jump to a child report that accepts parameters. However I can only manage to pass either the First or Last value returned from my dataset in the parent report and I need all results. Is there a way I can pass all across? The child report has the parameter set to allow multiple values.
I tried creating a hidden parameter getting the data I needed but then the master report wouldn't run at all as it expected a value for some reason.
If it helps to visualise this is a list of car models, so if you click on Ford then it should jump to the next report with a list of Ford cars (that were returned in the parent report) as a parameter to run the child report.
Thanks