Skip to main content
All,

 

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
  1. Feb 1, 2016, 8:46 PM
    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.
0/9000