<?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: How to create hierarchy tree view in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-hierarchy-tree-view/m-p/1750083#M721022</link>
    <description>&lt;P&gt;Look at the&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptPrefixes/Hierarchy.htm" target="_self"&gt;Hiearchy&lt;/A&gt;&amp;nbsp; function&lt;/P&gt;&lt;P&gt;Using the data below:&lt;/P&gt;&lt;P&gt;[Data]:&lt;BR /&gt;LOAD ProjectName,&lt;BR /&gt;TaskName,&lt;BR /&gt;TaskOutlineLevel,&lt;BR /&gt;TaskId,&lt;BR /&gt;ParentTaskId,&lt;BR /&gt;ProjectId,&lt;BR /&gt;TaskClientUniqueId,&lt;BR /&gt;ParentTaskName&lt;BR /&gt;FROM&lt;BR /&gt;[H:\Temp\test data.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;[HierarchyTree]:&lt;BR /&gt;Hierarchy (TaskId,Parent,NodeName,'PathParent',NodeName,'TaskPath','/',Depth)&lt;BR /&gt;LOAD TaskId,&lt;BR /&gt;ParentTaskId as Parent,&lt;BR /&gt;TaskName as NodeName&lt;BR /&gt;Resident [Data];&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hierarchy.PNG" style="width: 676px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41802i367129A08AAD6EB9/image-size/large?v=v2&amp;amp;px=999" role="button" title="hierarchy.PNG" alt="hierarchy.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Oct 2020 16:25:39 GMT</pubDate>
    <dc:creator>jwjackso</dc:creator>
    <dc:date>2020-10-06T16:25:39Z</dc:date>
    <item>
      <title>How to create hierarchy tree view</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-hierarchy-tree-view/m-p/1750033#M721021</link>
      <description>&lt;P&gt;Hi Guru's&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to create Hierarchy with the excel data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;below is the output format.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Josn_Qlik356_0-1601995545299.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41795iB83AFF77FA560B78/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Josn_Qlik356_0-1601995545299.png" alt="Josn_Qlik356_0-1601995545299.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;jason&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-hierarchy-tree-view/m-p/1750033#M721021</guid>
      <dc:creator>Josn_Qlik356</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to create hierarchy tree view</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-hierarchy-tree-view/m-p/1750083#M721022</link>
      <description>&lt;P&gt;Look at the&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptPrefixes/Hierarchy.htm" target="_self"&gt;Hiearchy&lt;/A&gt;&amp;nbsp; function&lt;/P&gt;&lt;P&gt;Using the data below:&lt;/P&gt;&lt;P&gt;[Data]:&lt;BR /&gt;LOAD ProjectName,&lt;BR /&gt;TaskName,&lt;BR /&gt;TaskOutlineLevel,&lt;BR /&gt;TaskId,&lt;BR /&gt;ParentTaskId,&lt;BR /&gt;ProjectId,&lt;BR /&gt;TaskClientUniqueId,&lt;BR /&gt;ParentTaskName&lt;BR /&gt;FROM&lt;BR /&gt;[H:\Temp\test data.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;[HierarchyTree]:&lt;BR /&gt;Hierarchy (TaskId,Parent,NodeName,'PathParent',NodeName,'TaskPath','/',Depth)&lt;BR /&gt;LOAD TaskId,&lt;BR /&gt;ParentTaskId as Parent,&lt;BR /&gt;TaskName as NodeName&lt;BR /&gt;Resident [Data];&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hierarchy.PNG" style="width: 676px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41802i367129A08AAD6EB9/image-size/large?v=v2&amp;amp;px=999" role="button" title="hierarchy.PNG" alt="hierarchy.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 16:25:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-hierarchy-tree-view/m-p/1750083#M721022</guid>
      <dc:creator>jwjackso</dc:creator>
      <dc:date>2020-10-06T16:25:39Z</dc:date>
    </item>
  </channel>
</rss>

