<?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: Qlik Sense Enterprise Access in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Enterprise-Access/m-p/2536557#M108694</link>
    <description>&lt;P&gt;You can also try changing * to ALL in section access, and load KEY-COMPANY_CODE relation as:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Data_Deduction:
Load * Inline [
KEY,COMPANY_CODE
2,2
3,3
4,4
5,5
6,6
];

Concatenate (Data_Deduction)
LOAD
  'ALL' as KEY,
  COMPANY_CODE
Resident Data_Deduction;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Nov 2025 08:25:34 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2025-11-19T08:25:34Z</dc:date>
    <item>
      <title>Qlik Sense Enterprise Access</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Enterprise-Access/m-p/2536547#M108691</link>
      <description>&lt;P&gt;I cannot give access to a new user. When I create the Section Access file and upload the USERID, ACCESS, and KEY columns in a Notepad file and link the path to the app, it works for some apps. I did the same steps for a new app, and I was able to give access to a new user, but for some other apps it does not work, even though the structure in Notepad file is the same. Why is this happening? Any reasons?&amp;nbsp;(Qlik Sense Enterprise Access)&lt;/P&gt;
&lt;P&gt;in app script:&lt;/P&gt;
&lt;P&gt;Section Access;&lt;BR /&gt;LOAD&lt;BR /&gt;"USERID",&lt;BR /&gt;"ACCESS",&lt;BR /&gt;KEY&lt;BR /&gt;FROM [path.txt]&lt;BR /&gt;(txt, codepage is 28591, embedded labels, delimiter is ',', msq);&lt;/P&gt;
&lt;P&gt;Section Application;&lt;BR /&gt;Data_Deduction:&lt;BR /&gt;Load * Inline [&lt;BR /&gt;KEY,COMPANY_CODE&lt;BR /&gt;*,*&lt;BR /&gt;2,2&lt;BR /&gt;3,3&lt;BR /&gt;4,4&lt;BR /&gt;5,5&lt;BR /&gt;6,6&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;Company_SA_Master:&lt;BR /&gt;Load * Inline [&lt;BR /&gt;"Legal Entity",COMPANY_CODE&lt;BR /&gt;832,2&lt;BR /&gt;1332,3&lt;BR /&gt;872,4&lt;BR /&gt;834,5&lt;BR /&gt;1632,6&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;in note pad,&lt;/P&gt;
&lt;P&gt;"DOMAIN\user1",ADMIN,*&lt;BR /&gt;"DOMAIN\user2",ADMIN,*&lt;BR /&gt;"DOMAIN\user3",USER,*&lt;BR /&gt;"DOMAIN\user4",USER,*&lt;BR /&gt;"DOMAIN\user5",USER,*&lt;BR /&gt;"DOMAIN\user6",USER,*&lt;BR /&gt;"DOMAIN\user7",USER,*&lt;BR /&gt;"DOMAIN\user8",USER,*&lt;BR /&gt;"DOMAIN\user9",USER,*&lt;BR /&gt;"DOMAIN\user10",USER,2&lt;BR /&gt;"DOMAIN\user11",USER,3&lt;BR /&gt;"DOMAIN\user12",USER,4&lt;BR /&gt;"DOMAIN\user13",USER,5&lt;BR /&gt;"DOMAIN\user14",USER,6&lt;BR /&gt;"DOMAIN\user15",USER,2&lt;BR /&gt;"DOMAIN\user16",USER,3&lt;BR /&gt;"DOMAIN\user17",USER,5&lt;BR /&gt;"DOMAIN\user18",USER,2&lt;BR /&gt;"DOMAIN\user19",USER,3&lt;BR /&gt;"DOMAIN\user20",USER,5&lt;BR /&gt;"DOMAIN\user21",USER,2&lt;BR /&gt;"DOMAIN\user22",USER,3&lt;BR /&gt;"DOMAIN\user23",USER,5&lt;BR /&gt;"DOMAIN\user24",USER,2&lt;BR /&gt;"DOMAIN\user25",USER,3&lt;BR /&gt;"DOMAIN\user26",USER,5&lt;BR /&gt;"DOMAIN\user27",USER,2&lt;BR /&gt;"DOMAIN\user28",USER,3&lt;BR /&gt;"DOMAIN\user29",USER,5&lt;BR /&gt;"DOMAIN\user30",USER,4&lt;BR /&gt;"DOMAIN\user31",USER,4&lt;BR /&gt;"DOMAIN\user32",USER,4&lt;BR /&gt;"DOMAIN\user33",USER,4&lt;BR /&gt;"DOMAIN\user34",USER,*&lt;BR /&gt;"DOMAIN\user35",USER,2&lt;BR /&gt;"DOMAIN\user36",USER,3&lt;BR /&gt;"DOMAIN\user37",USER,5&lt;BR /&gt;"DOMAIN\user38",USER,2&lt;BR /&gt;"DOMAIN\user39",USER,3&lt;BR /&gt;"DOMAIN\user40",USER,5&lt;BR /&gt;"DOMAIN\user41",USER,2&lt;BR /&gt;"DOMAIN\user42",USER,3&lt;BR /&gt;"DOMAIN\user43",USER,5&lt;BR /&gt;"DOMAIN\user44",USER,2&lt;BR /&gt;"DOMAIN\user45",USER,3&lt;BR /&gt;"DOMAIN\user46",USER,5&lt;BR /&gt;"DOMAIN\user47",USER,4&lt;BR /&gt;"DOMAIN\user48",USER,4&lt;BR /&gt;"DOMAIN\user49",USER,4&lt;BR /&gt;"DOMAIN\user50",USER,1&lt;BR /&gt;"DOMAIN\user51",USER,2&lt;BR /&gt;"DOMAIN\user52",USER,3&lt;BR /&gt;"DOMAIN\user53",USER,1&lt;BR /&gt;"DOMAIN\user54",USER,2&lt;BR /&gt;"DOMAIN\user55",USER,3&lt;BR /&gt;"DOMAIN\user56",USER,1&lt;BR /&gt;"DOMAIN\user57",USER,2&lt;BR /&gt;"DOMAIN\user58",USER,3&lt;BR /&gt;"DOMAIN\user59",USER,4&lt;BR /&gt;"DOMAIN\user60",USER,4&lt;BR /&gt;"DOMAIN\user61",USER,*&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2025 08:15:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Enterprise-Access/m-p/2536547#M108691</guid>
      <dc:creator>ireshaimali890</dc:creator>
      <dc:date>2025-11-19T08:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Enterprise Access</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Enterprise-Access/m-p/2536550#M108692</link>
      <description>&lt;P&gt;Hi, my first guess would be checking that the values loaded in the KEY field are also loaded in the app, maybe those other apps are using other data sources and none of the KEY assigned to the user are being loaded in those apps.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2025 08:08:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Enterprise-Access/m-p/2536550#M108692</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2025-11-19T08:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Enterprise Access</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Enterprise-Access/m-p/2536554#M108693</link>
      <description>&lt;P&gt;It may cause.&lt;/P&gt;&lt;P&gt;1. In your app's load script, ensure you use the &lt;STRONG&gt;Upper()&lt;/STRONG&gt; function on the &lt;STRONG&gt;KEY&lt;/STRONG&gt; field in both the Section Access and the Section Application sections to should a &lt;STRONG&gt;perfect match&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;If you use a binary load, ensure the &lt;STRONG&gt;Section Access&lt;/STRONG&gt; is defined only once in the final application, and that the binary load is placed before the &lt;STRONG&gt;Section Access;&lt;/STRONG&gt; block.&lt;/P&gt;&lt;P&gt;like below:&lt;/P&gt;&lt;P&gt;Section Access;&lt;BR /&gt;LOAD ACCESS, UPPER(USERID) as USERID, UPPER(KEY_FIELD) as &lt;STRONG&gt;KEY_FIELD&lt;/STRONG&gt;&lt;BR /&gt;FROM file_path;&lt;/P&gt;&lt;P&gt;Section Application;&lt;BR /&gt;LOAD *, UPPER(KEY_FIELD) as &lt;STRONG&gt;KEY_FIELD&lt;/STRONG&gt;&lt;BR /&gt;FROM Main_Table;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2025 08:15:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Enterprise-Access/m-p/2536554#M108693</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2025-11-19T08:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Enterprise Access</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Enterprise-Access/m-p/2536557#M108694</link>
      <description>&lt;P&gt;You can also try changing * to ALL in section access, and load KEY-COMPANY_CODE relation as:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Data_Deduction:
Load * Inline [
KEY,COMPANY_CODE
2,2
3,3
4,4
5,5
6,6
];

Concatenate (Data_Deduction)
LOAD
  'ALL' as KEY,
  COMPANY_CODE
Resident Data_Deduction;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2025 08:25:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Enterprise-Access/m-p/2536557#M108694</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2025-11-19T08:25:34Z</dc:date>
    </item>
  </channel>
</rss>

