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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
mdmukramali
Specialist III
Specialist III

Department level hierarchy diagram

Dear All,

i am trying to create a Hierarchy diagram by using the extension.

but i am able to see only one level at a time.

can someone help to create the hierarchy diagram with attached sample data.

Thanks,

Mukram.

1 Solution

Accepted Solutions
avinashelite

try this: If lines are not appearing ,

The v2 object installs to your base Extensions/Objects/ directory (v1 Installs under Extensions/Objects/Qlikview/Examples).

The issue with the boxes, lines and the expandable icon not displaying is because the v2 objects main.css directs to the images for v1 (ie :Extensions/QlikView/Examples/org/org_box_parent.png) - so it attempts to locate the directory created by v1 for the images.

Rather than installing v1 as well, you can open main.css and edit the url lines from: /QvAjaxZfc/QvsViewClient.aspx?public=only&name=Extensions/QlikView/Examples/org/

to: /QvAjaxZfc/QvsViewClient.aspx?public=only&name=Extensions/org/

View solution in original post

7 Replies
mdmukramali
Specialist III
Specialist III
Author

Dear All,

Any suggestion on the above sample data ?

Thanks.

avinashelite

I did not found any extension, can share the same

mdmukramali
Specialist III
Specialist III
Author

Dear Avinash,

attached the extension to the Main Post.

can you have a look please,

Thanks,

Mukram.

avinashelite

Hi Mukram,

I have updated the script , it working now. Please check and let me know

mdmukramali
Specialist III
Specialist III
Author

Dear Avinash ,

Thanks for the help.

but i am looking for a chart like attached image.  (hierarchy diagram)

can you help me in this.

Thanks,

Mukram.

! !

avinashelite

try this: If lines are not appearing ,

The v2 object installs to your base Extensions/Objects/ directory (v1 Installs under Extensions/Objects/Qlikview/Examples).

The issue with the boxes, lines and the expandable icon not displaying is because the v2 objects main.css directs to the images for v1 (ie :Extensions/QlikView/Examples/org/org_box_parent.png) - so it attempts to locate the directory created by v1 for the images.

Rather than installing v1 as well, you can open main.css and edit the url lines from: /QvAjaxZfc/QvsViewClient.aspx?public=only&name=Extensions/QlikView/Examples/org/

to: /QvAjaxZfc/QvsViewClient.aspx?public=only&name=Extensions/org/

mdmukramali
Specialist III
Specialist III
Author

Thanks avinash,

it's working perfectly.