Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Carlo_Romagnano
Contributor II
Contributor II

ColorMix1 wrong color

ColorMix1 sometime returns the wrong color when used in "Background color" of a Dimension and if there are some dimensions that have multiple row (I suppose).

See the attached sample "123.qvw". There are two chart: that on left is the wrong result and the other on the right is the "GOOD" one. As you can see, the expression of ColorMix1 in the dimension returns the right value (e.g. ARGB(255,115,13,0)).

Labels (2)
1 Solution

Accepted Solutions
MarcoWedel

=ColorMix1(AGGR(Min(ID),ID_GR,ID_ODD)/100.0,red(),green())

View solution in original post

2 Replies
MarcoWedel

=ColorMix1(AGGR(Min(ID),ID_GR,ID_ODD)/100.0,red(),green())

Carlo_Romagnano
Contributor II
Contributor II
Author

Fantastiko!

Thanks!