Is there a way to change a Formula Field Flag color ? I know I can add a red, yellow, green flag, but I was wonderfing if I can add other Flag colors ( purple, brown, etc).
I created a formula field with the following formula below
&
IF(
Active_Litigation_Summary__c > 0,
IMAGE("/img/samples/flag_red.gif", "Active Litigation") & " Active Litigation " & IMAGE("/s.gif","",5,20),
""
)
6 answers
Hi Forrest, you would need to upload the other flags/colors to a shared document folder and then update your formula to display the color (via the link extention as you see in the others) when criteria are met.