I’m trying to chage color of cell based on the status. if status is active then it should be in green color , if it is stoped then it should be in yellow and for N/A it should be red.
How to achieve this ?
something like :
something like :
Use Overrides
and override config only for Status
column - use value mapping to set color (maybe also color mode)
But will it override the whole column?
Is that’s possible to create the ovveride rule only for one cell in column?