I have 2 parameters within in Reporting Services page. After the user has selected the first parameter, how can I filter the second parameter based on the first parameter?
For example, the first parameter is named Quarter and contains (Qtr1, Qtr2, Qtr3 and Qtr4) and the second parameter contains a list of Months from January to December.
If the user select Qtr1 from the first parameter, then the second parameter should only show or the multi-select should only show months from January to March.
Hope this make sense?