<?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: Varied depth in Hierarchy in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Varied-depth-in-Hierarchy/m-p/1147191#M911890</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I however dont have a parentID in my source. i do have the level of the leaf node in each row. Could you please help me in obtaining the parentID?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I manually added the parent ID and created a heirarchy with the function you specified. It works well when i select the lowest level in the tree however it does work with the parent or ancestors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anagha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jun 2016 05:21:57 GMT</pubDate>
    <dc:creator>anagharao</dc:creator>
    <dc:date>2016-06-09T05:21:57Z</dc:date>
    <item>
      <title>Varied depth in Hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/Varied-depth-in-Hierarchy/m-p/1147188#M911887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to display a skewed hierarchy in a list box (Treeview). However i'm encountering many blanks in the middle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anagha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Varied-depth-in-Hierarchy/m-p/1147188#M911887</guid>
      <dc:creator>anagharao</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Varied depth in Hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/Varied-depth-in-Hierarchy/m-p/1147189#M911888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems you data is not as it should be. Refer this thread.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/117758"&gt;Hierarchies and Tree-view List Boxes&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 07:09:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Varied-depth-in-Hierarchy/m-p/1147189#M911888</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2016-06-08T07:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: Varied depth in Hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/Varied-depth-in-Hierarchy/m-p/1147190#M911889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think your data is not proper for using hierarchy. for &lt;SPAN style="font-size: 13.3333px;"&gt;hierarchy sample you need a table with 3 column. ID, Name and ParentID.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;and you can load our data like this. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;hierarchyData:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;load *[&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;ID,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Name,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;ParentID];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hierarchy(&lt;SPAN style="font-size: 13.3333px;"&gt;ID&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;ParentID&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;Name&lt;/SPAN&gt;,d,&lt;SPAN style="font-size: 13.3333px;"&gt;Name&lt;/SPAN&gt;, &lt;SPAN style="font-size: 13.3333px;"&gt;hierarchyData&lt;/SPAN&gt;, '-' &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;ID&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;ParentID&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;Name&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Resident&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;hierarchyData&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;drop Table &lt;SPAN style="font-size: 13.3333px;"&gt;hierarchyData&lt;/SPAN&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 07:44:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Varied-depth-in-Hierarchy/m-p/1147190#M911889</guid>
      <dc:creator>marjan_it</dc:creator>
      <dc:date>2016-06-08T07:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: Varied depth in Hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/Varied-depth-in-Hierarchy/m-p/1147191#M911890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I however dont have a parentID in my source. i do have the level of the leaf node in each row. Could you please help me in obtaining the parentID?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I manually added the parent ID and created a heirarchy with the function you specified. It works well when i select the lowest level in the tree however it does work with the parent or ancestors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anagha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 05:21:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Varied-depth-in-Hierarchy/m-p/1147191#M911890</guid>
      <dc:creator>anagharao</dc:creator>
      <dc:date>2016-06-09T05:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Varied depth in Hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/Varied-depth-in-Hierarchy/m-p/1147192#M911891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;got it!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was missing the hierarchybelongto() part.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 08:53:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Varied-depth-in-Hierarchy/m-p/1147192#M911891</guid>
      <dc:creator>anagharao</dc:creator>
      <dc:date>2016-06-09T08:53:46Z</dc:date>
    </item>
  </channel>
</rss>

