I have created a report in SSRS 2008R2 that uses a multi-valued parameter for selecting the batch or batches that we want to process.
The parameter funcitions great, but it is missing values. There is no filtering being done on the parameter.
The parameter is populated using a stored procedure. When I use the query designer (with the same parameters that I'm using to run the report), I see several types of batch (RR, ADJ, PMT, MISC, etc.). When I run the report in BIDS, only the RR batches appear. Again, there is no filtering being done on the dataset or parameter.
When the report runs for all batches (based on a seperate "All Batches" parameter), the other batches are displayed in the results. I need the ability to select them individually from the drop down.
Any ideas as to the cause of such behaviour?
Thanks!
I've actually discov ered that this isn't only happening with the multi-valued parameter, I changed to see what difference it would make as a single select parameter and get the same results.
I checked the report stored procedure and find no filtering there. This same stored procedure is used in a crystal report that has no problem getting the parameters to display.
I must be missing something here, but I haven't got a clue as to what it is right now.