Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 !!!
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:
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.
---
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:
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.
---
Hi there,
I think you can get some inspiration right here: Emoji Progress Chart
Hope it helps you.
thank you !
Thanks but i can't submit a feature request