<?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 Section Access- Not working in Server, works on Desktop in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-Not-working-in-Server-works-on-Desktop/m-p/414948#M154356</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an application, with 4 tabs. Users can get access to tabs1 through 4&lt;/P&gt;&lt;P&gt;determined by my section access script. The problem is, it works on my&lt;/P&gt;&lt;P&gt;desktop, but fails while loading in server(Failed to open document, file&lt;/P&gt;&lt;P&gt;not found error). I can see the application in the server thumbnails, but&lt;/P&gt;&lt;P&gt;when clicked, I dont see it. A few things I tried already:&lt;/P&gt;&lt;P&gt;1.  Initial data Reduction based on SectionAccess - Checked&lt;/P&gt;&lt;P&gt;2. Strict Exclusion - Checked&lt;/P&gt;&lt;P&gt;This is the settings for which it works at my desktop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I tried unchecking Strict Exclusion, I see all tabs.&lt;/P&gt;&lt;P&gt;If I tried Initial Selection based on Section Access, I see my NTID in the&lt;/P&gt;&lt;P&gt;current selection, which I dont want to display.&lt;/P&gt;&lt;P&gt;I am not using '*' or "All" in my excel sheet. I am not loading Inline as&lt;/P&gt;&lt;P&gt;the list is long.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my script.&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;LOAD upper(ROLE) as ACCESS,&lt;/P&gt;&lt;P&gt;upper(NTNAME) as NTNAME&lt;/P&gt;&lt;P&gt;from &lt;A href="..\section_access_file.xlsx"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels,table is section_access);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;Load upper(NTNAME) as NTNAME,&lt;/P&gt;&lt;P&gt;SHEET1,&lt;/P&gt;&lt;P&gt;SHEET2,&lt;/P&gt;&lt;P&gt;SHEET3,&lt;/P&gt;&lt;P&gt;SHEET4&lt;/P&gt;&lt;P&gt;from &lt;A href="..\section_access_file.xlsx"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels,table is section_access);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my excel file contents(I am typing since I dont have ms office&lt;/P&gt;&lt;P&gt;installed. This is not an inline load. Just my excel contents )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ROLE NTNAME SHEET1 SHEET2 SHEET3 SHEET4&lt;/P&gt;&lt;P&gt;ADMIN DOM\ABC1234 1 1 1 0&lt;/P&gt;&lt;P&gt;ADMIN DOM\DEF3424 0 1 1 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, User ABC1234 can see tabs 1,2,3. User DEF3424 can see tabs 2,3.&lt;/P&gt;&lt;P&gt;But, right now, nobody except the Admin person reloading the application on&lt;/P&gt;&lt;P&gt;the server can see the application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Mar 2013 23:16:24 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-03-06T23:16:24Z</dc:date>
    <item>
      <title>Section Access- Not working in Server, works on Desktop</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Not-working-in-Server-works-on-Desktop/m-p/414948#M154356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an application, with 4 tabs. Users can get access to tabs1 through 4&lt;/P&gt;&lt;P&gt;determined by my section access script. The problem is, it works on my&lt;/P&gt;&lt;P&gt;desktop, but fails while loading in server(Failed to open document, file&lt;/P&gt;&lt;P&gt;not found error). I can see the application in the server thumbnails, but&lt;/P&gt;&lt;P&gt;when clicked, I dont see it. A few things I tried already:&lt;/P&gt;&lt;P&gt;1.  Initial data Reduction based on SectionAccess - Checked&lt;/P&gt;&lt;P&gt;2. Strict Exclusion - Checked&lt;/P&gt;&lt;P&gt;This is the settings for which it works at my desktop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I tried unchecking Strict Exclusion, I see all tabs.&lt;/P&gt;&lt;P&gt;If I tried Initial Selection based on Section Access, I see my NTID in the&lt;/P&gt;&lt;P&gt;current selection, which I dont want to display.&lt;/P&gt;&lt;P&gt;I am not using '*' or "All" in my excel sheet. I am not loading Inline as&lt;/P&gt;&lt;P&gt;the list is long.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my script.&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;LOAD upper(ROLE) as ACCESS,&lt;/P&gt;&lt;P&gt;upper(NTNAME) as NTNAME&lt;/P&gt;&lt;P&gt;from &lt;A href="..\section_access_file.xlsx"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels,table is section_access);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;Load upper(NTNAME) as NTNAME,&lt;/P&gt;&lt;P&gt;SHEET1,&lt;/P&gt;&lt;P&gt;SHEET2,&lt;/P&gt;&lt;P&gt;SHEET3,&lt;/P&gt;&lt;P&gt;SHEET4&lt;/P&gt;&lt;P&gt;from &lt;A href="..\section_access_file.xlsx"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels,table is section_access);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my excel file contents(I am typing since I dont have ms office&lt;/P&gt;&lt;P&gt;installed. This is not an inline load. Just my excel contents )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ROLE NTNAME SHEET1 SHEET2 SHEET3 SHEET4&lt;/P&gt;&lt;P&gt;ADMIN DOM\ABC1234 1 1 1 0&lt;/P&gt;&lt;P&gt;ADMIN DOM\DEF3424 0 1 1 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, User ABC1234 can see tabs 1,2,3. User DEF3424 can see tabs 2,3.&lt;/P&gt;&lt;P&gt;But, right now, nobody except the Admin person reloading the application on&lt;/P&gt;&lt;P&gt;the server can see the application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2013 23:16:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Not-working-in-Server-works-on-Desktop/m-p/414948#M154356</guid>
      <dc:creator />
      <dc:date>2013-03-06T23:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access- Not working in Server, works on Desktop</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Not-working-in-Server-works-on-Desktop/m-p/414949#M154357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You do not have any data reduction fields defined in section access. There a couples ways to use the current fields and and create a data reduction fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Option 1: Use NTNAME as the reduction field&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Section Access;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; upper(ROLE) as ACCESS,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; upper(NTNAME) as NTNAME,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; upper(NTNAME) as SHEET_USER,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;from&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; file;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Section Application; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Load&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; upper(NTNAME) as SHEET_USER,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; SHEET1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; SHEET2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; SHEET3,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; SHEET4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;from&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; file;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Option 2: use sheet fields as data reduction fields&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Section Access;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; upper(ROLE) as ACCESS,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; upper(NTNAME) as NTNAME,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'courier new', courier;"&gt;&amp;nbsp; SHEET1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; SHEET2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; SHEET3,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; SHEET4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'courier new', courier;"&gt;from&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; file;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Section Application; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Load&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'courier new', courier;"&gt;&amp;nbsp; SHEET1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; SHEET2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; SHEET3,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; SHEET4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;from&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; file;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Personally, I would create group reduction field and assign both sheets and users to groups. That would make change any of the sheet access rules much easier.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2013 22:36:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Not-working-in-Server-works-on-Desktop/m-p/414949#M154357</guid>
      <dc:creator />
      <dc:date>2013-03-07T22:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access- Not working in Server, works on Desktop</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Not-working-in-Server-works-on-Desktop/m-p/414950#M154358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jayram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Have a look at the link below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This will solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/thread/32321"&gt;http://community.qlik.com/thread/32321&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2013 07:33:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Not-working-in-Server-works-on-Desktop/m-p/414950#M154358</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2013-03-08T07:33:06Z</dc:date>
    </item>
  </channel>
</rss>

