Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Jsobrinho77
Creator
Creator

Bar chart 2 measures colormix, color range

Hi guys,

I have one dimension and 2 measures, to colors I need to use colormix.

if(variable1 >= target, rgb(0,20,200), if( variable1 < target, colormix1(rank(total column(1))/ noofrows(total), rgb1,rgb2))))

I'm trying to use the https://community.qlik.com/t5/Qlik-Sense-Documents/Qlik-Sense-Color-Range-Theme-Approach/ta-p/149102...

ColorMix2( (rank(total column(1))/(noofrows(TOTAL)/2))-1 ,rgb1, rgb2,rgb3)

 

But with no success, how can I change my initial expression to consider another RGB color?

Labels (4)
0 Replies