Hi,
I have a matrix report that uses a resultset from a stored procedure to show the report.
On this report one column has the possibility to drillthrough to another report to show a chart of the underlying data. What I want to do is to pass the resultset from the first report to the second one.
The problem here is, that I don't know how to pass multiple records from the resultset.
I now 'solved' it by executing the same stored procedure once again with an extra parameter, but that's a waste of resources.
Any idea how to solve this?