

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Colormix1 gradient pivot:
Hi,
I'm working on a qliksense document. I need to color the pivot table according to the measurament: Incidenza Ordini su Totale
Logics to color: the major in green and the worst in red (with the shades of colour in the centre).
Now i used :ColorMix1( rank(total column(1))/noofrows(TOTAL) , lightred(),LightGreen())
But is not correct to my Logics to color: the major in green and the worst in red (with the shades of colour in the centre).
I attach the qliksense app and the picture of what I want to replicate with qliksense.
Accepted Solutions


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Anna Maria
May be this way :
ColorMix1( hrank(total column(1))/NoOfColumns(TOTAL) , lightgreen(),lightred())
replace renk by hrank and NoofRows by NoOfColumns
See below and chek if it's OK with desired outpout :
regards


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Anna Maria
May be this way :
ColorMix1( hrank(total column(1))/NoOfColumns(TOTAL) , lightgreen(),lightred())
replace renk by hrank and NoofRows by NoOfColumns
See below and chek if it's OK with desired outpout :
regards


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, Now it works. Thank you Bruno
Can You Help me about this post too?
