suppress the display of a txt box when null
I have a text box in a list, which i only want to display if it is not null.
How can i do this in reporting services.
thx
la
I have a text box in a list, which i only want to display if it is not null.
How can i do this in reporting services.
thx
la
= IIF(CSTR(Fields!EvaluatedField)="", "", "The Title")
I hope it helps you
Is there a way to stop the entire line from displaying on the report if the field is null
thx