I WOULD LIKE TO DO A CONDITIONAL FORMATING ON A FIELD. This is what I'd like it to do:- The query has NULLs and blanks in some fields and I want the field on the report to display a "0" (zero) If null values. How would I write the expression. The expression below errors out.
=IIf(Fields!Cost.Value IS NULL, "0", Fields!Cost.Value)
Thanks in advance for any help.
-Tash