<?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: Hierarchy Question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hierarchy-Question/m-p/1237426#M848476</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may search on google. You will get number of threads and Docs related one. Start writing or copy paste same code on your hierarchy then look on it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Mar 2017 07:31:26 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-03-20T07:31:26Z</dc:date>
    <item>
      <title>Hierarchy Question</title>
      <link>https://community.qlik.com/t5/QlikView/Hierarchy-Question/m-p/1237423#M848473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I have a Customer table and from this table I would like to create a hierarchy like&lt;/P&gt;&lt;P&gt;CustomerClass &amp;gt;&amp;gt; Region&amp;gt;&amp;gt;Area &amp;gt;&amp;gt; Branch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached sample data.&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, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hierarchy-Question/m-p/1237423#M848473</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchy Question</title>
      <link>https://community.qlik.com/t5/QlikView/Hierarchy-Question/m-p/1237424#M848474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check accordingly&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" height="353" src="https://community.qlik.com/legacyfs/online/156780_Capture.PNG" style="height: 353px; width: 197.223px;" width="197" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ORGANIZATION:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CustomerClass, Region, Area&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Distributors, West, NBL Central&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Distributors, Kampala, NBL West&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Distributors, West&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Distributors, West, NBL Central&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Distributors, West, NBL West&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Export, West, NBL West&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Export, Kampala, NBL West&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Export, Kampala, NBL Central&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TREE_VIEW:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Distinct CustomerClass as VALUE, CustomerClass &amp;amp; '-ROLE' as NODE_ID, Region &amp;amp; '-REPORTINGMANAGER' as PARENT_NODE_ID resident ORGANIZATION;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Distinct Region as VALUE,Region &amp;amp; '-REPORTINGMANAGER' as NODE_ID, Area &amp;amp; '-LEVELOFBUSINESSHEAD' as PARENT_NODE_ID resident ORGANIZATION;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Distinct Area as VALUE,Area &amp;amp; '-LEVELOFBUSINESSHEAD' as NODE_ID,&amp;nbsp; Area &amp;amp; '-LEVELOFBUSINESSHEAD' as PARENT_NODE_ID resident ORGANIZATION;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;HIERARCHY_TABLE:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hierarchy(NODE_ID_H,PARENT_NODE_ID_H, ID, PARENT_NAME, NAME, Organization_Structure) load&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NODE_ID,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NODE_ID as NODE_ID_H,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PARENT_NODE_ID as PARENT_NODE_ID_H,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;VALUE as ID,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;VALUE as NAME&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;resident TREE_VIEW;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 04:40:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hierarchy-Question/m-p/1237424#M848474</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-03-20T04:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchy Question</title>
      <link>https://community.qlik.com/t5/QlikView/Hierarchy-Question/m-p/1237425#M848475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Anil for your response, but I also need to find out about section access? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 07:26:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hierarchy-Question/m-p/1237425#M848475</guid>
      <dc:creator />
      <dc:date>2017-03-20T07:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchy Question</title>
      <link>https://community.qlik.com/t5/QlikView/Hierarchy-Question/m-p/1237426#M848476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may search on google. You will get number of threads and Docs related one. Start writing or copy paste same code on your hierarchy then look on it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 07:31:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hierarchy-Question/m-p/1237426#M848476</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-03-20T07:31:26Z</dc:date>
    </item>
  </channel>
</rss>

