<?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: Help with Hierarchy ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-Hierarchy/m-p/891914#M1006549</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again Robert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using your qvw to demonstrate the example, but eventually, I had to modify your table to create something that would make more sense to me, as I wasn't sure about the meaning of your data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, I loaded the data, transformed it into a cross table and used the hierarchy function to create a treeview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps&lt;/P&gt;&lt;P&gt;Agis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 May 2015 15:40:26 GMT</pubDate>
    <dc:creator>Agis-Kalogiannis</dc:creator>
    <dc:date>2015-05-20T15:40:26Z</dc:date>
    <item>
      <title>Help with Hierarchy ?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Hierarchy/m-p/891911#M1006546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please help me in creating tree structure&amp;nbsp; hierarchy for the below sample data i?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test:&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;Highlevel, Parent 6, Parent 5, Parent 4, Parent 3,Parent 2,Parent 1, id&lt;/P&gt;&lt;P&gt;8,7,6,5,4,3,2,1&lt;/P&gt;&lt;P&gt;8,,,,,8,7,6&lt;/P&gt;&lt;P&gt;8,,,,,,,1&lt;/P&gt;&lt;P&gt;8,,,,,,,8&lt;/P&gt;&lt;P&gt;17,,,14,13,12,11,10];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 20:31:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Hierarchy/m-p/891911#M1006546</guid>
      <dc:creator />
      <dc:date>2015-05-19T20:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Hierarchy ?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Hierarchy/m-p/891912#M1006547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to create a tree structure, your data needs to be in an adjacent node format.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Table with three columns:&lt;/P&gt;&lt;P&gt;NodeID, ParendID, NodeName&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to achieve something like this from your current data, you need to load it as a crosstable so as to create this adjacent load table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can use the hierarchy function to create the tree structure and even a tree list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Agis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 09:14:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Hierarchy/m-p/891912#M1006547</guid>
      <dc:creator>Agis-Kalogiannis</dc:creator>
      <dc:date>2015-05-20T09:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Hierarchy ?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Hierarchy/m-p/891913#M1006548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. I tried what you said, but unable to get the expected results .&lt;/P&gt;&lt;P&gt;Can you please use my attached qvw to demonstrate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 13:46:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Hierarchy/m-p/891913#M1006548</guid>
      <dc:creator />
      <dc:date>2015-05-20T13:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Hierarchy ?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Hierarchy/m-p/891914#M1006549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again Robert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using your qvw to demonstrate the example, but eventually, I had to modify your table to create something that would make more sense to me, as I wasn't sure about the meaning of your data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, I loaded the data, transformed it into a cross table and used the hierarchy function to create a treeview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps&lt;/P&gt;&lt;P&gt;Agis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 15:40:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Hierarchy/m-p/891914#M1006549</guid>
      <dc:creator>Agis-Kalogiannis</dc:creator>
      <dc:date>2015-05-20T15:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Hierarchy ?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Hierarchy/m-p/891915#M1006550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Agis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we apply the same logic for the data in attached qvw?&lt;/P&gt;&lt;P&gt;I am trying to have a tree like Hierarchy list box for the given data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 19:56:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Hierarchy/m-p/891915#M1006550</guid>
      <dc:creator />
      <dc:date>2015-05-26T19:56:03Z</dc:date>
    </item>
  </channel>
</rss>

