Skip to main content

Hello everyone,

I have problems with the following formula.

I have a field of selection list with which I want to generate a field that depending on the selected value throw a different color (3 colors or status are)

The result images are already in salesforce I use the following formula and it throws me the following error.

Any advice?

IF (ISPICKVAL (Efectividad_d_as_de_pago__c, '1 a 5 días'), IMAGE ('/ servlet / servlet.FileDownload? File = 0151N000004Gyud'), "")

(Efectividad_d_as_de_pago__c, '6 to 10 days'), MAGE ('/ servlet / servlet.FileDownload? File = 0151N000004Gyud'), "")

(Efectividad_d_as_de_pago__c, '11 days on '), IMAGE (' / servlet / servlet.FileDownload? File = 0151N000004Gyud '), ""))))

 

Special @Michelle Arndt  Some advice? :)

20 件のコメント
0/9000