
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Use of Colormix function
Hello Experts,
I need your help as I never used Colormix function in qlikview . I am attaching an application and I want to show in a way that max value i.e 30 should in dark blue and the min value should get the lightest blue and the values in middle should be shades in between the darkest to the lightest.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Any body have an idea about colormix.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Use this formula in the background color of the expression.
expression tab , + symbol -> background color
ColorMix1( rank(total [your measure expression here] ) / NoOfRows(TOTAL) , $(vColorMixDark), $(vColorMixLight))
Create two variables
vColorMixDark
vColorMixLight
and assign RGB code for Dark and light color.
Details are avaiable in this link
Qlik Sense Color Range Theme Approach

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Did you try using the ColorMix Wizard...?
Below image is just using Random Blue colors... but you can change them using the wizard....


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Ferha,
You can check the below application, within expression background color of straight table. !

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks @sibin_jacob for sharing the formula.
Its very easy to follow, and very easy to implement specially due to the variables used.
Kind Regards,
Swapneel
