<?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: Section Access in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Section-Access/m-p/1866213#M71509</link>
    <description>&lt;P&gt;Have you tried like below&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;LOAD upper(Access) as "ACCESS",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;upper(UserID) as "USERID",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Upper(LocationID) as "LOCATIONID";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SELECT ua.Access,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ua.UserID,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ul.LocationID&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FROM [Schema].[Table].[UserAccess] ua,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Schema].[Table].[UserLocation] ul&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WHERE ua.UserID = ul.UserID;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Dec 2021 18:22:36 GMT</pubDate>
    <dc:creator>abhijitnalekar</dc:creator>
    <dc:date>2021-12-02T18:22:36Z</dc:date>
    <item>
      <title>Section Access</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access/m-p/1866120#M71501</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm a bit confused about the section access in the data load editor. In the example below I'm trying to give access to users that are connected to a specific location. But when I run the script as is, I get an error saying:&lt;/P&gt;
&lt;P&gt;"&lt;SPAN&gt;Access was denied after reload. Check that the user that reloads the script is included in the section access part of the script.&lt;/SPAN&gt;"&lt;/P&gt;
&lt;P&gt;If I run the 'LOAD * inline' part instead, it works as expected.&lt;/P&gt;
&lt;P&gt;Thanks in advance!&lt;/P&gt;
&lt;P&gt;-------------------------&lt;/P&gt;
&lt;P&gt;Section Access;&lt;/P&gt;
&lt;P&gt;LIB CONNECT TO 'MyDataSource';&lt;/P&gt;
&lt;P&gt;Authorization:&lt;BR /&gt;LOAD Access as "ACCESS",&lt;BR /&gt;UserID as "USERID",&lt;BR /&gt;LocationID as "LOCATIONID";&lt;BR /&gt;SELECT ua.Access,&lt;BR /&gt;ua.UserID,&lt;BR /&gt;ul.LocationID&lt;BR /&gt;FROM [Schema].[Table].[UserAccess] ua,&lt;BR /&gt;[Schema].[Table].[UserLocation] ul&lt;BR /&gt;WHERE ua.UserID = ul.UserID;&lt;BR /&gt;&lt;BR /&gt;/*&lt;BR /&gt;LOAD * inline [&lt;BR /&gt;ACCESS, USERID, LOCATIONID&lt;BR /&gt;USER, MYGROUPNAME\myuserid, 1&lt;BR /&gt;];&lt;BR /&gt;*/&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 15:20:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access/m-p/1866120#M71501</guid>
      <dc:creator>jornk</dc:creator>
      <dc:date>2021-12-02T15:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access/m-p/1866213#M71509</link>
      <description>&lt;P&gt;Have you tried like below&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;LOAD upper(Access) as "ACCESS",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;upper(UserID) as "USERID",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Upper(LocationID) as "LOCATIONID";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SELECT ua.Access,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ua.UserID,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ul.LocationID&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FROM [Schema].[Table].[UserAccess] ua,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Schema].[Table].[UserLocation] ul&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WHERE ua.UserID = ul.UserID;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 18:22:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access/m-p/1866213#M71509</guid>
      <dc:creator>abhijitnalekar</dc:creator>
      <dc:date>2021-12-02T18:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access/m-p/1866425#M71529</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;I don't understand why, but it works &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2021 10:11:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access/m-p/1866425#M71529</guid>
      <dc:creator>jornk</dc:creator>
      <dc:date>2021-12-03T10:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access/m-p/1866430#M71531</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Section access must requires&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;all field names and values&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;to be uppercase. We need to use Uppercase only left of INLINE tables, where the conversion in QlikView itself. ... When you LOAD your section access table, no matter where you are getting and from, all fields and values must be uppercase&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2021 10:19:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access/m-p/1866430#M71531</guid>
      <dc:creator>anat</dc:creator>
      <dc:date>2021-12-03T10:19:07Z</dc:date>
    </item>
  </channel>
</rss>

