<?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: Data reduction problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-Data-reduction-problem/m-p/450617#M168194</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't try to limit those users by pulling all the possible values. Use a logic statement that would leave the field blank. If it's blank, there's no reduction of data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Sep 2012 17:21:59 GMT</pubDate>
    <dc:creator>danielact</dc:creator>
    <dc:date>2012-09-28T17:21:59Z</dc:date>
    <item>
      <title>Section Access: Data reduction problem</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Data-reduction-problem/m-p/450615#M168192</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 have a problem in data reduction. I have the following code in my hidden script&lt;/P&gt;&lt;P&gt;&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 'CONNEX\QVSERVICE' then 'ADMIN' else 'USER' end AS ACCESS&lt;/P&gt;&lt;P&gt;FROM [Datastar V11].dbo.Consultants;&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;The above code makes a join with ConsultantDesk table on NTNAME. The code reduces data pretty well. I have another table Called ConsultantDesk, which has NTNAME and other information related to consultant. That table is joined to the rest of model through a combined key (Consultant-Desk).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted some users to be able to see everything i the report. Therefore, I made all possible combinations of Desk with those users so they can view everything in the report. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now here is my problem. There are many tables that have missing links to the data model. That data gets reduced to the power users because of the missing data links even if it has all possible combination of desks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are the other options for me so that the admin type or power users get no data reduction to any table even if it has null keys, while the rest of data reduction should work as they are.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="22623" class="jive-image-thumbnail jive-image" onclick="" alt="dm.png" src="https://community.qlik.com/legacyfs/online/22623_dm.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Arif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 22:06:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Data-reduction-problem/m-p/450615#M168192</guid>
      <dc:creator />
      <dc:date>2012-09-27T22:06:20Z</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/450616#M168193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Syed,&lt;/P&gt;&lt;P&gt;could you submit QV document with described data model structure and some sample data within?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2012 17:14:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Data-reduction-problem/m-p/450616#M168193</guid>
      <dc:creator />
      <dc:date>2012-09-28T17:14:26Z</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/450617#M168194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't try to limit those users by pulling all the possible values. Use a logic statement that would leave the field blank. If it's blank, there's no reduction of data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2012 17:21:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Data-reduction-problem/m-p/450617#M168194</guid>
      <dc:creator>danielact</dc:creator>
      <dc:date>2012-09-28T17:21:59Z</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/450618#M168195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a sample file. Have a look at the file I need you to help me in following points&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) how to script section accecss so that qvservice user&amp;nbsp; sees everything in the report (Even if they have no links with other tables), while the rest of users can only see reduced data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Rest of users should be seeing reduced data. However, the total clients in text box should still be 6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The section access that I have used is disabled so that you can modify the file accordingly. I was using NT Users but you can use QV users, I just to see how can I achieve the above results&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>Tue, 02 Oct 2012 06:58:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Data-reduction-problem/m-p/450618#M168195</guid>
      <dc:creator />
      <dc:date>2012-10-02T06:58:23Z</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/450619#M168196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Danielact,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please explain what do you mean by keeping them blank. &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>Tue, 02 Oct 2012 09:16:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Data-reduction-problem/m-p/450619#M168196</guid>
      <dc:creator />
      <dc:date>2012-10-02T09:16:23Z</dc:date>
    </item>
  </channel>
</rss>

