IF( Avoid_Dealing_with__c = TRUE),
IMAGE("/resource/1664824683000/GraphicsPackNew/fatcow/farmfresh/16/cross.png"),
IF( Avoid_Dealing_with__c = FALSE),
IMAGE("/resource/1664824683000/GraphicsPackNew/fatcow/farmfresh/16/accept.png"
6 respuestas
Sorry it was a typo in formula, please try the below
IF
(
Avoid_Dealing_with__c,
IMAGE("/resource/1664824683000/GraphicsPackNew/fatcow/farmfresh/16/cross.png", "Cross"),
IMAGE("/resource/1664824683000/GraphicsPackNew/fatcow/farmfresh/16/accept.png", "Accept")
)