<?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 Hierarchy Problems in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hierarchy-Problems/m-p/297154#M1199871</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;Copy this code and reload , you will get the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T1:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; ID, Name, ParentID, ParentName&lt;BR /&gt; 1, Perth, 1, Australia&lt;BR /&gt; 2, London, 2, Europe&lt;BR /&gt; 3, UK, 2, Europe&lt;BR /&gt; 4, British, 2, Europe&lt;BR /&gt; 5, France, 2, Europe&lt;BR /&gt; 6, Italy, 2, Europe&lt;BR /&gt; 7, Rome, 6, Italy&lt;BR /&gt; 8, Africa, 8, Africa&lt;BR /&gt; 9, Nigeria, 8, Africa&lt;BR /&gt; 10, South Africa, 8, Africa&lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; T2:&lt;BR /&gt; Concatenate&lt;BR /&gt; Load&lt;BR /&gt; ID,&lt;BR /&gt; ParentName as Name,&lt;BR /&gt; ParentID&lt;BR /&gt; Resident T1;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; hierarchy(ID,ParentNode,Name,TEST,Name,PATH)&lt;BR /&gt;&lt;BR /&gt; Load&lt;BR /&gt; ID,&lt;BR /&gt; ParentID as ParentNode,&lt;BR /&gt; Name&lt;BR /&gt; Resident T1;&lt;BR /&gt;&lt;BR /&gt; drop table T1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Dec 2010 11:55:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-12-30T11:55:40Z</dc:date>
    <item>
      <title>Hierarchy Problems</title>
      <link>https://community.qlik.com/t5/QlikView/Hierarchy-Problems/m-p/297151#M1199868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;I have problems with hierarchy, when i want to choose just africa not parts of africa why the cursor can't static at africa?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is my code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;&lt;BR class="MsoNoSpacing" /&gt;T1:&lt;BR class="MsoNoSpacing" /&gt;LOAD * INLINE [&lt;BR class="MsoNoSpacing" /&gt; ID, Name, ParentID, ParentName&lt;BR class="MsoNoSpacing" /&gt; 1, Perth, 1, Australia&lt;BR class="MsoNoSpacing" /&gt; 2, London, 2, Europe&lt;BR class="MsoNoSpacing" /&gt; 3, UK, 2, Europe&lt;BR class="MsoNoSpacing" /&gt; 4, British, 2, Europe&lt;BR class="MsoNoSpacing" /&gt; 5, France, 2, Europe&lt;BR class="MsoNoSpacing" /&gt; 6, Italy, 2, Europe&lt;BR class="MsoNoSpacing" /&gt; 7, Rome, 6, Italy&lt;BR class="MsoNoSpacing" /&gt; 8, Africa, 8, Africa&lt;BR class="MsoNoSpacing" /&gt; 9, Nigeria, 8, Africa&lt;BR class="MsoNoSpacing" /&gt; 10, South Africa, 8, Africa&lt;BR class="MsoNoSpacing" /&gt;];&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;LOAD&lt;/B&gt; *,&lt;BR /&gt;ParentName &amp;amp;'+'&amp;amp; Name as Path&lt;BR /&gt;Resident T1;&lt;B&gt;DROP&lt;/B&gt; Table T1;&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;need advice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Dec 2010 04:36:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hierarchy-Problems/m-p/297151#M1199868</guid>
      <dc:creator>marcohadiyanto</dc:creator>
      <dc:date>2010-12-30T04:36:52Z</dc:date>
    </item>
    <item>
      <title>Hierarchy Problems</title>
      <link>https://community.qlik.com/t5/QlikView/Hierarchy-Problems/m-p/297152#M1199869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Not sure to understand your problem.&lt;/P&gt;&lt;P&gt;Have a look to the app. I can select use the hierarchy.&lt;/P&gt;&lt;P&gt;JJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Dec 2010 10:23:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hierarchy-Problems/m-p/297152#M1199869</guid>
      <dc:creator />
      <dc:date>2010-12-30T10:23:15Z</dc:date>
    </item>
    <item>
      <title>Hierarchy Problems</title>
      <link>https://community.qlik.com/t5/QlikView/Hierarchy-Problems/m-p/297153#M1199870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, thanks for reply&lt;/P&gt;&lt;P&gt;what i mean is, i want to make one list hierarchy.&lt;/P&gt;&lt;P&gt;but the root can't be choose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Dec 2010 11:17:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hierarchy-Problems/m-p/297153#M1199870</guid>
      <dc:creator>marcohadiyanto</dc:creator>
      <dc:date>2010-12-30T11:17:58Z</dc:date>
    </item>
    <item>
      <title>Hierarchy Problems</title>
      <link>https://community.qlik.com/t5/QlikView/Hierarchy-Problems/m-p/297154#M1199871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;Copy this code and reload , you will get the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T1:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; ID, Name, ParentID, ParentName&lt;BR /&gt; 1, Perth, 1, Australia&lt;BR /&gt; 2, London, 2, Europe&lt;BR /&gt; 3, UK, 2, Europe&lt;BR /&gt; 4, British, 2, Europe&lt;BR /&gt; 5, France, 2, Europe&lt;BR /&gt; 6, Italy, 2, Europe&lt;BR /&gt; 7, Rome, 6, Italy&lt;BR /&gt; 8, Africa, 8, Africa&lt;BR /&gt; 9, Nigeria, 8, Africa&lt;BR /&gt; 10, South Africa, 8, Africa&lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; T2:&lt;BR /&gt; Concatenate&lt;BR /&gt; Load&lt;BR /&gt; ID,&lt;BR /&gt; ParentName as Name,&lt;BR /&gt; ParentID&lt;BR /&gt; Resident T1;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; hierarchy(ID,ParentNode,Name,TEST,Name,PATH)&lt;BR /&gt;&lt;BR /&gt; Load&lt;BR /&gt; ID,&lt;BR /&gt; ParentID as ParentNode,&lt;BR /&gt; Name&lt;BR /&gt; Resident T1;&lt;BR /&gt;&lt;BR /&gt; drop table T1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Dec 2010 11:55:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hierarchy-Problems/m-p/297154#M1199871</guid>
      <dc:creator />
      <dc:date>2010-12-30T11:55:40Z</dc:date>
    </item>
    <item>
      <title>Hierarchy Problems</title>
      <link>https://community.qlik.com/t5/QlikView/Hierarchy-Problems/m-p/297155#M1199872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;reload this code, you will get the correct result&lt;/P&gt;&lt;P&gt;T1:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; ID, Name, ParentID, ParentName&lt;BR /&gt; 1, Perth, 1, Australia&lt;BR /&gt; 2, London, 2, Europe&lt;BR /&gt; 3, UK, 2, Europe&lt;BR /&gt; 4, British, 2, Europe&lt;BR /&gt; 5, France, 2, Europe&lt;BR /&gt; 6, Italy, 2, Europe&lt;BR /&gt; 7, Rome, 6, Italy&lt;BR /&gt; 8, Africa, 8, Africa&lt;BR /&gt; 9, Nigeria, 8, Africa&lt;BR /&gt; 10, South Africa, 8, Africa&lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;AdjacentNodesTable:&lt;BR /&gt;LOAD null() AS Parent, ParentName AS NodeID, ParentName AS NodeName,ID RESIDENT T1;&lt;BR /&gt;LOAD ParentName AS Parent, Name AS NodeID, Name AS NodeName,ID RESIDENT T1;&lt;BR /&gt;LOAD Name AS Parent,ID RESIDENT T1;&lt;/P&gt;&lt;P&gt;hierarchy(NodeID,ParentN,NODES,TEST,NODES,Path)&lt;BR /&gt;Load&lt;BR /&gt;NodeID,&lt;BR /&gt;Parent as ParentN,&lt;BR /&gt;NodeName as NODES&lt;/P&gt;&lt;P&gt;Resident AdjacentNodesTable;&lt;/P&gt;&lt;P&gt;DROP FIELD NodeName FROM AdjacentNodesTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enable the option show as treeview in Properties list box.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Dec 2010 12:28:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hierarchy-Problems/m-p/297155#M1199872</guid>
      <dc:creator />
      <dc:date>2010-12-30T12:28:09Z</dc:date>
    </item>
  </channel>
</rss>

