I have a report where we use a colours to categorise and outcome of an intervention we run, (i.e.red, amber, green).
Using the store and formula fields and this code I have managed to change the text colour when RED is the outcome. How do I also do this for the other outcomes (AMBER AND GREEN) in the same formula? Also, how do I make that field text bold?
Code: ({outcome} ==“RED”? “”.{outcome}."" : {outcome})
Also, is it possible to colour code background of the entire record? i.e. When the outcome is green, make the background green?