Skip to main content
Announcements
The way to achieve your own success is the willingness to help somebody else. Go for it!
cancel
Showing results for 
Search instead for 
Did you mean: 
JRamos
Contributor III
Contributor III

Gradient color using pivot table

Hi all, 

I'm trying to modify the text color with a gradient color in my pivot table but I can't do it, needs to be similar to my old tableau table, my measure is: count(distinct([Unique Value])).


The top number is the red one, lowers the hue from red to gray until 0

JRamos_1-1644946534616.png

Old tableau table

JRamos_0-1644946430552.png

New pivot table in QlikSense

Thanks in advance!

Labels (2)
1 Solution

Accepted Solutions
Almen
Creator II
Creator II

I don't know your measure but try something like this:

 

ARGB(Sum(MeasureField)/max(TOTAL aggr(Sum([MeasureField]),Priority))*256,208,0,40)

View solution in original post

3 Replies
Almen
Creator II
Creator II

I don't know your measure but try something like this:

 

ARGB(Sum(MeasureField)/max(TOTAL aggr(Sum([MeasureField]),Priority))*256,208,0,40)

brunobertels
Master
Master

Hi 

Have a look to the colormix function in qliksense also 

JRamos
Contributor III
Contributor III
Author

It worked perfectly, thanks!!!

JRamos_0-1645031985531.png