Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
I'd like to make a similar Heatmap view like the one in the QlikView Governance Dashboard Session Heatmap Aggregation by Hour.
Any thoughts how to do it? Is this something i can do with QV11 Objects? Does anyone have qvw example of something similar?
 
					
				
		
 crusader_
		
			crusader_
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
Please check this article:
qlikfreak.wordpress.com/2014/03/09/heat-map/
Hope this helps
Kind regards,
Andrei Kaliahin
 
					
				
		
 alexandros17
		
			alexandros17
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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_
		
			crusader_
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
Look at this blog
http://qlikfreak.wordpress.com/2014/03/09/heat-map/
Hope this helps
Kind regards,
Andrei Kaliahin
 
					
				
		
 crusader_
		
			crusader_
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
Please check this article:
qlikfreak.wordpress.com/2014/03/09/heat-map/
Hope this helps
Kind regards,
Andrei Kaliahin
 
					
				
		
Thanks! Great article, helped me a lot.
