How do I color code a cell value based on values.
My current condition for this cell is
iif((Fields!DBName.Value <> "tempdb" and Fields!State_desc.Value = "ONLINE")
AND IsNothing(Fields!Physical_device_name.Value),"Orange", "LightG
My current condition for this cell is
iif((Fields!DBName.Value <> "tempdb" and Fields!State_desc.Value = "ONLINE")
AND IsNothing(Fields!Physical_device_name.Value),"Orange", "LightG