How to hide parameter based on another parameter value in SSRS

SqlLearner picture SqlLearner · Oct 8, 2014 · Viewed 36.2k times · Source

Hi I have 2 parameters param1 and param2. param1 has values true and false.my requirement is if i select true in param1 then param2 should be hidden and if i select false in param1 then param2 should be visible. can this be achieved in SSRS?

Answer

sajad picture sajad · Jul 9, 2015

As per Nathan's comment i am adding Amar's comment here as answer/partial answer

Unfortunately, you cannot change a parameter's visibility during run time. Alternatively, you can control the second parameter's values based on the selected value of the first parameter.

Check this post - Hide parameter (dropdown control from the toolbar) in SSRS based on another Parameter