Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Share your agentic AI experience, learn from others, and earn a new badge: Put Agentic AI to Work
cancel
Showing results for 
Search instead for 
Did you mean: 
danialier
Creator III
Creator III

Help on formula

I'm getting an error with the following formula. Can you please help ? 

=if(Region=(or('Americas','NA')),rgb(45,150,255),rgb(135,137,139))

thks,dani

Labels (1)
3 Replies
alexandros17
Partner - Champion III
Partner - Champion III

=if(Region='Americas' or Region ='NA',rgb(45,150,255),rgb(135,137,139))

aveeeeeee7en
Specialist III
Specialist III

Hi Dani

Try this:

=if(WildMatch(Region,'Americas',NA'),rgb(45,150,255),rgb(135,137,139))

PrashantSangle
MVP
MVP

Hi,

check reply given by

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂