<?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 Sheet Security with Section Access in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sheet-Security-with-Section-Access/m-p/556954#M1303244</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'm developing an app that needs to constraint the access to certain sheets/tabs to some users, and, since this application is being published through a publisher distribution task, I decided to use Section Access in order to fulfill that requirement. However I've encountered a problem I've been unnable to solve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I created a small inline table with the user profiles, which is loaded within the Section Access part of the script, and after that I load the profile information, outside of the Section Access part, so that it'll be filtered per user during the distribution task. Theorically this should work, but only the first user (which is the same that runs the qlikview services) can enter the app through the Access Point or the Open in Server option in the Desktop. The remaining users are not allowed to go in the application and get the classical Section Access error that indicates that they don't have the right to see that app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At first I thought it was a problem of incorrect user names (NTAME) but I've tested the same users, and inline load method, with other apps, that do filter the data model and not only sheets, and it works perfectly fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached a small example of my requirement with the Section Access script commented and the Document Properties "Initial Data Reduction Based on Section Access" and "Strict Exclusion" disabled so you can open the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13800503646597342" jivemacro_uid="_13800503646597342"&gt;
&lt;P&gt;Section Access;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;SECURITY:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, NTNAME, USER&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, EVOLCON-CR\CARLOSREYES, CARLOSREYES&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, EVOLCON-CR\PRUEBA1, PRUEBA1&lt;/P&gt;
&lt;P&gt;];&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;SHEET_ACCESS:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, SHEET_A, SHEET_B&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CARLOSREYES, 0, 1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRUEBA1,&amp;nbsp; 1, 0&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you can help me to solve or get around this issue. I already know about the MATCH(OsUser(), 'User1', 'User2', 'UserN') option and although it works I would like to know why this doesn't. if this approach is incorrect and will never work I need to get an efficient alternative, since this app will be distribuited to more than 50 users so it'll be cumbersome to use the MATCH() method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator>Carlos_Reyes</dc:creator>
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>Sheet Security with Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-Security-with-Section-Access/m-p/556954#M1303244</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'm developing an app that needs to constraint the access to certain sheets/tabs to some users, and, since this application is being published through a publisher distribution task, I decided to use Section Access in order to fulfill that requirement. However I've encountered a problem I've been unnable to solve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I created a small inline table with the user profiles, which is loaded within the Section Access part of the script, and after that I load the profile information, outside of the Section Access part, so that it'll be filtered per user during the distribution task. Theorically this should work, but only the first user (which is the same that runs the qlikview services) can enter the app through the Access Point or the Open in Server option in the Desktop. The remaining users are not allowed to go in the application and get the classical Section Access error that indicates that they don't have the right to see that app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At first I thought it was a problem of incorrect user names (NTAME) but I've tested the same users, and inline load method, with other apps, that do filter the data model and not only sheets, and it works perfectly fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached a small example of my requirement with the Section Access script commented and the Document Properties "Initial Data Reduction Based on Section Access" and "Strict Exclusion" disabled so you can open the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13800503646597342" jivemacro_uid="_13800503646597342"&gt;
&lt;P&gt;Section Access;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;SECURITY:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, NTNAME, USER&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, EVOLCON-CR\CARLOSREYES, CARLOSREYES&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, EVOLCON-CR\PRUEBA1, PRUEBA1&lt;/P&gt;
&lt;P&gt;];&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;SHEET_ACCESS:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, SHEET_A, SHEET_B&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CARLOSREYES, 0, 1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRUEBA1,&amp;nbsp; 1, 0&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you can help me to solve or get around this issue. I already know about the MATCH(OsUser(), 'User1', 'User2', 'UserN') option and although it works I would like to know why this doesn't. if this approach is incorrect and will never work I need to get an efficient alternative, since this app will be distribuited to more than 50 users so it'll be cumbersome to use the MATCH() method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&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/Sheet-Security-with-Section-Access/m-p/556954#M1303244</guid>
      <dc:creator>Carlos_Reyes</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Security with Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-Security-with-Section-Access/m-p/556955#M1303245</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;please check the following link to refer section access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/247936"&gt;Sheet Level security&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4435"&gt;Sheet level access&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 19:51:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-Security-with-Section-Access/m-p/556955#M1303245</guid>
      <dc:creator>v_iyyappan</dc:creator>
      <dc:date>2013-09-23T19:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Security with Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-Security-with-Section-Access/m-p/556956#M1303246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've watched the video and reviewed your example but both use USERID and not NTNAME, which should work similar to NTNAME, so it helped me to reassure that what I'm trying is correct, but my main problem is that users are not able to login to the app because this is distribuited with publisher based on the NTNAME... so... still no solution for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;¿Has anybody faced this scenario? Almost a year ago I did this on another app but using version 10 and I didn't have this problem. ¿Does anybody knows if there is somekind of limitation or rule regarding Section Access and Distribution taks?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 14:40:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-Security-with-Section-Access/m-p/556956#M1303246</guid>
      <dc:creator>Carlos_Reyes</dc:creator>
      <dc:date>2013-09-24T14:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Security with Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-Security-with-Section-Access/m-p/556957#M1303247</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;If it will work with USERID it should work with NTNAME. Just make sure the service account has rights to all sheets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 20:16:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-Security-with-Section-Access/m-p/556957#M1303247</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2013-09-24T20:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Security with Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-Security-with-Section-Access/m-p/556958#M1303248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main problem is not the services account, because it works for that profile, but for the rest of the section access records/profiles, which are the ones that cannot go into the application. It is really weird because the distribution task runs perfectly well and the services account can go into the app. But when a different user, with a valid section access profile, wants to open the app&amp;nbsp; it gets the classic section access error that says it doesn't have the permission to see tha app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know it's a lot to ask but could you try to replicate the scenario I describe in my post. You can download the sample file to get the exact idea of what I'm trying to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 20:46:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-Security-with-Section-Access/m-p/556958#M1303248</guid>
      <dc:creator>Carlos_Reyes</dc:creator>
      <dc:date>2013-09-24T20:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Sheet Security with Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-Security-with-Section-Access/m-p/556959#M1303249</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 will try to test it today. However, the attach document and put it on the server for the users that is having issues. Have them open it and take a screen shot of what they see. Make sure it is showing the same as the NTNAME you have in section access. Also, try unchecking the strict Exclusion and see what you get.&lt;IMG alt="sa.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/46874_sa.png" style="width: 620px; height: 494px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 09:33:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-Security-with-Section-Access/m-p/556959#M1303249</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2013-09-25T09:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Sheet Security with Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-Security-with-Section-Access/m-p/556960#M1303250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Checkout the attached document. I have made a couple of changes to the script and the condition property on the sheets. This should give you an idea on how it should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 13:20:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-Security-with-Section-Access/m-p/556960#M1303250</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2013-09-25T13:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Security with Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-Security-with-Section-Access/m-p/556961#M1303251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did uncomment the section access code in the document you provided, "Sheets_Security.qvw", and kept the "Strict Exclusion" option disabled. Then I distribuited the app through a publisher task. Now both users can go into the app, but the USER and SHEET fields are not being reduced/disabled accordingly. Both users see the same sheet although the OSUSER() function shows they're different. It seems that the distribution task only takes the first USER, SHEET record for both users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/46891_pastedImage_0.png" style="width: 620px; height: 349px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/46922_pastedImage_1.png" style="width: 620px; height: 349px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I enable the "Strict Exclusion" option, the user CARLOSREYES can go into the app, but the user PRUEBA1 gets the following error message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/46923_pastedImage_2.png" style="width: 620px; height: 349px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any idea of what may be happening?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 23:48:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-Security-with-Section-Access/m-p/556961#M1303251</guid>
      <dc:creator>Carlos_Reyes</dc:creator>
      <dc:date>2013-09-25T23:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Security with Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-Security-with-Section-Access/m-p/556962#M1303252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you distribute your document? To all Authenticated Users, or just to a list of Named users (assuming you have a publisher)? This seems more like a distribution problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2013 09:54:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-Security-with-Section-Access/m-p/556962#M1303252</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2013-09-26T09:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Security with Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-Security-with-Section-Access/m-p/556963#M1303253</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;What account are you reloading it under? If that account only have access to sheet A then that is all that will be show. Also, if you have rights to sheeet B and it isn't available you will not be able to get in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To add your service account&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;SECURITY:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ACCESS, NTNAME, USER&lt;BR /&gt; ADMIN, SERVICEACCOUNT, SERVICEACCOUNT&lt;BR /&gt; ADMIN, EVOLCON-CR\CARLOSREYES, CARLOSREYES&amp;nbsp; &lt;BR /&gt; ADMIN, EVOLCON-CR\PRUEBA1, PRUEBA1&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Section Application;&lt;/P&gt;&lt;P&gt;SHEET_ACCESS:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, SHEET&lt;BR /&gt; SERVICEACCOUNT,*&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CARLOSREYES, 0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRUEBA1,&amp;nbsp; 1&lt;BR /&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2013 12:32:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-Security-with-Section-Access/m-p/556963#M1303253</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2013-09-26T12:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Sheet Security with Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-Security-with-Section-Access/m-p/556964#M1303254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All QlikView services run under EVOLCON-CR\CARLOSREYES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed the Section Access code in order to enable CARLOSREYES to see all sheets, and also I added a new user in order to see if the sheets are correctly enabled or disabled:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Section Access;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;SECURITY:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; ACCESS, NTNAME, USER&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, EVOLCON-CR\CARLOSREYES, CARLOSREYES&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, EVOLCON-CR\PRUEBA1, PRUEBA1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, EVOLCON-CR\PRUEBA2, PRUEBA2&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;];&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;SHEET_ACCESS:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, SHEET1, SHEET2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CARLOSREYES, 1, 1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRUEBA1,&amp;nbsp; 1, 0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRUEBA2,&amp;nbsp; 0, 1&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I ran the distribution task again, which by the way distributes to NAMED USERS list &lt;STRONG&gt;(PETER)&lt;/STRONG&gt;, and I still have the same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I keep "Strict Exclusion" disabled all users can go into the app but the three use the CARLOSREYES profile, so the three users are able to see SHEET1 and SHEET2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CARLOSREYES&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/46918_pastedImage_10.png" style="width: 620px; height: 349px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PRUEBA1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/46949_pastedImage_13.png" style="width: 620px; height: 349px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PRUEBA2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/46950_pastedImage_15.png" style="width: 620px; height: 349px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF I replace the CARLOSREYES profile to use " * " instead of " 1 " , all users, including CARLOSREYES can only see SHEET1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Section Access;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;SECURITY:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; ACCESS, NTNAME, USER&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, EVOLCON-CR\CARLOSREYES, CARLOSREYES&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, EVOLCON-CR\PRUEBA1, PRUEBA1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, EVOLCON-CR\PRUEBA2, PRUEBA2&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;];&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;SHEET_ACCESS:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, SHEET1, SHEET2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CARLOSREYES, *, *&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRUEBA1,&amp;nbsp; 1, 0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRUEBA2,&amp;nbsp; 0, 1&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CARLOSREYES&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/46951_pastedImage_19.png" style="width: 620px; height: 349px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PRUEBA1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/46952_pastedImage_21.png" style="width: 620px; height: 349px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PRUEBA2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/46953_pastedImage_23.png" style="width: 620px; height: 349px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And If I enable "Strict Exclusion" , in both scenarios with " * " or " 1 ", only CARLOSREYES can go into the app. The users PRUEBA1 and PRUEBA2 get the "YOU DON'T HAVE ACCESS TO THIS DOCUMENT" window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way... the condition for sheets to be enabled are the next:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SHEET1 : =Sum(SHEET1)=1&lt;/P&gt;&lt;P&gt;SHEET2:&amp;nbsp; =Sum(SHEET2)=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I have no idea of what's wrong...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2013 15:40:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-Security-with-Section-Access/m-p/556964#M1303254</guid>
      <dc:creator>Carlos_Reyes</dc:creator>
      <dc:date>2013-09-26T15:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Security with Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-Security-with-Section-Access/m-p/556965#M1303255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Carlos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent you a private email&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2013 18:18:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-Security-with-Section-Access/m-p/556965#M1303255</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2013-09-26T18:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Security with Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-Security-with-Section-Access/m-p/556966#M1303256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your document works as expected, so I don't know why mine isn't working. The only doubt/difference I have regarding your scenario is that it is based on USERID and not in NTNAME. Also, I don't know if you distribuited your app with publisher... I suspect that my problem comes from the distribution but I don't why...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2013 19:44:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-Security-with-Section-Access/m-p/556966#M1303256</guid>
      <dc:creator>Carlos_Reyes</dc:creator>
      <dc:date>2013-09-26T19:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Security with Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-Security-with-Section-Access/m-p/556967#M1303257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well the funny thing is that everything is working as expected (even "strict exclusion") if we&amp;nbsp; assume that the application is correctly configured but QVS has problems identifying the user for Section Access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I look at all those screenshots, it seems that section access &lt;EM&gt;always&lt;/EM&gt; comes up with the same profile CARLOSREYES, whether OSUser() reports some other user or not. And that means that the application, upon being opened, is always presented by QVS with the same account, probably the service account.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could this be an entirely different problem? With AD Queries or with the configured DSC?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you post the last version of the application here, I'll test it with our own publisher. Just to make sure that it isn't application-design-related.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2013 07:50:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-Security-with-Section-Access/m-p/556967#M1303257</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2013-09-27T07:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Sheet Security with Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-Security-with-Section-Access/m-p/556968#M1303258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you tested on my server it is using both NTname and UserID. Attached is the document and you will have to user admin to get into it. I did change the script from what you had. When you look at the script my service account for publisher is qvpub. &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, 27 Sep 2013 09:51:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-Security-with-Section-Access/m-p/556968#M1303258</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2013-09-27T09:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Sheet Security with Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-Security-with-Section-Access/m-p/556969#M1303259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bill and Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After reviewing my document based on Bill's document I realized my horrible mistake. It was right in front of me but it seems my mind was blind to the obvious. So, I realized that, as both said, everything was working as expected and I had to put a blank value into CARLOSREYES profile for Section Access and delete CARLOSREYES record from the data table. So, this is the code that worked:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Section Access;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;SECURITY:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ACCESS,&amp;nbsp;&amp;nbsp;&amp;nbsp; NTNAME,&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN,&amp;nbsp;&amp;nbsp;&amp;nbsp; EVOLCON-CR\CARLOSREYES,&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER,&amp;nbsp;&amp;nbsp;&amp;nbsp; EVOLCON-CR\PRUEBA1,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRUEBA1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER,&amp;nbsp;&amp;nbsp;&amp;nbsp; EVOLCON-CR\PRUEBA2,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRUEBA2 &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;];&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;SHEET_ACCESS:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SHEET1,&amp;nbsp;&amp;nbsp;&amp;nbsp; SHEET2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRUEBA1,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRUEBA2,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 &lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;


&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to thank you both for helping to me to realize this dumb error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although, this message is the real asnwer to what I needed, Bill's document taught to me another and more complete method to do this kind of requiriment. So, the answer goes to him.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2013 15:39:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-Security-with-Section-Access/m-p/556969#M1303259</guid>
      <dc:creator>Carlos_Reyes</dc:creator>
      <dc:date>2013-09-27T15:39:46Z</dc:date>
    </item>
  </channel>
</rss>

