I'm having trouble in dealing with NULL values in my SSRS 2005 expression.
I want to colour code the table background, if a specific field is blank.
below is my current script, its not compiling correctly
=iif(Fields!EDT.Value = null , "Bisque", "Transparent")