<?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 from .xls in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-from-xls/m-p/999203#M1295881</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Re. Qlik &lt;STRONG&gt;Sense&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;BR /&gt;I have a strange situation where access details loaded from an Excel spreadsheet don't work (i.e. "Access denied") whereas the same&lt;BR /&gt;details loaded INLINE do!&lt;/P&gt;&lt;P&gt;I've formatted the spreadsheet as text and tried trim() but it makes no difference.&lt;/P&gt;&lt;P&gt;// &lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;Section Access&lt;/SPAN&gt;;&lt;BR /&gt;// Load user list from secure .xls&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;Authorisation:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #008000;"&gt;/*&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #008000;"&gt;set vAllStates = 'ACT,NSW,VIC,TAS,SA,WA,NT,QLD';&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #008000;"&gt;set vSthStates = 'VIC,TAS,SA,WA';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000;"&gt;load ACCESS ,USERID ,subfield(STATECODE, ',') as STATECODE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #008000;"&gt;inline &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #008000;"&gt; [ACCESS, USERID, STATECODE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #008000;"&gt; 'USER'&amp;nbsp; ,'DOMAIN\greg_thomas'&amp;nbsp; ,"$(vAllStates)"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #008000;"&gt;&amp;nbsp; 'USER'&amp;nbsp; ,'DOMAIN\john_jones'&amp;nbsp; ,"$(vSthStates)"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #008000;"&gt; 'ADMIN' ,'INTERNAL\sa_scheduler'&amp;nbsp; ,"$(vAllStates)"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #008000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #008000;"&gt;*/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;load trim(ACCESS)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt; ,trim(USERID)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt; ,trim(STATECODE)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt; ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;load "Access"&amp;nbsp;&amp;nbsp; as ACCESS&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp; ,[UserID]&amp;nbsp;&amp;nbsp; as USERID&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp; ,subfield([State Code], ',') as STATECODE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;FROM [lib://QSContent/App Access by user.xlsx]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;(ooxml, embedded labels, table is Sheet1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;WHERE [Application] = 'PMO';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;// &lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;Section Application&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I compare the Authorisation table in Data Manager there doesn't appear to be any difference.&lt;/P&gt;&lt;P&gt;Does anyone have any ideas please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>Section Access from .xls</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-from-xls/m-p/999203#M1295881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Re. Qlik &lt;STRONG&gt;Sense&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;BR /&gt;I have a strange situation where access details loaded from an Excel spreadsheet don't work (i.e. "Access denied") whereas the same&lt;BR /&gt;details loaded INLINE do!&lt;/P&gt;&lt;P&gt;I've formatted the spreadsheet as text and tried trim() but it makes no difference.&lt;/P&gt;&lt;P&gt;// &lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;Section Access&lt;/SPAN&gt;;&lt;BR /&gt;// Load user list from secure .xls&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;Authorisation:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #008000;"&gt;/*&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #008000;"&gt;set vAllStates = 'ACT,NSW,VIC,TAS,SA,WA,NT,QLD';&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #008000;"&gt;set vSthStates = 'VIC,TAS,SA,WA';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000;"&gt;load ACCESS ,USERID ,subfield(STATECODE, ',') as STATECODE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #008000;"&gt;inline &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #008000;"&gt; [ACCESS, USERID, STATECODE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #008000;"&gt; 'USER'&amp;nbsp; ,'DOMAIN\greg_thomas'&amp;nbsp; ,"$(vAllStates)"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #008000;"&gt;&amp;nbsp; 'USER'&amp;nbsp; ,'DOMAIN\john_jones'&amp;nbsp; ,"$(vSthStates)"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #008000;"&gt; 'ADMIN' ,'INTERNAL\sa_scheduler'&amp;nbsp; ,"$(vAllStates)"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #008000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #008000;"&gt;*/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;load trim(ACCESS)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt; ,trim(USERID)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt; ,trim(STATECODE)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt; ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;load "Access"&amp;nbsp;&amp;nbsp; as ACCESS&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp; ,[UserID]&amp;nbsp;&amp;nbsp; as USERID&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp; ,subfield([State Code], ',') as STATECODE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;FROM [lib://QSContent/App Access by user.xlsx]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;(ooxml, embedded labels, table is Sheet1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;WHERE [Application] = 'PMO';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;// &lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;Section Application&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I compare the Authorisation table in Data Manager there doesn't appear to be any difference.&lt;/P&gt;&lt;P&gt;Does anyone have any ideas please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-from-xls/m-p/999203#M1295881</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access from .xls</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-from-xls/m-p/999204#M1295884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Use Capital letters for ACCESS and USERID in Excel it self , dont rename here&lt;/P&gt;&lt;P&gt;I am not sure but try once&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 10:42:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-from-xls/m-p/999204#M1295884</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2015-11-16T10:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access from .xls</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-from-xls/m-p/999205#M1295886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can reference my question on section access posted on yesterday.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/191806"&gt;Cannot make section access work&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem solved based on Maxgro suggestion on change USER to another name FIELD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 13:40:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-from-xls/m-p/999205#M1295886</guid>
      <dc:creator />
      <dc:date>2015-11-18T13:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access from .xls</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-from-xls/m-p/999206#M1295887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems to have been related to the WHERE clause, you need to use UPPER().&lt;/P&gt;&lt;P&gt;When I comment out the Section Access the tables appear correct, but when Section Access is active it doesn't work.&lt;/P&gt;&lt;P&gt;QS automatically converts fields to upper-case even if they're not being used in the table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 23:33:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-from-xls/m-p/999206#M1295887</guid>
      <dc:creator />
      <dc:date>2015-11-19T23:33:11Z</dc:date>
    </item>
  </channel>
</rss>

