Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Heatmap Table/Chart?

I'd like to make a similar Heatmap view like the one in the QlikView Governance Dashboard Session Heatmap Aggregation by Hour.

qvgd-heatmap-l.ashx?h=550&w=850

Any thoughts how to do it? Is this something i can do with QV11 Objects? Does anyone have qvw example of something similar?

1 Solution

Accepted Solutions
crusader_
Partner - Specialist
Partner - Specialist

Hi,

Please check this article:

qlikfreak.wordpress.com/2014/03/09/heat-map/

Hope this helps

Kind regards,

Andrei Kaliahin

View solution in original post

4 Replies
alexandros17
Partner - Champion III
Partner - Champion III

The expression for the background color (and the same for the text color so it disappear) must be something like:

If (value >= val1 and value <= val2, rgb(10,10,10),

If (value >= val1 and value <= val2, rgb(20,20,20),

....

)

)

Where values for RGB functions are your colours gradations

crusader_
Partner - Specialist
Partner - Specialist

Hi,

Look at this blog

http://qlikfreak.wordpress.com/2014/03/09/heat-map/

Hope this helps

Kind regards,

Andrei Kaliahin

crusader_
Partner - Specialist
Partner - Specialist

Hi,

Please check this article:

qlikfreak.wordpress.com/2014/03/09/heat-map/

Hope this helps

Kind regards,

Andrei Kaliahin

Not applicable
Author

Thanks! Great article, helped me a lot.