0

I have a problem with my parameters. I created boolean parameter with two options.True or False. I want from parameter to do the following : When i select true - > my another parameter (in my case parameter Date) becomes active. When i select false - > my second parameter ( in my case parameter Date2) becomes active and the first parameter above becomes inactive.How can i do that?

I did this : =iif(Parameters!Choose.Value=true,Parameters!for_date.Value,false) and =iif(Parameters!Choose.Value=true,1,0) but with no result...

I expected when i select true - > the first parameter to becomes active false -> another parameter becomes active and the first becomes inactive.

B.Avramov
  • 57
  • 1
  • 8
  • Possible duplicate... https://stackoverflow.com/questions/26246168/how-to-hide-parameter-based-on-another-parameter-value-in-ssrs – SS_DBA Jul 29 '19 at 17:22
  • If you're comfortable injecting Javascript I can give you an answer - @ me if this is the case. – Cowthulhu Jul 30 '19 at 19:43

0 Answers0