Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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/
Dear All,
Any suggestion on the above sample data ?
Thanks.
I did not found any extension, can share the same
Dear Avinash,
attached the extension to the Main Post.
can you have a look please,
Thanks,
Mukram.
Hi Mukram,
I have updated the script , it working now. Please check and let me know
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.
! !
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/
Thanks avinash,
it's working perfectly.