Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 akpofureenughwu
		
			akpofureenughwu
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Good day everyone,
How can I design a bubble matrix chart on qlikview or qlkisense?
the link below is the design on excel..
https://sites.google.com/site/e90e50fx/home/matrix-bubble-chart-with-excel
I would love to build it on qlikview or qliksense.
kindly find the attached sample file
 shraddha_g
		
			shraddha_g
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Try extension for grid chart in qliksense
 
					
				
		
 MarcoWedel
		
			MarcoWedel
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
maybe one solution could be:
table1:
CrossTable (YearTemp, Value)
LOAD F1 as Category,
[2008],
[2009],
[2010],
[2011],
[2012],
[2013]
FROM [https://community.qlik.com/servlet/JiveServlet/download/1163835-254604/sample.xlsm] (ooxml, embedded labels, table is [1]);
Join
LOAD Distinct
YearTemp,
Num#(YearTemp) as Year
Resident table1;
hope this helps
regards
Marco
 shraddha_g
		
			shraddha_g
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Try Qlik Branch
 
					
				
		
 MarcoWedel
		
			MarcoWedel
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Please close this thread if your question is answered:
Qlik Community Tip: Marking Replies as Correct or Helpful
thanks
regards
Marco
 rammuthiah
		
			rammuthiah
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Where I can find Bubble Matrix Chart(not Grid Chart) extension for Qlik Sense?
