<?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 reducing Locally, but not for Users on Access Point in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-reducing-Locally-but-not-for-Users-on-Access/m-p/819599#M1259797</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the clarification on ADMIN, Peter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Dec 2014 18:26:02 GMT</pubDate>
    <dc:creator>pauldmunoz</dc:creator>
    <dc:date>2014-12-15T18:26:02Z</dc:date>
    <item>
      <title>Section Access reducing Locally, but not for Users on Access Point</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-reducing-Locally-but-not-for-Users-on-Access/m-p/819595#M1259780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using NTNAME for Section Access, but I'm having issues with USER permissions for the Access Point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Locally everything is working as expected. I can set various levels of permissions and the file opens up with the reduced information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The file reloads on the QMC without issue with the server name included in the SA admin list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When set to ADMIN permissions or I uncheck strict Exclusion, the Access Point will open the file with no reduction as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use any USER level permissions for the Access Point the user no longer has the permissions to open the application, but can still open the QVW on their desktop with the appropriate data reduction. I've added a text object with OSUser() to make sure that the NTNAME was matching on the Access Point, which it is in lower case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems to be able to determine I'm an ADMIN based off my NTNAME on the Access Point. If I change my permissions to a USER it will locally reduce the data. Given that it seems to both be able to verify my NTNAME successfully on the Access Point and can locally reduce the data by the appropriate Section Access, I'm confused why it can't reduce the data on the Access Point for a USER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can't attach the code for PII, but this was the SA section at the very beginning of the file,&lt;/P&gt;&lt;P&gt;SECTION ACCESS;&lt;/P&gt;&lt;P&gt;LOAD upper(ACCESS) as ACCESS,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; upper(NTNAME) as NTNAME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; upper(AUTHID) as %AUTHID&lt;/P&gt;&lt;P&gt;FROM [QVD PATH] (qvd) Where 1 = 1;&lt;/P&gt;&lt;P&gt;SECTION APPLICATION;&lt;/P&gt;&lt;P&gt;...rest of script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Added Where 1=1 to avoid QVD Optimization that I read could interfere with Section Access.&lt;/P&gt;&lt;P&gt;%AUTHID was just a composite key of two fields that I bridged with another table. Verified locally that this is functioning fine with the successful Section Access reductions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-reducing-Locally-but-not-for-Users-on-Access/m-p/819595#M1259780</guid>
      <dc:creator>pauldmunoz</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access reducing Locally, but not for Users on Access Point</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-reducing-Locally-but-not-for-Users-on-Access/m-p/819596#M1259785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have the service account in SA as admin and the AUTHID blanked? Also, once you added upper it avoided the optimization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 14:28:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-reducing-Locally-but-not-for-Users-on-Access/m-p/819596#M1259785</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2014-12-12T14:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access reducing Locally, but not for Users on Access Point</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-reducing-Locally-but-not-for-Users-on-Access/m-p/819597#M1259791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The service account did have a populated AUTHID field, which after removing looks like the USERs are now reducing properly on the Access Point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the change, no other ADMIN seems to be able to access the file. Would another field need to be changed? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you usually have ADMINs going through the access point or typically just meant for developers and the service account?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 15:15:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-reducing-Locally-but-not-for-Users-on-Access/m-p/819597#M1259791</guid>
      <dc:creator>pauldmunoz</dc:creator>
      <dc:date>2014-12-12T15:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access reducing Locally, but not for Users on Access Point</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-reducing-Locally-but-not-for-Users-on-Access/m-p/819598#M1259795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ADMIN does not exist in the AccessPoint. Everyone is a USER, no matter what the Access field says.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Role = ADMIN is intended for Desktop-like usage. In QV Desktop, users with this role will have access to everything. Like you said, those are developers that can always get into their own QVW. In a reload job (under publisher QVB.exe control), users like that will make sure that the batch reload program can open the document in the first place, and will make sure that the account is able to load and store all data without reduction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 10:31:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-reducing-Locally-but-not-for-Users-on-Access/m-p/819598#M1259795</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-12-15T10:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access reducing Locally, but not for Users on Access Point</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-reducing-Locally-but-not-for-Users-on-Access/m-p/819599#M1259797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the clarification on ADMIN, Peter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 18:26:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-reducing-Locally-but-not-for-Users-on-Access/m-p/819599#M1259797</guid>
      <dc:creator>pauldmunoz</dc:creator>
      <dc:date>2014-12-15T18:26:02Z</dc:date>
    </item>
  </channel>
</rss>

