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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
akpofureenughwu
Creator III
Creator III

Color Picker in Background Color Expression

Hello sir,

In an attempt to use various colour on my expression. I want to know if it is possible to use Hex color code instead of their name.... For example

Instead of

if(Description='Fatalities',Red(), Green())

Can I use

if(Description='Fatalities',rgb(255,97,0), rgb(0,0,0))

Regards 

Labels (1)
1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

2 Replies
MK_QSL
MVP
MVP

Yes

akpofureenughwu
Creator III
Creator III
Author

Correct ... Thanks