<?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: Is this a good method to implement Hierarchy in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Is-this-a-good-method-to-implement-Hierarchy/m-p/1199701#M462281</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/189406"&gt;digvijay&lt;/A&gt;‌ ..any guidance?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Oct 2016 03:26:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-10-05T03:26:44Z</dc:date>
    <item>
      <title>Is this a good method to implement Hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/Is-this-a-good-method-to-implement-Hierarchy/m-p/1199696#M462276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Summary:&lt;/P&gt;&lt;P&gt;I have 2 qvws named first and second. First is where I have my fact table where I also do the aggregation. Then I am doing a binary load onto second. On the second, I have 3 tabs with 2 objects each. The 2 objects per page are supposed to be “filterable” by Dir, Mgr &amp;amp; Staff respectively. I have 2 data sets defined by Date 1/31/2016 &amp;amp; 2/28/2016. Let us remain with 1/31/2016 in this sample. When you select 1/31/2016 and then ‘Tom’ under Dir, Label 1 and Label 2 (the 2 objects) are supposed to filter the metrics/data associated with Tom. It also should associate corresponding Mgrs in the Mgr tab:- John &amp;amp; Chris. If you select John, Label 1 object shows the metrics and Label 2 has no data to display. Meanwhile on Staff tab, Personnel 2 is associated as shown by Staff List Box. So it seems to be doing what I need it to but I thought a better way would be to use Hierarchy function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my main Question: I am using combination key ‘’&lt;STRONG&gt; &lt;SPAN style="color: black;"&gt;Group”- “Prime Key” &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: black;"&gt;in each level/hierarchical data:-----Dir, Mgr, Staff to link with fact table which is loaded on the qvw which I binary load on the second qvw (the binary load is a requirement and can not be removed as part of representing the actual application). Is this a proper way?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;Many Thanks,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;p.s. attached QVWs and Excel Files.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 01:10:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-this-a-good-method-to-implement-Hierarchy/m-p/1199696#M462276</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-04T01:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: Is this a good method to implement Hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/Is-this-a-good-method-to-implement-Hierarchy/m-p/1199697#M462277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is improved description to the question I asked. Pls see the attached documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Dir hierarchy.PNG" class="jive-image image-1" src="/legacyfs/online/139646_Dir hierarchy.PNG" style="width: 620px; height: 139px;" /&gt;&lt;/P&gt;&lt;P&gt;Instead of using a link table, I have used Hierarchy function. I need the following: when I select Tom under Dir Name, it should be associated with John and Chris under Mgr Name and when John is selected, it should be associated with Personnel 1 under Staff Name. Below is the code I have but it is not working. Help would be really appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Table1:&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Exec Type]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Exec Type]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'Dir', &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Exec Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Dir Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Exec Type]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'Mgr', &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Exec Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Mgr Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Exec Type]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'Staff', &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Exec Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Staff Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Group&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Exec Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Chart1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Prime Key]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[sample excel files\hierarchy.xlsx]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Sheet1);&lt;BR /&gt; &lt;BR /&gt; Hierarchy_table:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Hierarchy&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;NodeID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ParentID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, 'Exec Type', 'Parent Location', 'Location',&lt;BR /&gt; 'PathName', '~', 'Depth')&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; NodeID, Exec Type, ParentID&lt;BR /&gt; 1, Dir, &lt;BR /&gt; 2, Mgr, 1&lt;BR /&gt; 3, Staff, 2&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 23:22:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-this-a-good-method-to-implement-Hierarchy/m-p/1199697#M462277</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-04T23:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Is this a good method to implement Hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/Is-this-a-good-method-to-implement-Hierarchy/m-p/1199698#M462278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌ ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 02:12:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-this-a-good-method-to-implement-Hierarchy/m-p/1199698#M462278</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-05T02:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Is this a good method to implement Hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/Is-this-a-good-method-to-implement-Hierarchy/m-p/1199699#M462279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not so good with Hierarchy load &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 02:34:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-this-a-good-method-to-implement-Hierarchy/m-p/1199699#M462279</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-05T02:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is this a good method to implement Hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/Is-this-a-good-method-to-implement-Hierarchy/m-p/1199700#M462280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok no worries. &lt;A href="https://community.qlik.com/qlik-users/15823"&gt;swuehl&lt;/A&gt;‌ ..? any pointers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 03:25:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-this-a-good-method-to-implement-Hierarchy/m-p/1199700#M462280</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-05T03:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is this a good method to implement Hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/Is-this-a-good-method-to-implement-Hierarchy/m-p/1199701#M462281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/189406"&gt;digvijay&lt;/A&gt;‌ ..any guidance?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 03:26:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-this-a-good-method-to-implement-Hierarchy/m-p/1199701#M462281</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-05T03:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Is this a good method to implement Hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/Is-this-a-good-method-to-implement-Hierarchy/m-p/1199702#M462282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think Hierarchy will only work if you have one row having node and parent node linked like NodeID, ParentID, Nodename. I don't see in your data where director and manger linking is defined. Is it possible to link them in same record in some way?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 08:25:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-this-a-good-method-to-implement-Hierarchy/m-p/1199702#M462282</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2016-10-05T08:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is this a good method to implement Hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/Is-this-a-good-method-to-implement-Hierarchy/m-p/1199703#M462283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Digvijay, Thanks. I will update my data source and get back.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 18:17:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-this-a-good-method-to-implement-Hierarchy/m-p/1199703#M462283</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-05T18:17:42Z</dc:date>
    </item>
  </channel>
</rss>

