0

I want to show the text "All" in textbox IIF Parameter CUSNO is selected null in SSRS. Else textbox has the Parameter!CUSNO.Value in it.Here's what I've already tried:

=IIF(IsNothing(Parameters!CUSNO.Value), "All", Parameters!CUSNO.Value)
FunThomas
  • 23,043
  • 3
  • 18
  • 34

0 Answers0