Driver tree (hierachy tree) in Qlik sense

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:

  1. Visualize hierarchies
  2. Multiple measures can be seen.
  3. Collapse and expand the different levels of hierarchy.

Below is screenshot of working example

Qlik-DriverTree

 

Download the custom visuals from here : https://github.com/dhandaweb/Qlik-sense-charts

4 thoughts on “Driver tree (hierachy tree) in Qlik sense

  1. michel sauvage Reply

    Hello

    Look great but it doesn’t work on my environement (Qlik Sense Desktop 2.2

    regards

    • admin Post authorReply

      Hello Michel, You have to manipulate data in hierarchy form. Check last comment for sample data set.

  2. Philippe S Reply

    Hello ,
    do you have a qlik sense application example to see how the data must be ?
    Thanks

    • admin Post authorReply

      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}
      ]
      }
      }

Leave a Reply

Your email address will not be published. Required fields are marked *