I\'m trying to write a field expression for a Cell in my report where I have to change the background color of the cell depending on the string value in the cell. Ex: if the
=IIF(Fields!Column.Value = "Approved", "Green", "No Color")