<?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: section access with hierarchical data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/section-access-with-hierarchical-data/m-p/1750946#M453590</link>
    <description>&lt;P&gt;Sir can you share hide tab script if possible&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Oct 2020 08:25:24 GMT</pubDate>
    <dc:creator>murali986</dc:creator>
    <dc:date>2020-10-09T08:25:24Z</dc:date>
    <item>
      <title>section access with hierarchical data</title>
      <link>https://community.qlik.com/t5/QlikView/section-access-with-hierarchical-data/m-p/741088#M264711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have Level3, level2,level1 users in my data and level3 has some level2 under him and level2 has some level1, if a Level3 is accessing I want to implement his , his L2 and L2s L1 data.&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;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/78405_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;for eg if NN logins in I want to implement a section access such that he has to see his(14) ,10 ,11 associated data. I am using hierarchybelongsto but unable to figure out how to map&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Authorizationtable -&amp;gt; users table -&amp;gt; bridgetable(hierarchy belongsto) -&amp;gt; fact table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help other than hierarchy or hierarchybelongsto??&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 06:42:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access-with-hierarchical-data/m-p/741088#M264711</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2015-02-18T06:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: section access with hierarchical data</title>
      <link>https://community.qlik.com/t5/QlikView/section-access-with-hierarchical-data/m-p/741089#M264712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This may help u:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3453"&gt;Authorization using a Hierarchy&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 06:48:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access-with-hierarchical-data/m-p/741089#M264712</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2015-02-18T06:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: section access with hierarchical data</title>
      <link>https://community.qlik.com/t5/QlikView/section-access-with-hierarchical-data/m-p/741090#M264713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attachment for solution , use 1,2,3,4 and 5 as the userid to log in :&lt;/P&gt;&lt;P&gt;and you can verify the following hierarchy.&lt;/P&gt;&lt;P&gt;USERID,Name,Supervisor_id&lt;/P&gt;&lt;P&gt;1,A,0&lt;/P&gt;&lt;P&gt;2,B,1&lt;/P&gt;&lt;P&gt;3,C,2&lt;/P&gt;&lt;P&gt;4,D,2&lt;/P&gt;&lt;P&gt;5,E,1&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 06:51:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access-with-hierarchical-data/m-p/741090#M264713</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-02-18T06:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: section access with hierarchical data</title>
      <link>https://community.qlik.com/t5/QlikView/section-access-with-hierarchical-data/m-p/741091#M264714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;followed HIC post &lt;A href="https://community.qlik.com/qlik-blogpost/3453"&gt;Authorization using a Hierarchy&lt;/A&gt;&lt;/P&gt;&lt;P&gt;finally got the solution by aliasing one of the columns in the fact table for eg user_id as userid and also aliased&lt;/P&gt;&lt;P&gt;ANCESTORS_KEY of bridge table to userid , so able to get association.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 10:58:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access-with-hierarchical-data/m-p/741091#M264714</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2015-02-18T10:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: section access with hierarchical data</title>
      <link>https://community.qlik.com/t5/QlikView/section-access-with-hierarchical-data/m-p/1750946#M453590</link>
      <description>&lt;P&gt;Sir can you share hide tab script if possible&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 08:25:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access-with-hierarchical-data/m-p/1750946#M453590</guid>
      <dc:creator>murali986</dc:creator>
      <dc:date>2020-10-09T08:25:24Z</dc:date>
    </item>
  </channel>
</rss>

