Passing all values from a dataset to a drill-through report

  • Good Day Everyone,

    While I have no issues whatsoever in passing multiple values parameters from one report to another via drill-through, I have a hard time figuring out whether or not it is even possible to pass all values retrieved in one of the dataset used in the parent report (let’s ID keys for instance) to the linked report (which in turn would be expecting to receive a list of IDs).

    If this is indeed possible, could someone point me in the right direction?

    Thank you all!

  • What you might consider is passing all of the parameters in your report to the next report. Then in the next report use those parameters to execute the same dataset query to produce the list values (ID) that will be consumed by that report.

    I also wonder if you could create an expression that would JOIN(IDValues.value,',') and then pass that as your parameter input.

    Just thinking off the top of my head here, I haven't really tried either.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply