Please help. I have the following expression:
= Switch(Fields!Value1.Value=0,"No" ,Fields!Value1=1,"Yes")
Now I want tit to accommodate IS NULL or NULL values , and for them it must put a dash ("-"), how do I do it?
Please help. I have the following expression:
= Switch(Fields!Value1.Value=0,"No" ,Fields!Value1=1,"Yes")
Now I want tit to accommodate IS NULL or NULL values , and for them it must put a dash ("-"), how do I do it?