Viewing 2 posts - 1 through 2 (of 2 total)
I got it to work with this:
=IIF(Fields!ANNDEDDSC.Value = " ...
May 27, 2009 at 1:32 pm
#1000966
Thanks for your reply. I think this is very close but it still displays 0.00 when ANNDEDDSC = spaces.
I tried = " " but get a runtime #Error
=IIF(Len(Fields!ANNDEDDSC.Value) =...
May 27, 2009 at 12:37 pm
#1000919