I have a dataset that returns all user IDs. There is a parameter that will get these ID options through the SSRS 2008 R2 setting:
- parameter options
- -> default values
- -> get values from a query
- -> Dataset...and value field....
Then I have another dataset that executes a stored procedure, taking a few parameters (all are single value).
Hiding the table is no problem. The problem is that the dataset is only executed once, only getting data for the first value of the parameter, whereas I wanted the dataset that executes the stored procedure to be executed for each user ID.