Enabling Parameter based on the Value of Another Parameter in Reporting Services
I have a report with two parameters. The second parameter is only relevant if the first parameter has a particular value. I woul开发者_运维问答d therefore like to disable that second parameter unless the first parameter has the proper value.
TIA.
Here was the answer - cascading parameters.
精彩评论