<?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: Initial Selection Based on Section Access in QV Server (Hide tabs) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Initial-Selection-Based-on-Section-Access-in-QV-Server-Hide-tabs/m-p/1210455#M388362</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OSUser() in the load script will always be the user doing the reload (in this case the server) rather than the user opening the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the moment you have Section Access commented out, so this will not be applying any security.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there fields you are wanting to remove from some users?&amp;nbsp; If not remove the OMIT column from section access.&amp;nbsp; Similarly, I would not put the OSUser() code in your section access table - this will only confuse things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I notice that in the second table you have USER as ROLE.&amp;nbsp; I would have thought that this should read just ROLE, so that the role from the one table applies to the other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the only thing you are using this for is to show and hide sheets then I would not use section access at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simply load your SheetAccess table and then on each sheet do something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;USER={'$(=OSUser())'}&amp;gt;}SH01) &amp;gt; 0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need to ensure that the USER in the table matches exactly, case and all, OSUser.&amp;nbsp; You may be safest to do an upper on both, e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;RoleAccess:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LOAD &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Upper(USER) as USER,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Main as SH01,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Main - Management Team] as SH06,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Contribution as SH02,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Contribution - Management Team] as SH07,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Deployment as SH03,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Profitability as SH04,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Revenue - Management Team] as SH08&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;BillingUserSheetAccess.xls&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;(biff, embedded labels, table is SheetAccess$);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Sum({&amp;lt;USER={'$(=Upper(OSUser()))'}&amp;gt;}SH01) &amp;gt; 0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Oct 2016 19:12:15 GMT</pubDate>
    <dc:creator>stevedark</dc:creator>
    <dc:date>2016-10-13T19:12:15Z</dc:date>
    <item>
      <title>Initial Selection Based on Section Access in QV Server (Hide tabs)</title>
      <link>https://community.qlik.com/t5/QlikView/Initial-Selection-Based-on-Section-Access-in-QV-Server-Hide-tabs/m-p/1210446#M388353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've implemented one of the simpler Section / Sheet access examples I found on here. It appears to work on desktop but not on Server. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I've set the Document Properties to Lock the NTNAME (As USERID) field and reduce Sheets (Conditionally Show) based on Section Access. &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 Access;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* CHANGE THE NTNAME, USER, OMIT VALUES in xls file TO REFLECT YOUR OWN USERS */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECURITY:&lt;/P&gt;&lt;P&gt;LOAD ACCESS, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NTNAME, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OMIT&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;BillingUserSheetAccess.xls&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is UserRoles$);&lt;/P&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;&lt;P&gt;///* CHANGE THE NTNAME AND USER VALUES TO REFLECT YOUR OWN USERS */&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;LOAD NTNAME,&lt;/P&gt;&lt;P&gt;USER as ROLE&lt;/P&gt;&lt;P&gt;Resident SECURITY;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inner Join&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 USER as ROLE, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Main as SH01, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Main - Management Team] AS SH06, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Contribution AS SH02, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Contribution - Management Team] AS SH07, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Deployment AS SH03, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Profitability AS SH04, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Revenue - Management Team] AS SH08&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;BillingUserSheetAccess.xls&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is SheetAccess$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rename field NTNAME to USERID;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DESKTOP:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="DesktopSheetAccess.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/140173_DesktopSheetAccess.PNG" style="height: 163px; width: 620px;" /&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;&lt;/P&gt;&lt;P&gt;QV SERVER:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ServerSheetAccess.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/140189_ServerSheetAccess.PNG" style="height: 96px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be much appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Channing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 18:50:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Initial-Selection-Based-on-Section-Access-in-QV-Server-Hide-tabs/m-p/1210446#M388353</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-10T18:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Initial Selection Based on Section Access in QV Server (Hide tabs)</title>
      <link>https://community.qlik.com/t5/QlikView/Initial-Selection-Based-on-Section-Access-in-QV-Server-Hide-tabs/m-p/1210447#M388354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Channing,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you need to simplify things a little.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First up, your section access chunk wants to be something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Section Access;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USERID,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ROLE&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;BillingUserSheetAccess.xls&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;(biff, embedded labels, table is UserRoles$);&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Section Application;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The spreadsheet needs to contain ADMIN or USER in the ACCESS column, the AD Usernames in the USERID column and one of the roles in the ROLE column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You then need to load the role table, with the sheet access;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RoleAccess:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LOAD &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER as ROLE,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Main as SH01,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Main - Management Team] AS SH06,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Contribution AS SH02,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Contribution - Management Team] AS SH07,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Deployment AS SH03,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Profitability AS SH04,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Revenue - Management Team] AS SH08&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;BillingUserSheetAccess.xls&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;(biff, embedded labels, table is SheetAccess$);&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P&gt;You don't need to do any joins or anything else here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Straight after you reload you should see the RoleAcess table in it's entirety, and the section access table will not show (it is never visible in the data model).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure that you select to have &lt;STRONG&gt;Initial Data Reduction&lt;/STRONG&gt; and &lt;STRONG&gt;Strict Exclusion&lt;/STRONG&gt; on in the &lt;STRONG&gt;Document Properties&lt;/STRONG&gt; and save.&amp;nbsp; When you open the document up again (I would do this without closing the first) you should see just the row in the Role Access table associated with your user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code for the show and hide criteria for each sheet will need to be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum(SH01) &amp;gt; 0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to be careful with Section Access, as you can lock yourself right out of your application, you may want to read this blog post:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.quickintelligence.co.uk/help-ive-locked-myself-out/" title="https://www.quickintelligence.co.uk/help-ive-locked-myself-out/"&gt;https://www.quickintelligence.co.uk/help-ive-locked-myself-out/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know how you get on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 20:06:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Initial-Selection-Based-on-Section-Access-in-QV-Server-Hide-tabs/m-p/1210447#M388354</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2016-10-10T20:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Initial Selection Based on Section Access in QV Server (Hide tabs)</title>
      <link>https://community.qlik.com/t5/QlikView/Initial-Selection-Based-on-Section-Access-in-QV-Server-Hide-tabs/m-p/1210448#M388355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steven,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the very helpful information to simplify my application. &lt;SPAN style="text-decoration: line-through;"&gt;However, when I attempt to distribute this it's failing ("Can't open the file"). I noticed this issue comes with Strict Exclusion.&amp;nbsp; &lt;/SPAN&gt;EDIT: I take that back, I hadn't updated the excel file. Testing now!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Okay, I was able to successfully distribute the application. Now, one of my accounts is working as expected, mine (cworkman), the others (MGMTTEAM, OWNER) are not working and I'm getting this pop-up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="failOpenQVDoc.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/140201_failOpenQVDoc.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Channing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 20:41:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Initial-Selection-Based-on-Section-Access-in-QV-Server-Hide-tabs/m-p/1210448#M388355</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-10T20:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Initial Selection Based on Section Access in QV Server (Hide tabs)</title>
      <link>https://community.qlik.com/t5/QlikView/Initial-Selection-Based-on-Section-Access-in-QV-Server-Hide-tabs/m-p/1210449#M388356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Channing,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;That is exactly the message they should receive if they have no access whatsoever.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, you should replace the USERID column with NTNAME, and that should match with the user account of the user logging in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are not sure of the NTNAME of the user logging in, create a simple application with no Section Access with a text box on the front sheet with the following expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=OSUser()&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will show you what you need to have in the Section Access table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that to reload and distribute using Publisher you will also need to include the Service account of the Publisher Service in the Section Access list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 21:23:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Initial-Selection-Based-on-Section-Access-in-QV-Server-Hide-tabs/m-p/1210449#M388356</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2016-10-10T21:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Initial Selection Based on Section Access in QV Server (Hide tabs)</title>
      <link>https://community.qlik.com/t5/QlikView/Initial-Selection-Based-on-Section-Access-in-QV-Server-Hide-tabs/m-p/1210450#M388357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've created a text object to see what the OSUser is while I'm in the document (Logged in as cworkman). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It appears that the Publisher's Service account is the OSUser at the time of script loading, but once in the application cworkman takes the role. Image below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="diffOSUser.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/140317_diffOSUser.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 17:47:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Initial-Selection-Based-on-Section-Access-in-QV-Server-Hide-tabs/m-p/1210450#M388357</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-11T17:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Initial Selection Based on Section Access in QV Server (Hide tabs)</title>
      <link>https://community.qlik.com/t5/QlikView/Initial-Selection-Based-on-Section-Access-in-QV-Server-Hide-tabs/m-p/1210451#M388358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's correct, so both need to be in the Section Access list, along with&lt;/P&gt;&lt;P&gt;any other users who need access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 19:58:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Initial-Selection-Based-on-Section-Access-in-QV-Server-Hide-tabs/m-p/1210451#M388358</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2016-10-11T19:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Initial Selection Based on Section Access in QV Server (Hide tabs)</title>
      <link>https://community.qlik.com/t5/QlikView/Initial-Selection-Based-on-Section-Access-in-QV-Server-Hide-tabs/m-p/1210452#M388359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By both you mean the service agent and me? Because both are included in the list. However, it's not reading into section access correctly. It's reading it as the agent upon loading, but when I'm logged in OsUser changes to me, but that's not being reflected. If i'm misunderstanding please clarify!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 20:04:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Initial-Selection-Based-on-Section-Access-in-QV-Server-Hide-tabs/m-p/1210452#M388359</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-11T20:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Initial Selection Based on Section Access in QV Server (Hide tabs)</title>
      <link>https://community.qlik.com/t5/QlikView/Initial-Selection-Based-on-Section-Access-in-QV-Server-Hide-tabs/m-p/1210453#M388360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure I follow.&amp;nbsp; Can you post a copy of your load script as it is now?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=OSUser() in a text box will always show the current user who has opened the document - regardless of who reloaded it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure how that OSUser table box is getting populated.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 20:27:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Initial-Selection-Based-on-Section-Access-in-QV-Server-Hide-tabs/m-p/1210453#M388360</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2016-10-11T20:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: Initial Selection Based on Section Access in QV Server (Hide tabs)</title>
      <link>https://community.qlik.com/t5/QlikView/Initial-Selection-Based-on-Section-Access-in-QV-Server-Hide-tabs/m-p/1210454#M388361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my script. I included the OSUser() method to see the side-by-side view of NTNAME and OSUSER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Section Access;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* CHANGE THE NTNAME, USER, OMIT VALUES in xls file TO REFLECT YOUR OWN USERS */&lt;/P&gt;&lt;P&gt;//Controls access to specific fields of data&lt;/P&gt;&lt;P&gt;LOAD ACCESS,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NTNAME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ROLE,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OMIT,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OSUser() as OSUser&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;BillingUserSheetAccess.xls&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is UserRoles$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//&lt;/P&gt;&lt;P&gt;///* CHANGE THE NTNAME AND USER VALUES TO REFLECT YOUR OWN USERS */&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;RoleAccess:&lt;/P&gt;&lt;P&gt;LOAD USER as ROLE,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Main as SH01,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Main - Management Team] as SH06,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Contribution as SH02,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Contribution - Management Team] as SH07,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Deployment as SH03,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Profitability as SH04,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Revenue - Management Team] as SH08&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;BillingUserSheetAccess.xls&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is SheetAccess$);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 20:51:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Initial-Selection-Based-on-Section-Access-in-QV-Server-Hide-tabs/m-p/1210454#M388361</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-11T20:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Initial Selection Based on Section Access in QV Server (Hide tabs)</title>
      <link>https://community.qlik.com/t5/QlikView/Initial-Selection-Based-on-Section-Access-in-QV-Server-Hide-tabs/m-p/1210455#M388362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OSUser() in the load script will always be the user doing the reload (in this case the server) rather than the user opening the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the moment you have Section Access commented out, so this will not be applying any security.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there fields you are wanting to remove from some users?&amp;nbsp; If not remove the OMIT column from section access.&amp;nbsp; Similarly, I would not put the OSUser() code in your section access table - this will only confuse things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I notice that in the second table you have USER as ROLE.&amp;nbsp; I would have thought that this should read just ROLE, so that the role from the one table applies to the other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the only thing you are using this for is to show and hide sheets then I would not use section access at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simply load your SheetAccess table and then on each sheet do something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;USER={'$(=OSUser())'}&amp;gt;}SH01) &amp;gt; 0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need to ensure that the USER in the table matches exactly, case and all, OSUser.&amp;nbsp; You may be safest to do an upper on both, e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;RoleAccess:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LOAD &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Upper(USER) as USER,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Main as SH01,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Main - Management Team] as SH06,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Contribution as SH02,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Contribution - Management Team] as SH07,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Deployment as SH03,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Profitability as SH04,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Revenue - Management Team] as SH08&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;BillingUserSheetAccess.xls&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;(biff, embedded labels, table is SheetAccess$);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Sum({&amp;lt;USER={'$(=Upper(OSUser()))'}&amp;gt;}SH01) &amp;gt; 0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2016 19:12:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Initial-Selection-Based-on-Section-Access-in-QV-Server-Hide-tabs/m-p/1210455#M388362</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2016-10-13T19:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Initial Selection Based on Section Access in QV Server (Hide tabs)</title>
      <link>https://community.qlik.com/t5/QlikView/Initial-Selection-Based-on-Section-Access-in-QV-Server-Hide-tabs/m-p/1210456#M388363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steve,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I commented the section access out so I could see what data was being produced with that script. I included the OSUser() to see if NTNAME and OSUser() would match once deployed on the server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NTNAME was QVSERVICEAGENT and OSUser was cworkman.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Omit is there because I must hide fields and that is working perfectly fine. The issue is the fact that my distribution server isn't recognizing the User logging in. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Channing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2016 19:19:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Initial-Selection-Based-on-Section-Access-in-QV-Server-Hide-tabs/m-p/1210456#M388363</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-13T19:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Initial Selection Based on Section Access in QV Server (Hide tabs)</title>
      <link>https://community.qlik.com/t5/QlikView/Initial-Selection-Based-on-Section-Access-in-QV-Server-Hide-tabs/m-p/1210457#M388364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Channing,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The OSUser at reload time is of no relevance to Section Access, as long as that account has the rights to open and reload the app - you will get a QMC fail if this is not the case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OSUser when an app is open on the server will be the AD account that is used to log in to the web server.&amp;nbsp; On a local network this will usually pick up directly from the machine login, and therefore be the same as it is when the app is open in Desktop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't understand what you mean by the Distribution Server not recognising the user logging in.&amp;nbsp; This server just reloads and saves the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you still have users who are unable to open the document post reload?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried going into the app as them when the Section Access has been commented out and seen what they have as their OSUser()?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2016 07:08:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Initial-Selection-Based-on-Section-Access-in-QV-Server-Hide-tabs/m-p/1210457#M388364</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2016-10-14T07:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Initial Selection Based on Section Access in QV Server (Hide tabs)</title>
      <link>https://community.qlik.com/t5/QlikView/Initial-Selection-Based-on-Section-Access-in-QV-Server-Hide-tabs/m-p/1210458#M388365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I remove section access and strict exclusion I get the right User(). However, if I keep strict exclusion it won't allow the MgmtTeam and Owner users. My name (cworkman) works with Section Access and Strict Exclusion or Section Access alone. I keep coming back to Strict Exclusion as the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there something I'm doing wrong on the Server side? (Adjust QMC)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Channing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 18:02:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Initial-Selection-Based-on-Section-Access-in-QV-Server-Hide-tabs/m-p/1210458#M388365</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-18T18:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Initial Selection Based on Section Access in QV Server (Hide tabs)</title>
      <link>https://community.qlik.com/t5/QlikView/Initial-Selection-Based-on-Section-Access-in-QV-Server-Hide-tabs/m-p/1210459#M388366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are MgmtTeam and Owner users or groups?&amp;nbsp; Have you tried using individual users instead of groups?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the Section Access part commented out, does the section access table link correctly to the rest of the data on the field you are matching on?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;When you select MgmtTeam does it select the correct matched data (unless you are using *, in which case it won't).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are all field names being matched by Section Access upper case? Are all field values in these fields also in upper case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you create a text box with the following expression in, what does it return when you log in, and what does it return with MgmtTeam logs in?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=maxstring({&amp;lt;NTNAME={'$(=Upper(OSUser()))'}&amp;gt;}NTNAME)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully we will get this fixed soon for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't see that there is anything that will need to change on the QMC side, if it works for your user and the other accounts are also users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 22:31:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Initial-Selection-Based-on-Section-Access-in-QV-Server-Hide-tabs/m-p/1210459#M388366</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2016-10-18T22:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Initial Selection Based on Section Access in QV Server (Hide tabs)</title>
      <link>https://community.qlik.com/t5/QlikView/Initial-Selection-Based-on-Section-Access-in-QV-Server-Hide-tabs/m-p/1210460#M388367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have it working the way I'd like it to now, but I think I've definitely executed a work-around.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I left strict exclusion unchecked, but Section access blocks the appropriate data dependent on the User (My data is hidden safely away). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I've renamed the fields in my SheetAccess table so that nothing is excluded (all users all roles and their specific flags). I then set up a trigger that selects the User from that table dependent on the User logged in and locked the field upon Opening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This hides the appropriate sheets while maintaining section access's data exclusion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this make sense and if so is this a "safe" way to go about things?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Channing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2016 19:56:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Initial-Selection-Based-on-Section-Access-in-QV-Server-Hide-tabs/m-p/1210460#M388367</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-01T19:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: Initial Selection Based on Section Access in QV Server (Hide tabs)</title>
      <link>https://community.qlik.com/t5/QlikView/Initial-Selection-Based-on-Section-Access-in-QV-Server-Hide-tabs/m-p/1210461#M388368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Channing,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main thing to ensure is that rows are removed using Section Access, so that data is secure.&amp;nbsp; Manipulating the UI, by hiding sheets etc., doesn't requite to be part of Section Access, and a data island with this will work fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would be wary of not having Strict Exclusion checked - in what way does it fail if this is ticked?&amp;nbsp; Sometimes you need to add extra rows to your Section Access table so that all permutations exist in that table - to define the scope of what the * symbol refers to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally, I would look to avoid triggers.&amp;nbsp; From what I understand of why you are using these, a bit of Set Analysis may work better.&amp;nbsp; Something like this on the Sheet Visible property:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=maxstring({&amp;lt;SheetUser={'$(=Upper(OSUser())))'}&amp;gt;}SH03Allowed) = 'Yes'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way you don't need to apply the selection with the trigger and there is no risk of someone clearing a selection, or that selection appearing in the Current Selections box.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2016 21:31:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Initial-Selection-Based-on-Section-Access-in-QV-Server-Hide-tabs/m-p/1210461#M388368</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2016-11-01T21:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Initial Selection Based on Section Access in QV Server (Hide tabs)</title>
      <link>https://community.qlik.com/t5/QlikView/Initial-Selection-Based-on-Section-Access-in-QV-Server-Hide-tabs/m-p/1210462#M388369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My issue is any user not assigned as an "Admin" getting completely locked out when Strict Exclusion is checked. Thank you for the tip on Set Analysis. I can see how that would be more effective for the UX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Channing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2016 14:35:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Initial-Selection-Based-on-Section-Access-in-QV-Server-Hide-tabs/m-p/1210462#M388369</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-03T14:35:16Z</dc:date>
    </item>
  </channel>
</rss>

