Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I currently have a heat map, using the map chart in Qlik but I am unable to adjust the range of the colours as they automate based on the data within. Is there any way to increase the range of colours or force the range to be within a set:
#heatmap #mapchart
Hi, @lnn
I'm not sure I understand, that being said, here's a guess, you can try to modify the color of your range by creating a master dimension.
1 – Master item – create your dimension with its ranges using dual()
=dual(yourField,match(yourField,'1% -< 66%','66% -< 132%',......))
2 – after saving your master item, edit it and apply the color to its ranges in -> Value colors
3 - Assign your master item to your chart legend – Colors and legend > By dimension > enter your master dimension
- Regards, Matheus