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 =Condition,"Red","Black")