Hi there,
I seem to have done something wrong with a report that I have in MS SQL 2005, using SSRS.
The master report is a matrix report that groups unfilled purchase orders by year and month on one axis, and by the purchaser on the other axis. It then does a count in each data 'segment'. There are no parameters.
All is well and good so far, and it produces the right results.
The drilldown report is a link of each segment that goes to a child report that shows the detail of all the purchase orders that occur in that time segment by that user. When the data is entered manually into this subreport it works fine.
The problem is that I can't set up the parameters from the master report to be passed through to the child report correctly. Initially the child report was based on Date and Purchaser, but I've since re-written it to be based on PurchaseOrderNumber using the multivalue variable @POList
What code should I use to pass the multiple values through to the child report?
Your help would be gratefully accepted.
Mikey