Colormix1 function
This video shows you how to work wit h the Colormix1 functon in Qlik Sense and Qlik Cloud. Colors functions can be used in expressions associated with setting and evaluating the color properties of chart objects, as well as in data load scripts. Colormix1() is used in expressions to return an ARGB color representation from a two color gradient, based on a value between 0 and 1.
Sample example script:
colormix1(Rank(Total Sum(Sales)) / NoOfRows(TOTAL),red(),blue())