I am trying to set a cell color in a list dependent on the cell's value using Config Console. I have tried something similar to the below but with no luck.
Is it possible to set the cell's color based on the the value in that cell?
Example:
Display Fields
RelationshipStatus
color of red when RelationshipStatus = "TermFinal"
color of green when RelationshipStatus = "Active"
color of yellow when RelationshipStatus = "TermPending"