<?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 view selectable node parent in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Tree-view-selectable-node-parent/m-p/629606#M476511</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then do it the other way around: Keep NodeID as it is, and add a&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RaiserPlantID as NodeID&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;in the table you want to link.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;HIC&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 May 2014 09:47:51 GMT</pubDate>
    <dc:creator>hic</dc:creator>
    <dc:date>2014-05-28T09:47:51Z</dc:date>
    <item>
      <title>Tree view selectable node parent</title>
      <link>https://community.qlik.com/t5/QlikView/Tree-view-selectable-node-parent/m-p/629600#M476505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys i'am a little new with this so my problem how can i create a TreeView with Hierarchy, my Tree it's simple is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already tried some tutorials with hierarchy load but something is not right with the syntax, i also made the treeView with this expression&lt;/P&gt;&lt;P&gt;=AllRegions &amp;amp; '/' &amp;amp; Region &amp;amp; '/' &amp;amp; RaiserPlantName i cant select the parents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my script to Load the Regions and Continents:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AllRegions, Region&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Global, AP&lt;/P&gt;&lt;P&gt;&amp;nbsp; Global, EU&lt;/P&gt;&lt;P&gt;&amp;nbsp; Global, NA&lt;/P&gt;&lt;P&gt;&amp;nbsp; Global, SA&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Region, RaiserPlantID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EU, 351E&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NA, 179B&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NA, 179A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NA, 295A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NA, 1215&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NA, 1225 &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SA, ALTAA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AP, 604E&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AP, 710B&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AP, 710A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AP, 6605&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AP, 6865&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RaiserPlantID, RaiserPlantName&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 351E,&amp;nbsp; Palmela&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 179A,&amp;nbsp; Carolinas&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 179B,&amp;nbsp; Saucito&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ALTAA, Manaus&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 295A,&amp;nbsp; VDSO&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1215,&amp;nbsp; NA Aftmkt - 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1225,&amp;nbsp; NA Aftmkt - 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 604E,&amp;nbsp; VASI&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6605,&amp;nbsp; VEK&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 710A,&amp;nbsp; VHP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 710B,&amp;nbsp; VJL delivery&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6865,&amp;nbsp; VETL&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 14:24:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tree-view-selectable-node-parent/m-p/629600#M476505</guid>
      <dc:creator />
      <dc:date>2014-05-27T14:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: Tree view selectable node parent</title>
      <link>https://community.qlik.com/t5/QlikView/Tree-view-selectable-node-parent/m-p/629601#M476506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to have one table for &lt;SPAN style="text-decoration: underline;"&gt;&lt;EM&gt;all&lt;/EM&gt;&lt;/SPAN&gt; nodes, with one record per node. E.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * inline&lt;/P&gt;&lt;P&gt;[NodeID, ParentID, NodeName&lt;/P&gt;&lt;P&gt;Global, , Global&lt;/P&gt;&lt;P&gt;AP, Global, AP&lt;/P&gt;&lt;P&gt;EU, Global, EU&lt;/P&gt;&lt;P&gt;351E, EU, Palmela&lt;/P&gt;&lt;P&gt;6865, AP, VETL&lt;/P&gt;&lt;P&gt;...];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you load this using the Hierarchy prefix, the Path field will be created, e.g. Global/EU/351E, and this you can use in a Tree-view list box. It is important that all nodes are listed in this table, also the upper ones, otherwise you will get nodes that are visible but not selectable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See more here:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/11/11/unbalanced-n-level-hierarchies"&gt;Unbalanced, n-level hierarchies&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-5334"&gt;Hierarchies&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 15:15:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tree-view-selectable-node-parent/m-p/629601#M476506</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-05-27T15:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Tree view selectable node parent</title>
      <link>https://community.qlik.com/t5/QlikView/Tree-view-selectable-node-parent/m-p/629602#M476507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thanks for the help, you offer so much help with so few words &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 07:48:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tree-view-selectable-node-parent/m-p/629602#M476507</guid>
      <dc:creator />
      <dc:date>2014-05-28T07:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Tree view selectable node parent</title>
      <link>https://community.qlik.com/t5/QlikView/Tree-view-selectable-node-parent/m-p/629603#M476508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now i've another problem, my AllRegions, Region and RaiserPlantName are not connected to the other table, my new table seems allright and the path is correct but when i select i does nothing because there is no connection with primary key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hierarchy:&lt;/P&gt;&lt;P&gt;Hierarchy(NodeID, ParentID, NodeName,ParentName,NodeName,NodePath,'/',NodeDepth)&lt;/P&gt;&lt;P&gt;Load * inline&lt;/P&gt;&lt;P&gt;[NodeID, ParentID, NodeName&lt;/P&gt;&lt;P&gt; Global, , Global &lt;/P&gt;&lt;P&gt; AP, Global , AP &lt;/P&gt;&lt;P&gt; EU, Global , EU &lt;/P&gt;&lt;P&gt; NA, Global , NA &lt;/P&gt;&lt;P&gt; SA, Global , SA &lt;/P&gt;&lt;P&gt; 351E, EU , Palmela &lt;/P&gt;&lt;P&gt; 179A, NA , Carolinas &lt;/P&gt;&lt;P&gt; 179B, NA , Saucito &lt;/P&gt;&lt;P&gt; ALTAA, SA , Manaus &lt;/P&gt;&lt;P&gt; 295A, NA , VDSO ,VDSO&lt;/P&gt;&lt;P&gt; 1215, NA , NA Aftmkt - 1&lt;/P&gt;&lt;P&gt; 1225, NA , NA Aftmkt - 2&lt;/P&gt;&lt;P&gt; 604E, AP , VASI&lt;/P&gt;&lt;P&gt; 6605, AP , VEK&lt;/P&gt;&lt;P&gt; 710A, AP , VHP&lt;/P&gt;&lt;P&gt; 710B, AP , VJL delivery&lt;/P&gt;&lt;P&gt; 6865, AP , VETL&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 09:01:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tree-view-selectable-node-parent/m-p/629603#M476508</guid>
      <dc:creator />
      <dc:date>2014-05-28T09:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Tree view selectable node parent</title>
      <link>https://community.qlik.com/t5/QlikView/Tree-view-selectable-node-parent/m-p/629604#M476509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then you shouldn't call the key "NodeID". Call it what it is called in the other tables, e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hierarchy(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;RaiserPlantID&lt;/SPAN&gt;, ParentID, NodeName,ParentName,NodeName,NodePath,'/',NodeDepth)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load * inline&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;RaiserPlantID&lt;/SPAN&gt;, ParentID, NodeName&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;....&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 09:11:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tree-view-selectable-node-parent/m-p/629604#M476509</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-05-28T09:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Tree view selectable node parent</title>
      <link>https://community.qlik.com/t5/QlikView/Tree-view-selectable-node-parent/m-p/629605#M476510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes but the nodeID will have values from the 3 diferent sources, All Regions -&amp;gt; Regions -&amp;gt; RaiserPlant if change NodeID by RaiserPlant i will have Regions as Plants in the same list&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 09:45:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tree-view-selectable-node-parent/m-p/629605#M476510</guid>
      <dc:creator />
      <dc:date>2014-05-28T09:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Tree view selectable node parent</title>
      <link>https://community.qlik.com/t5/QlikView/Tree-view-selectable-node-parent/m-p/629606#M476511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then do it the other way around: Keep NodeID as it is, and add a&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RaiserPlantID as NodeID&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;in the table you want to link.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;HIC&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 09:47:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tree-view-selectable-node-parent/m-p/629606#M476511</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-05-28T09:47:51Z</dc:date>
    </item>
  </channel>
</rss>

