• loyama
  • NEWBIE
  • 0 Points
  • Member since 2009

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies

I am trying to display a different colored flag based on a value chosen in a PickList field on the same screen.  Here is my code:

 

CASE ({!CSAT},
"Satisfied", "IMAGE("https://na2.salesforce.com/01540000000iFMJ", "Green_Flag") ",
"Some Concerns", "IMAGE("https://na2.salesforce.com/01540000000iFMO", "Yellow_Flag") ",
"Not Satisfied", "IMAGE("https://na2.salesforce.com/01540000000iFM9", "Red_Flag") ",
"None")

 

When I check the Syntax I get: ".....Syntax Error:  Missing ")" and it is highlighting the above where I did a strike through.  I have tried many variations of this code and cannot get past errors.

 

Can anyone help me?  I'd really appreciate it!

I am trying to display a different colored flag based on a value chosen in a PickList field on the same screen.  Here is my code:

 

CASE ({!CSAT},
"Satisfied", "IMAGE("https://na2.salesforce.com/01540000000iFMJ", "Green_Flag") ",
"Some Concerns", "IMAGE("https://na2.salesforce.com/01540000000iFMO", "Yellow_Flag") ",
"Not Satisfied", "IMAGE("https://na2.salesforce.com/01540000000iFM9", "Red_Flag") ",
"None")

 

When I check the Syntax I get: ".....Syntax Error:  Missing ")" and it is highlighting the above where I did a strike through.  I have tried many variations of this code and cannot get past errors.

 

Can anyone help me?  I'd really appreciate it!