Now that I got to know how the custom visuals can be developed in Qlik sense. Here is something that is more useful. Inspired from the hierarchy tree of d3, driver tree has lot more features. Below is the list of some of those.
Features:
- Visualize hierarchies
- Multiple measures can be seen.
- Collapse and expand the different levels of hierarchy.
Below is screenshot of working example
Download the custom visuals from here : https://github.com/dhandaweb/Qlik-sense-charts
Hello
Look great but it doesn’t work on my environement (Qlik Sense Desktop 2.2
regards
Hello Michel, You have to manipulate data in hierarchy form. Check last comment for sample data set.
Hello ,
do you have a qlik sense application example to see how the data must be ?
Thanks
Hi Philippe, If you will manipulate data in hierarchy form, It will work.
Sample data set :
{
“name”: “flare”,
“children”: [
{
“name”: “analytics”,
“children”: [
{
“name”: “cluster”,
“children”: [
{“name”: “AgglomerativeCluster”, “size”: 3938},
{“name”: “CommunityStructure”, “size”: 3812},
{“name”: “HierarchicalCluster”, “size”: 6714},
{“name”: “MergeEdge”, “size”: 743}
]
}
}