<?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: Data Reduction with Strict Exclusion and Superusers in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-Reduction-with-Strict-Exclusion-and-Superusers/m-p/519712#M194197</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of putting&amp;nbsp; a * there, you leave it blank&lt;/P&gt;&lt;P&gt;Your statement will be:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;Section&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Access&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Users:&lt;/P&gt;&lt;P&gt;LOAD * inline [&lt;/P&gt;&lt;P&gt;ACCESS,NTNAME,DR&lt;/P&gt;&lt;P&gt;USER,DOMAIN\USER1,A&lt;/P&gt;&lt;P&gt;USER,DOMAIN\USER2,B&lt;/P&gt;&lt;P&gt;USER,DOMAIN\USER3,E&lt;/P&gt;&lt;P&gt;ADMIN,DOMAIN\SUPERUSER,&lt;/P&gt;&lt;P&gt;USER,DOMAIN\USER4,&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;the User "SuperUser" with Admin Access will be able to see all the data while User4 will not be allowed to open the document.&lt;/P&gt;&lt;P&gt;Have a happy learning. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Sep 2013 15:33:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-09-23T15:33:52Z</dc:date>
    <item>
      <title>Data Reduction with Strict Exclusion and Superusers</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Reduction-with-Strict-Exclusion-and-Superusers/m-p/519711#M194196</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;I need to set up a section access with data reduction in one of my reports and i have the following problem :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want a user with a value not present in the Data Reduction field to see all my data, so i suppose i have to enable the option "Strict Exclusion".&lt;/P&gt;&lt;P&gt;Though, If i enable it i have another problem, i can't have any "superuser" who can see all the data (not only the values listed in the section access but all the data inside the report).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need both these features, and i can't change my data structure :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Users with values in section access missing in the DR field should NOT be able to access the report.&lt;/P&gt;&lt;P&gt;2. Certain users (superusers) should be able to se ALL the data in the DR field, not only the values listed inside the section access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My report data for the Data Reduction field :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" height="160" style="width: 99px; border: 1px solid #000000; height: 160px;" width="97"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;DR&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;D&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;E&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;F&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My section access:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Users:&lt;/P&gt;&lt;P&gt;LOAD * inline [&lt;/P&gt;&lt;P&gt;ACCESS,NTNAME,DR&lt;/P&gt;&lt;P&gt;USER,DOMAIN\USER1,A&lt;/P&gt;&lt;P&gt;USER,DOMAIN\USER2,B&lt;/P&gt;&lt;P&gt;USER,DOMAIN\USER3,E&lt;/P&gt;&lt;P&gt;ADMIN,DOMAIN\SUPERUSER,*&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using the instruction "Star is *" with "Strict Exclusion" the result is the user SUPERUSER can see A, B and E but i want him to see A, B, C, D, E and F.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for a suitable way to achieve this, &lt;SPAN style="font-size: 10pt;"&gt;is there a &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;way to tell the data reduction to show &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;all the report data when the "Strict Exclusion" option is enabled?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Claudio&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2013 15:13:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Reduction-with-Strict-Exclusion-and-Superusers/m-p/519711#M194196</guid>
      <dc:creator>claudio1</dc:creator>
      <dc:date>2013-07-24T15:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Data Reduction with Strict Exclusion and Superusers</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Reduction-with-Strict-Exclusion-and-Superusers/m-p/519712#M194197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of putting&amp;nbsp; a * there, you leave it blank&lt;/P&gt;&lt;P&gt;Your statement will be:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;Section&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Access&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Users:&lt;/P&gt;&lt;P&gt;LOAD * inline [&lt;/P&gt;&lt;P&gt;ACCESS,NTNAME,DR&lt;/P&gt;&lt;P&gt;USER,DOMAIN\USER1,A&lt;/P&gt;&lt;P&gt;USER,DOMAIN\USER2,B&lt;/P&gt;&lt;P&gt;USER,DOMAIN\USER3,E&lt;/P&gt;&lt;P&gt;ADMIN,DOMAIN\SUPERUSER,&lt;/P&gt;&lt;P&gt;USER,DOMAIN\USER4,&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;the User "SuperUser" with Admin Access will be able to see all the data while User4 will not be allowed to open the document.&lt;/P&gt;&lt;P&gt;Have a happy learning. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 15:33:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Reduction-with-Strict-Exclusion-and-Superusers/m-p/519712#M194197</guid>
      <dc:creator />
      <dc:date>2013-09-23T15:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Data Reduction with Strict Exclusion and Superusers</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Reduction-with-Strict-Exclusion-and-Superusers/m-p/519713#M194198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;HI Claudio,&lt;/P&gt;&lt;DIV&gt;&lt;SPAN style="font-family: Calibri;"&gt;As per your requirement, first thing you should do is un-tick the 'Strict Exclusion'(but keep initial data reduction checked). This is because once you tick Strict Exclusion it wont allow you to keep any cell Blank in your Section Access table. Now if a user is super user, keep the cell blank from DR column due to which the user can see all the values for DR present in the datamodel.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 07:34:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Reduction-with-Strict-Exclusion-and-Superusers/m-p/519713#M194198</guid>
      <dc:creator>rohan_mulay</dc:creator>
      <dc:date>2015-03-30T07:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Data Reduction with Strict Exclusion and Superusers</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Reduction-with-Strict-Exclusion-and-Superusers/m-p/519714#M194199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe&lt;/P&gt;&lt;P&gt;when you load the document with section access, use the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DR field to add all the needed rows for the superuser&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate (Users)&lt;/P&gt;&lt;P&gt;load&amp;nbsp; // or load distinct &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'A&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DMIN' as ACCESS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'DOMAIN\SUPERUSER' as NTNAME,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;from&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .....;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // a table with DR field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 07:41:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Reduction-with-Strict-Exclusion-and-Superusers/m-p/519714#M194199</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-03-30T07:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: Data Reduction with Strict Exclusion and Superusers</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Reduction-with-Strict-Exclusion-and-Superusers/m-p/519715#M194200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you use this technique, &lt;EM&gt;drop all users from SA that should be denied access to your document&lt;/EM&gt;. Disabling Strinct Exclusion will always and automatically grant them access to everything if they appear in your SA table without a DR value...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 07:45:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Reduction-with-Strict-Exclusion-and-Superusers/m-p/519715#M194200</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-03-30T07:45:54Z</dc:date>
    </item>
  </channel>
</rss>

