Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Heat map fixed color irrespective of values on X and Y axis

Hi,

I have a requirement to create a model, where the range of color changes from one cell to another irrespective of values on the x and y axis.

I want to create an analysis for courses taken by students and the age range for them. So my chart should look something like below:

Heatmap.PNG

I have tried using Pivot Table and the colormix formula, to set the background color using the below logic:

=ColorMix2((sum(Z)),ARGB(255, 197, 0, 23), ARGB(255, 128, 166, 47), ARGB(255, 247, 150, 70))

But as you see, this considers the value and assigns color, where as i want my colors to be fixed irrespective of values. Is there a way i can achieve this in Qlik.

0 Replies