<?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 Section Access: Data reduction problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-Data-reduction-problem/m-p/384450#M143609</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;&lt;/P&gt;&lt;P&gt;I am putting the following section access code in my QV file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;SQL SELECT UPPER(username) AS NTNAME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; case&amp;nbsp; UPPER(username) when 'ST12\ARIF' then 'ADMIN' else 'USER' end AS ACCESS&lt;/P&gt;&lt;P&gt;FROM [DTV].dbo.users;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I load the rest of tables. The tables are interlinked as following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="21372" alt="dm.png" class="jive-image-thumbnail jive-image" src="https://community.qlik.com/legacyfs/online/21372_dm.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;The problem is that the branches, desks etc are visible to users based on data reduction (Consultantdesk table), but data in other tables are not visible to any users. Is it because the section access is joined to consultantdesk table but not directly linked with other tables? What is the problem with my logic?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Sep 2012 13:38:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-09-05T13:38:02Z</dc:date>
    <item>
      <title>Section Access: Data reduction problem</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Data-reduction-problem/m-p/384450#M143609</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;&lt;/P&gt;&lt;P&gt;I am putting the following section access code in my QV file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;SQL SELECT UPPER(username) AS NTNAME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; case&amp;nbsp; UPPER(username) when 'ST12\ARIF' then 'ADMIN' else 'USER' end AS ACCESS&lt;/P&gt;&lt;P&gt;FROM [DTV].dbo.users;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I load the rest of tables. The tables are interlinked as following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="21372" alt="dm.png" class="jive-image-thumbnail jive-image" src="https://community.qlik.com/legacyfs/online/21372_dm.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;The problem is that the branches, desks etc are visible to users based on data reduction (Consultantdesk table), but data in other tables are not visible to any users. Is it because the section access is joined to consultantdesk table but not directly linked with other tables? What is the problem with my logic?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2012 13:38:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Data-reduction-problem/m-p/384450#M143609</guid>
      <dc:creator />
      <dc:date>2012-09-05T13:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access: Data reduction problem</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Data-reduction-problem/m-p/384451#M143610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see a fundamental problem within your schema.&amp;nbsp; Is it possible that NTNAME "John" does not have links back to the rest of the data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2012 13:49:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Data-reduction-problem/m-p/384451#M143610</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-05T13:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access: Data reduction problem</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Data-reduction-problem/m-p/384452#M143611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aaron,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are right. Those users did not have any linkback to other tables data. I have resolved this now. Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2012 14:29:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Data-reduction-problem/m-p/384452#M143611</guid>
      <dc:creator />
      <dc:date>2012-09-05T14:29:24Z</dc:date>
    </item>
  </channel>
</rss>

