Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
cg8286cg
Contributor II
Contributor II

how can i create a infografic barchart ?

Hello everybody,
i wish i could create a chart like this, how can i do with qlik sense?
Can you detail step by step?
Thank you !!!

cg8286cg_0-1645792784845.png

 

Labels (3)
1 Solution

Accepted Solutions
Andrei_Cusnir
Specialist
Specialist

Hello,

 

Unfortunately chart like this natively is not included in Qlik Sense, so you can submit a feature request [1] to have this chart type hopefully available in next releases. 

 

One suggestion however that I can share with you at the moment is to create a custom extension [2]. You can make the extension get the dimensions and measures that you need, make the proper calculations for the percentages and then display the data on the custom visualization. To make a similar visualization, you will need to have a good knowledge on:

  1. HTML
  2. CSS
  3. JS
  4. SVG

JS code will help you with the calculations and SVG code will help you create the custom shapes (male and female). Then you will have to use a combination of HTML and CSS to fill the figures with colors based on the calculations for the percentage that you already have.

 

Unfortunately, there is not any specific tutorial on how to achieve the exact outcome, however you can start taking a look at building Custom Visualizations [2] and I would recommend create a couple of simple ones. As soon as you are confident with your knowledge you can proceed with taking a look into SVG, working with advance HTML elements etc. In case during the process of learning you have some questions related to Qlik Sense custom extensions (e.g. you are stuck somewhere), then you can raise your questions in new post here at Qlik Community.

 

I hope that this information was helpful. In case I have misunderstood the use case scenario, please elaborate in details by providing additional information. However, if this information is helpful, please mark it as accepted solution to give further visibility to other community members. 
 

---

[1] https://community.qlik.com/t5/Knowledge-Base/How-To-Submit-Feature-Requests-For-Qlik-Products/ta-p/1...

[2] https://help.qlik.com/en-US/sense-developer/November2020/Subsystems/Extensions/Content/Sense_Extensi... 

Help users find answers! Don't forget to mark a solution that worked for you! 🙂

View solution in original post

4 Replies
Andrei_Cusnir
Specialist
Specialist

Hello,

 

Unfortunately chart like this natively is not included in Qlik Sense, so you can submit a feature request [1] to have this chart type hopefully available in next releases. 

 

One suggestion however that I can share with you at the moment is to create a custom extension [2]. You can make the extension get the dimensions and measures that you need, make the proper calculations for the percentages and then display the data on the custom visualization. To make a similar visualization, you will need to have a good knowledge on:

  1. HTML
  2. CSS
  3. JS
  4. SVG

JS code will help you with the calculations and SVG code will help you create the custom shapes (male and female). Then you will have to use a combination of HTML and CSS to fill the figures with colors based on the calculations for the percentage that you already have.

 

Unfortunately, there is not any specific tutorial on how to achieve the exact outcome, however you can start taking a look at building Custom Visualizations [2] and I would recommend create a couple of simple ones. As soon as you are confident with your knowledge you can proceed with taking a look into SVG, working with advance HTML elements etc. In case during the process of learning you have some questions related to Qlik Sense custom extensions (e.g. you are stuck somewhere), then you can raise your questions in new post here at Qlik Community.

 

I hope that this information was helpful. In case I have misunderstood the use case scenario, please elaborate in details by providing additional information. However, if this information is helpful, please mark it as accepted solution to give further visibility to other community members. 
 

---

[1] https://community.qlik.com/t5/Knowledge-Base/How-To-Submit-Feature-Requests-For-Qlik-Products/ta-p/1...

[2] https://help.qlik.com/en-US/sense-developer/November2020/Subsystems/Extensions/Content/Sense_Extensi... 

Help users find answers! Don't forget to mark a solution that worked for you! 🙂
Thiago_Justen_

Hi there,

I think you can get some inspiration right here: Emoji Progress Chart  

Hope it helps you.

 

Thiago Justen Teixeira Gonçalves
Farol BI
WhatsApp: 24 98152-1675
Skype: justen.thiago
cg8286cg
Contributor II
Contributor II
Author

thank you !

cg8286cg
Contributor II
Contributor II
Author

Thanks but i can't submit a feature request