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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
akpofureenughwu
Creator III
Creator III

Bubble Matrix Chart

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

Labels (1)
5 Replies
shraddha_g
Partner - Master III
Partner - Master III

Try extension for grid chart in qliksense

MarcoWedel
MVP
MVP

Hi,

maybe one solution could be:

QlikCommunity_Thread_240609_Pic1.JPG

QlikCommunity_Thread_240609_Pic2.JPG

QlikCommunity_Thread_240609_Pic3.JPG

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
Partner - Master III
Partner - Master III

MarcoWedel
MVP
MVP

Please close this thread if your question is answered:

Qlik Community Tip: Marking Replies as Correct or Helpful

thanks

regards

Marco

rammuthiah
Creator III
Creator III

Where I can find Bubble Matrix Chart(not Grid Chart) extension for Qlik Sense?