<?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>article Sheets Security with Section Access in Member Articles</title>
    <link>https://community.qlik.com/t5/Member-Articles/Sheets-Security-with-Section-Access/ta-p/1476875</link>
    <description>&lt;P&gt;Aside from filtering data records with Section Access, I'm usually requested to filter the objects and sheets to which users have access.&amp;nbsp; To be honest, I don't like to filter individual objects since this implies a lot of mainteinance and a more complex Section Access table. So I usually describe the scenario to the IT people and Key users and they always ( so far ) decide to go for the Sheets-Security option. Which in my opinion is the best alternative because it's more common to hide a complete block of information/analysis from a user than just a single KPI.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've seen some examples like this before in the Community, however everything I've found its exemplified based on the USERID field. So, when I tried to use those examples I ran into some common errors when dealing with Section Access, and now that I've solved them I want to share a small example about how to go when using NTNAME.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, I want to note that there are some easier/faster alternatives to this approach. For instance you may use the MATCH() method described in this thread: &lt;A href="https://community.qlik.com/message/113275" target="_blank"&gt;Secured sheets&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However if you're already using Section Access to filter data, you have too many users and/or sheets to use the MATCH() method, or if you just need to handle those privileges outside of the .qvw ( e.g. a user will maintain an excel file), you can use/reuse Section Access to accomplish this requirement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In my example I use INLINE loads in order to allow other people to reload the app, however you could load all tables, including the SECTION ACCESS table, from xls or qvd files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, in order to test this example you have to do the following:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Download the enclosed file&lt;/LI&gt;
&lt;LI&gt;In the script, go to the Section Access tab and uncomment the disabled code.&lt;/LI&gt;
&lt;LI&gt;In the same tab, change the NTNAME and USER field values in order to reflect your local/domain users.&lt;/LI&gt;
&lt;LI&gt;Go to Document Properties/ Opening and enable Initial Data Reduction Based on Section Access. Do not enable "Strict Exclusion"&lt;/LI&gt;
&lt;LI&gt;Save and reload the app.
&lt;UL&gt;
&lt;LI&gt;Note. If you have and use Publisher you'll need to add the account that runs QlikView services as an admin profile in the Section Access table before you reload and distribute the app.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;If you only use the Desktop, save and exit any QlikView instance and reopen the application. If you want to check all profiles you'll need to sign out of Windows and sign in as the profile's user. You'll probably have to copy the file into a usb in order to open it in all the Windows accounts.&lt;/LI&gt;
&lt;LI&gt;Depending on the user you used to sign in you should get the following results:
&lt;UL&gt;
&lt;LI&gt;If you signed in as the admin user (first record in Section Access table), you should be able to see &lt;STRONG&gt;both sheets&lt;/STRONG&gt; (A and B) and &lt;STRONG&gt;all Countries and Cities&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;If you signed in as the first user (second record in Section Access table), you should only see &lt;STRONG&gt;sheet A&lt;/STRONG&gt; but &lt;STRONG&gt;all Countries and Cities&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;If you signed in as the last user (third record in Section Access table), you should only see &lt;STRONG&gt;sheet B&lt;/STRONG&gt; and &lt;STRONG&gt;cities from MEXICO and USA&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Go to the following link to get the example file:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-6078" target="_blank"&gt;Sheets Security with Section Access File&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this example is useful and don't hesitate to ask if you have any doubt regarding it.&lt;/P&gt;</description>
    <pubDate>Fri, 07 Oct 2022 13:24:47 GMT</pubDate>
    <dc:creator>Carlos_Reyes</dc:creator>
    <dc:date>2022-10-07T13:24:47Z</dc:date>
    <item>
      <title>Sheets Security with Section Access</title>
      <link>https://community.qlik.com/t5/Member-Articles/Sheets-Security-with-Section-Access/ta-p/1476875</link>
      <description>&lt;P&gt;Aside from filtering data records with Section Access, I'm usually requested to filter the objects and sheets to which users have access.&amp;nbsp; To be honest, I don't like to filter individual objects since this implies a lot of mainteinance and a more complex Section Access table. So I usually describe the scenario to the IT people and Key users and they always ( so far ) decide to go for the Sheets-Security option. Which in my opinion is the best alternative because it's more common to hide a complete block of information/analysis from a user than just a single KPI.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've seen some examples like this before in the Community, however everything I've found its exemplified based on the USERID field. So, when I tried to use those examples I ran into some common errors when dealing with Section Access, and now that I've solved them I want to share a small example about how to go when using NTNAME.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, I want to note that there are some easier/faster alternatives to this approach. For instance you may use the MATCH() method described in this thread: &lt;A href="https://community.qlik.com/message/113275" target="_blank"&gt;Secured sheets&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However if you're already using Section Access to filter data, you have too many users and/or sheets to use the MATCH() method, or if you just need to handle those privileges outside of the .qvw ( e.g. a user will maintain an excel file), you can use/reuse Section Access to accomplish this requirement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In my example I use INLINE loads in order to allow other people to reload the app, however you could load all tables, including the SECTION ACCESS table, from xls or qvd files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, in order to test this example you have to do the following:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Download the enclosed file&lt;/LI&gt;
&lt;LI&gt;In the script, go to the Section Access tab and uncomment the disabled code.&lt;/LI&gt;
&lt;LI&gt;In the same tab, change the NTNAME and USER field values in order to reflect your local/domain users.&lt;/LI&gt;
&lt;LI&gt;Go to Document Properties/ Opening and enable Initial Data Reduction Based on Section Access. Do not enable "Strict Exclusion"&lt;/LI&gt;
&lt;LI&gt;Save and reload the app.
&lt;UL&gt;
&lt;LI&gt;Note. If you have and use Publisher you'll need to add the account that runs QlikView services as an admin profile in the Section Access table before you reload and distribute the app.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;If you only use the Desktop, save and exit any QlikView instance and reopen the application. If you want to check all profiles you'll need to sign out of Windows and sign in as the profile's user. You'll probably have to copy the file into a usb in order to open it in all the Windows accounts.&lt;/LI&gt;
&lt;LI&gt;Depending on the user you used to sign in you should get the following results:
&lt;UL&gt;
&lt;LI&gt;If you signed in as the admin user (first record in Section Access table), you should be able to see &lt;STRONG&gt;both sheets&lt;/STRONG&gt; (A and B) and &lt;STRONG&gt;all Countries and Cities&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;If you signed in as the first user (second record in Section Access table), you should only see &lt;STRONG&gt;sheet A&lt;/STRONG&gt; but &lt;STRONG&gt;all Countries and Cities&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;If you signed in as the last user (third record in Section Access table), you should only see &lt;STRONG&gt;sheet B&lt;/STRONG&gt; and &lt;STRONG&gt;cities from MEXICO and USA&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Go to the following link to get the example file:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-6078" target="_blank"&gt;Sheets Security with Section Access File&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this example is useful and don't hesitate to ask if you have any doubt regarding it.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2022 13:24:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Sheets-Security-with-Section-Access/ta-p/1476875</guid>
      <dc:creator>Carlos_Reyes</dc:creator>
      <dc:date>2022-10-07T13:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Sheets Security with Section Access</title>
      <link>https://community.qlik.com/t5/Member-Articles/Sheets-Security-with-Section-Access/tac-p/1476876#M685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a valid license but can not open the attached .qvw. Can you re-post? Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 01:42:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Sheets-Security-with-Section-Access/tac-p/1476876#M685</guid>
      <dc:creator>bullish35</dc:creator>
      <dc:date>2013-10-31T01:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: Sheets Security with Section Access</title>
      <link>https://community.qlik.com/t5/Member-Articles/Sheets-Security-with-Section-Access/tac-p/1476877#M686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ellen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just realized that I had uploaded a file with Section Access enabled... sorry!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now you should be able to open the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it's useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 01:54:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Sheets-Security-with-Section-Access/tac-p/1476877#M686</guid>
      <dc:creator>Carlos_Reyes</dc:creator>
      <dc:date>2013-10-31T01:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Sheets Security with Section Access</title>
      <link>https://community.qlik.com/t5/Member-Articles/Sheets-Security-with-Section-Access/tac-p/1476878#M687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Carlos!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 02:57:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Sheets-Security-with-Section-Access/tac-p/1476878#M687</guid>
      <dc:creator>bullish35</dc:creator>
      <dc:date>2013-10-31T02:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Sheets Security with Section Access</title>
      <link>https://community.qlik.com/t5/Member-Articles/Sheets-Security-with-Section-Access/tac-p/1476879#M688</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;I have section access working locally. That is, when I open my qvw and enter a particular userid/password, the correct, reduced data is present in the document tables. However, all sheets are always visible. I'm using the following expression for conditional display of the tabs: &lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vShowTab6&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Y' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;SHEET6&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;gt;=1 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first part of the expression,&lt;EM&gt; vShowTab6='Y'&lt;/EM&gt;, has been working for quite a while for other purposes. Since adding the piece for section access, &lt;EM&gt;and sum(SHEET6)&amp;gt;=1&lt;/EM&gt;, neither is working. Is there anything else I should be looking at? Do you have any idea what I may be doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 07:28:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Sheets-Security-with-Section-Access/tac-p/1476879#M688</guid>
      <dc:creator>bullish35</dc:creator>
      <dc:date>2013-10-31T07:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Sheets Security with Section Access</title>
      <link>https://community.qlik.com/t5/Member-Articles/Sheets-Security-with-Section-Access/tac-p/1476880#M689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ellen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mmmm, its difficult to say just by the description, haha, it sounds like anything could be happenning, but I suggest you review the following things:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Are you loading the sheets access table? Sounds obvious but it's very common to forget to do that. &lt;/LI&gt;&lt;LI&gt;Is your Section Access table linking to your Sheets Access table? I know it's a dumb question but make sure you're using the same field both in the SA table and the Sheets Access table.&lt;/LI&gt;&lt;LI&gt;In Section Access all values are automatically converted to capitals... perhaps the values in your Sheet Access table are not in that format.&lt;/LI&gt;&lt;LI&gt;Are you using the correct Sheet Access profile in the Section Access table for the user you're testing? Again... sounds obvious but It happens to me all the time that I'm using the incorrect profile and therefore I get the incorrect sheets enabled.&lt;/LI&gt;&lt;LI&gt;If you're testing several users with the Desktop client, remember that you must logout of the Windows session and log in in the correct user session in order to test ever user results. That... if you're using NTNAME.&lt;/LI&gt;&lt;LI&gt;Did you enable the "Data Reduction Based on Section Access" in the Document Properties\Opening tab?&lt;/LI&gt;&lt;LI&gt;Did you reload, save and close the QlikView instance before opening the application in order to see the results?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other than that, I think it'll be easier if you share a sample of your code or even a sample app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 15:36:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Sheets-Security-with-Section-Access/tac-p/1476880#M689</guid>
      <dc:creator>Carlos_Reyes</dc:creator>
      <dc:date>2013-10-31T15:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Sheets Security with Section Access</title>
      <link>https://community.qlik.com/t5/Member-Articles/Sheets-Security-with-Section-Access/tac-p/1476881#M690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your response, Carlos. Actually, I found a #8 item to forget - disable the &lt;EM&gt;Settings, Documents, Security,&lt;/EM&gt; &lt;EM&gt;Show all sheets and objects&lt;/EM&gt; setting! I had been using the CTRL-SHFT-S command during development for testing some conditional show functionality and hadn't disabled the show all feature.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Nov 2013 21:59:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Sheets-Security-with-Section-Access/tac-p/1476881#M690</guid>
      <dc:creator>bullish35</dc:creator>
      <dc:date>2013-11-02T21:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Sheets Security with Section Access</title>
      <link>https://community.qlik.com/t5/Member-Articles/Sheets-Security-with-Section-Access/tac-p/1476882#M691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow... I didn't know about that setting. I've never used it before but it's definitely something to watch out for. So, have you solved your problems? I hope my template was useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 15:30:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Sheets-Security-with-Section-Access/tac-p/1476882#M691</guid>
      <dc:creator>Carlos_Reyes</dc:creator>
      <dc:date>2013-11-04T15:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Sheets Security with Section Access</title>
      <link>https://community.qlik.com/t5/Member-Articles/Sheets-Security-with-Section-Access/tac-p/1476883#M692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, and yes. Thank you!&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 23:40:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Sheets-Security-with-Section-Access/tac-p/1476883#M692</guid>
      <dc:creator>bullish35</dc:creator>
      <dc:date>2013-11-06T23:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Sheets Security with Section Access</title>
      <link>https://community.qlik.com/t5/Member-Articles/Sheets-Security-with-Section-Access/tac-p/1476884#M693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/134560"&gt;carlos.reyes.qv&lt;/A&gt;‌ &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for sharing us this info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following problem, &lt;BR /&gt;Once the QlikServer reload, it creates a qvw file to distribuite the information to all the users, so in that qvw file the Sheet level Acccess doesnt work because all user are "ADMIN". I cant understand why the distribuite document has this configuration because the original document still has the good one and if I try to open it, works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this first pciture there are all the projects and inside mine (47. Nivel de Servicio,,,,) there is the qvw file that if I try to open locallly (no throuh website) works perfectly the Sheet level Access&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/203227_1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the second Picture we see the qvw file that the Qlik Server creates to distribute via Website and in that qvw file doesnt work the sheet level Access&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/203228_2.PNG" style="height: auto;" /&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;Any thoughts?? I am totally lost ;(&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2018 14:03:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Sheets-Security-with-Section-Access/tac-p/1476884#M693</guid>
      <dc:creator>juampe</dc:creator>
      <dc:date>2018-05-23T14:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Sheets Security with Section Access</title>
      <link>https://community.qlik.com/t5/Member-Articles/Sheets-Security-with-Section-Access/tac-p/1476885#M694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mmm, it doesn't make sense that the users profiles are "changed" due to a distribution task on the server...&amp;nbsp; I've never seen that kind of behavior. As far as I've seen, the distribution task on the server will respect the user profiles as they are or exist in the Section Access table. The only thing you should concern with is to add the user that runs the Qlik Server services as an additional (ADMIN) user profile in the Section Access table, so the Server can open the file and perform the reload task... and... adding all the users you want to give access to in the distribution task user's list.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2018 17:26:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Sheets-Security-with-Section-Access/tac-p/1476885#M694</guid>
      <dc:creator>Carlos_Reyes</dc:creator>
      <dc:date>2018-05-23T17:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Sheets Security with Section Access</title>
      <link>https://community.qlik.com/t5/Member-Articles/Sheets-Security-with-Section-Access/tac-p/1476886#M695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked flawlessly!&amp;nbsp; Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2018 20:00:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Sheets-Security-with-Section-Access/tac-p/1476886#M695</guid>
      <dc:creator>brennanbd</dc:creator>
      <dc:date>2018-06-06T20:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sheets Security with Section Access</title>
      <link>https://community.qlik.com/t5/Member-Articles/Sheets-Security-with-Section-Access/tac-p/1515212#M696</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/39274"&gt;@juampe&lt;/a&gt;&lt;/P&gt;&lt;P&gt;I know it was a long time ago when you needed a solution but I think I've just run into the same difficult scenario in which you were describing how when after running a publisher task, all users would get admin access level. The solution for that is using the star value (*), in the section access table, for the admin records that need to get access to all possible values. In my example, it would be:&lt;/P&gt;&lt;P&gt;ACCESS, NTNAME, USER, COUNTRY&lt;BR /&gt;ADMIN, EVOLCON-CR\CARLOSREYES, *,*&lt;BR /&gt;USER, EVOLCON-CR\PRUEBA1, PRUEBA1, *&lt;BR /&gt;USER, EVOLCON-CR\PRUEBA2, PRUEBA2, MEXICO&lt;BR /&gt;USER, EVOLCON-CR\PRUEBA2, PRUEBA2, USA&lt;/P&gt;&lt;P&gt;It seems that on the server side, the user account that runs the Qlik Server services needs to have a profile, in the section access table, that contains all possible values, or have the star (*) value, which means the same. Otherwise, the task is run and distributed an all users get the same 'profile' as the user that runs the Qlik Server services.&lt;/P&gt;&lt;P&gt;One note, we can only use the star (*) value, when the option "Strict Exclusion" is not marked in the Document Properties. If you mark the "Strict Exclusion" option, each user must have a record per distinct value in the filter(s) fields.&lt;/P&gt;&lt;P&gt;You've probably found this solution a long time ago, but now that I've dealt with it too, I thought it would be useful to add it to the post and for you in the remote case you still needed it.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Dec 2018 02:18:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Sheets-Security-with-Section-Access/tac-p/1515212#M696</guid>
      <dc:creator>Carlos_Reyes</dc:creator>
      <dc:date>2018-12-02T02:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: Sheets Security with Section Access</title>
      <link>https://community.qlik.com/t5/Member-Articles/Sheets-Security-with-Section-Access/tac-p/1522927#M697</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/36221"&gt;@Carlos_Reyes&lt;/a&gt;&amp;nbsp;I would try it !&lt;/P&gt;</description>
      <pubDate>Thu, 20 Dec 2018 10:19:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Sheets-Security-with-Section-Access/tac-p/1522927#M697</guid>
      <dc:creator>juampe</dc:creator>
      <dc:date>2018-12-20T10:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: Sheets Security with Section Access</title>
      <link>https://community.qlik.com/t5/Member-Articles/Sheets-Security-with-Section-Access/tac-p/2485914#M2218</link>
      <description>&lt;P&gt;wow this was exactly what I was looking for, thank you very much!&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2024 14:01:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Sheets-Security-with-Section-Access/tac-p/2485914#M2218</guid>
      <dc:creator>jakobjosef</dc:creator>
      <dc:date>2024-10-08T14:01:33Z</dc:date>
    </item>
  </channel>
</rss>

