#11 Custom gradient color in Qlik Sense 🎨

Use beautiful custom gradient color in Qlik Sense 🎨
✔️ #dailyqlikchallenge

I start to dive into the theme of color for which there is a lot of amazing things to do in Qlik. I hope you'll like it !

Gradient color is a great way to accentuate the message of your chart and to improve visual experience.

And you, are you only using standard Qlik coloring option in your Apps ?

Just using argb() and rank() 🧙

❓How To❓

Background color is calculated with this expression :
argb(
// set transparency
255- ((rank(Sum(EmployeeCount))-1)* floor(255/count(distinct total [Job Role])))
,19,15,64)

Download QVF

DQC11.gif