<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Tree / Network / Hierarchy charts for Qliksense? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Tree-Network-Hierarchy-charts-for-Qliksense/m-p/1565130#M41158</link>
    <description>&lt;P&gt;&lt;SPAN&gt;This works with smaller test data sets, but appears to fall over when I bring in 2000 + nodes.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 04 Apr 2019 12:02:37 GMT</pubDate>
    <dc:creator>Naor_ISR</dc:creator>
    <dc:date>2019-04-04T12:02:37Z</dc:date>
    <item>
      <title>Tree / Network / Hierarchy charts for Qliksense?</title>
      <link>https://community.qlik.com/t5/App-Development/Tree-Network-Hierarchy-charts-for-Qliksense/m-p/1526242#M37824</link>
      <description>&lt;P&gt;There appear to be just &lt;U&gt;two&lt;/U&gt; extensions available&amp;nbsp;on Github / Qlikbranch that do this task.&lt;/P&gt;&lt;P&gt;( For Qlik&lt;STRONG&gt;&lt;EM&gt;Sense&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp; - there are a boatload for Qlik&lt;STRONG&gt;&lt;EM&gt;View&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp; - but these can't be imported to &lt;EM&gt;&lt;STRONG&gt;Sense&lt;/STRONG&gt;&lt;/EM&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The goal is to display visually all inter-dependency between VBA procedures.&amp;nbsp; &amp;nbsp;I have a 50% working example, but I don't trust the data it's displaying, as it doesn't totally correlate to the data imported .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So far I have tried&amp;nbsp; :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Network Vis Chart&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.qlik.com/garden/56cea95aaaacff050825f6f8" target="_blank"&gt;https://developer.qlik.com/garden/56cea95aaaacff050825f6f8&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This&amp;nbsp;doesn't appear to show all relationships ,&amp;nbsp;&amp;nbsp;and relies on forcing usage of integer ID's for each node, rather than a text field ( means a nightmare in creating/joining lookup tables )&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where I'd expect to have a parent Node and say, 80+ Child Nodes, not everything is drawn.&amp;nbsp; I've switched around the dimensions so the Parent/Child ID + Label are inverse, but to no avail.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Network Diagram Extension&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/skokenes/Qlik_Sense_Extension-NetworkDiagram" target="_blank"&gt;https://github.com/skokenes/Qlik_Sense_Extension-NetworkDiagram&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This works with smaller test data sets, but appears to fall over when I bring in 2000 + nodes.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I basically&amp;nbsp;want to just show&amp;nbsp;the following data as a&amp;nbsp;tree chart :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="example_--.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/3014i2A9C0079BDBFE1A0/image-size/large?v=v2&amp;amp;px=999" role="button" title="example_--.png" alt="example_--.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Using &lt;STRONG&gt;Network Vis Chart &lt;/STRONG&gt;,&amp;nbsp;this does render - however&amp;nbsp; - I'll see a node where know there are 3 child objects, and it'll display one.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This also doesn't appear to let the user drill into that one set ( it works on about 20% of clicks to show only child nodes related to parent )&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="example--22.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/3015i08F5730141F9B723/image-size/large?v=v2&amp;amp;px=999" role="button" title="example--22.png" alt="example--22.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there&amp;nbsp;something else out there that'd accomplish this task?&amp;nbsp; &amp;nbsp;I'd have thought this'd be something that'd be quite popular, but I may not be searching for the correct terms to find the particular chart/extension I'm looking for.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Any suggestions?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:39:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Tree-Network-Hierarchy-charts-for-Qliksense/m-p/1526242#M37824</guid>
      <dc:creator>johnnymartinez</dc:creator>
      <dc:date>2024-11-16T21:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Tree / Network / Hierarchy charts for Qliksense?</title>
      <link>https://community.qlik.com/t5/App-Development/Tree-Network-Hierarchy-charts-for-Qliksense/m-p/1564328#M41098</link>
      <description>&lt;P&gt;Same as you.. is there any network chart which works???&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 07:16:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Tree-Network-Hierarchy-charts-for-Qliksense/m-p/1564328#M41098</guid>
      <dc:creator>Naor_ISR</dc:creator>
      <dc:date>2019-04-03T07:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Tree / Network / Hierarchy charts for Qliksense?</title>
      <link>https://community.qlik.com/t5/App-Development/Tree-Network-Hierarchy-charts-for-Qliksense/m-p/1564961#M41137</link>
      <description>&lt;P&gt;you can try this extension&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/skokenes/Qlik_Sense_Extension-NetworkDiagram" target="_blank"&gt;https://github.com/skokenes/Qlik_Sense_Extension-NetworkDiagram&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can use&amp;nbsp;&lt;SPAN&gt;Line Layer Chart&amp;nbsp; refer my post here&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://community.qlik.com/t5/New-to-Qlik-Sense/Qlik-Sense-Line-Layer-Chart-issue/td-p/102083" target="_blank"&gt;https://community.qlik.com/t5/New-to-Qlik-Sense/Qlik-Sense-Line-Layer-Chart-issue/td-p/102083&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;HTH&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Vikas&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2019 07:44:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Tree-Network-Hierarchy-charts-for-Qliksense/m-p/1564961#M41137</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2019-04-04T07:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Tree / Network / Hierarchy charts for Qliksense?</title>
      <link>https://community.qlik.com/t5/App-Development/Tree-Network-Hierarchy-charts-for-Qliksense/m-p/1565006#M41145</link>
      <description>&lt;P&gt;Unfortunately the Skokenes link is the one I referred to in my post - which doesn't have the complexity of depth necessary.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The line chart would work I guess.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm tempted to try implementing the viz chart from scratch, the version in the post doesn't utilised all the features of the vis.js source it's based on.&lt;/P&gt;&lt;P&gt;When I build a network diagram from the same data in excel - the connections appear spot on (I.E. where there's a function that is reference by ~100 other subs or functions, it clearly shows ~100 connections, instead of the 10 or so shown in the viz network diagram.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2019 08:59:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Tree-Network-Hierarchy-charts-for-Qliksense/m-p/1565006#M41145</guid>
      <dc:creator>johnnymartinez</dc:creator>
      <dc:date>2019-04-04T08:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Tree / Network / Hierarchy charts for Qliksense?</title>
      <link>https://community.qlik.com/t5/App-Development/Tree-Network-Hierarchy-charts-for-Qliksense/m-p/1565130#M41158</link>
      <description>&lt;P&gt;&lt;SPAN&gt;This works with smaller test data sets, but appears to fall over when I bring in 2000 + nodes.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2019 12:02:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Tree-Network-Hierarchy-charts-for-Qliksense/m-p/1565130#M41158</guid>
      <dc:creator>Naor_ISR</dc:creator>
      <dc:date>2019-04-04T12:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Tree / Network / Hierarchy charts for Qliksense?</title>
      <link>https://community.qlik.com/t5/App-Development/Tree-Network-Hierarchy-charts-for-Qliksense/m-p/1701098#M53677</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;did you finally manage to solve the problem ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am in the same situation and I would like to know if other extentions exist besides the 2 you mentioned.&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2020 12:38:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Tree-Network-Hierarchy-charts-for-Qliksense/m-p/1701098#M53677</guid>
      <dc:creator>francescaEp</dc:creator>
      <dc:date>2020-05-12T12:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: Tree / Network / Hierarchy charts for Qliksense?</title>
      <link>https://community.qlik.com/t5/App-Development/Tree-Network-Hierarchy-charts-for-Qliksense/m-p/1701314#M53701</link>
      <description>&lt;P&gt;There is a network chart available in the Visualisation bundle for Sense, which is an optional install. It is based on an open-source project but is fully supported by Qlik. Test it against your use case and if it doesn't meet requirements please create an Idea in the &lt;A href="https://community.qlik.com/t5/Ideas/idb-p/qlik-ideas" target="_self"&gt;Qlik Ideas Community&lt;/A&gt;&amp;nbsp;page for enhancements.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/April2020/Subsystems/Hub/Content/Sense_Hub/Visualizations/VisualizationBundle/network-diagram.htm" target="_self"&gt;Qlik Help link for the Network Chart&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 01:11:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Tree-Network-Hierarchy-charts-for-Qliksense/m-p/1701314#M53701</guid>
      <dc:creator>Michael_Leigh</dc:creator>
      <dc:date>2020-05-13T01:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Tree / Network / Hierarchy charts for Qliksense?</title>
      <link>https://community.qlik.com/t5/App-Development/Tree-Network-Hierarchy-charts-for-Qliksense/m-p/1708097#M54327</link>
      <description>&lt;P&gt;Hello !&lt;/P&gt;&lt;P&gt;Thank you very much for your answer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried Network vis chart and the Network diagram included in the visualization bundle.&lt;/P&gt;&lt;P&gt;Concerning the Network vis chart I get a problem while filtering the nodes. It seems that the chart picks nodes to be filtered in an uncorrect way. Did anyone get the same problem?&lt;/P&gt;&lt;P&gt;Concerning the Network diagram included in the visualization bundle it seems more robust than the Network vis chart but it changes colour while filtering, which is a quite strange behaviour for the user. Moreover formatting possibilities are very limited (you cannot define the colours of your nodes).&lt;/P&gt;&lt;P&gt;Thank you in advance for your help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2020 09:28:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Tree-Network-Hierarchy-charts-for-Qliksense/m-p/1708097#M54327</guid>
      <dc:creator>francescaEp</dc:creator>
      <dc:date>2020-06-04T09:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Tree / Network / Hierarchy charts for Qliksense?</title>
      <link>https://community.qlik.com/t5/App-Development/Tree-Network-Hierarchy-charts-for-Qliksense/m-p/1782430#M60907</link>
      <description>&lt;P&gt;Is Qlik Sense or any of its extensions able to display a variance analysis over several levels of several dimensions (products, customers etc.)? Each label is gradient colored based on the variance (e.g. vs. prior year).&lt;/P&gt;&lt;P&gt;Such a graph gives a good overview of the strucutre, but also reveals compensating effects on lower levels. In case of larger networks, it should be possible to rotate , see 0:27 in the youtube-link in the&amp;nbsp; middle. Or a deeper look in the link at the bottom, at 12:45 or 13:22&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.bissantz.de/veranstaltung/webinar-deltamaster-reporting-en-2020-01-22/" target="_blank" rel="noopener"&gt;Reporting with DeltaMaster – Bissantz &amp;amp; Company&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=B7iYAgGPw08" target="_blank" rel="noopener"&gt;DeltaMaster Analysis Tools 1 - Browse - YouTube&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=XudQtp0d2DI" target="_blank"&gt;MHPBoxenstopp: Bissantz DeltaMaster@MHP - YouTube&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 22:16:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Tree-Network-Hierarchy-charts-for-Qliksense/m-p/1782430#M60907</guid>
      <dc:creator>chrmeier</dc:creator>
      <dc:date>2021-02-12T22:16:13Z</dc:date>
    </item>
  </channel>
</rss>

