Viewing post 1 (of 2 total)
Hi ,
I had the same question as you , here u go with a solution .
In the SSRS text box expression type the following by updating your fields name .
=IIf(ISNothing(Fields!YourFeild.Value),"NULL",(Fields!YourFeild.Value))
Thanks...
April 8, 2020 at 1:05 pm
#3741409