0

Today i have one problem with SSRS reports while show or hide report based on expression i tried different expects but it is still not working following is my expression.

=IIf(Parameters!P_Level.Value = "3", true, false)

I tried following another expression

=IIf(Parameters!P_Level.Value = 3, true, false)

Also tried

 =IIf(Parameters!P_Level.Value > 2, true, false)

but when i select parameter P_Level with value 3 still report is not displaying my report.

Please add in comment if you need any more details.

Thanks in advance !!!

Tab Alleman
  • 31,483
  • 7
  • 36
  • 52
Nikhil.Patel
  • 959
  • 9
  • 17

0 Answers0