<?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 only working for users with RootAdmin privileges - QS in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Section-Access-only-working-for-users-with-RootAdmin-privileges/m-p/95304#M1547</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pablo - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my sample generator for SA qvd within my Qlikmart, and the SA implemented in the application:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Section Access Load.PNG" class="jive-image image-1" src="/legacyfs/online/209604_Section Access Load.PNG" style="height: 352px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Section Access 2.PNG" class="jive-image image-2" src="/legacyfs/online/209605_Section Access 2.PNG" style="height: 193px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Aug 2018 19:06:41 GMT</pubDate>
    <dc:creator>gcharlesworth</dc:creator>
    <dc:date>2018-08-01T19:06:41Z</dc:date>
    <item>
      <title>Section Access only working for users with RootAdmin privileges - QS</title>
      <link>https://community.qlik.com/t5/Management-Governance/Section-Access-only-working-for-users-with-RootAdmin-privileges/m-p/95302#M1545</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;Looking for some quick insight on a small issue I'm having. While testing a basic Section Access script for an application with a small sample of internal users, I noticed that users&lt;STRONG&gt; without RootAdmin&lt;/STRONG&gt; roles (given in the QMC) were denied from the application even though they were hard-coded into the Section Access script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I verified my hypothesis by adding three fellow developers to the Section Access script (all with RootAdmin privileges) and three normal end-users from the business. The former three were able to pass and the data reduced correctly, while the latter three were denied access. I then gave a RootAdmin role to one business user and re-tested; he was able to pass and the data reduced accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas on what's going on here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2018 17:44:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Section-Access-only-working-for-users-with-RootAdmin-privileges/m-p/95302#M1545</guid>
      <dc:creator>gcharlesworth</dc:creator>
      <dc:date>2018-08-01T17:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access only working for users with RootAdmin privileges - QS</title>
      <link>https://community.qlik.com/t5/Management-Governance/Section-Access-only-working-for-users-with-RootAdmin-privileges/m-p/95303#M1546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gary, in cases with Data Reduction use this format....&lt;/P&gt;&lt;P&gt;Could you show me your script ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXAMPLE:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15331475637186891" jivemacro_uid="_15331475637186891" modifiedtitle="true"&gt;
&lt;P style="font-size: 13.3333px;"&gt;Section Access;&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;LOAD * inline [&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; ACCESS, USERID, REDUCTION&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; ADMIN, DOMAIN\USER1, USER1&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; ADMIN, DOMAIN\USER2, USER2&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; USER,&amp;nbsp; DOMAIN\USER3, USER3&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; USER,&amp;nbsp; INTERNAL\SA_SCHEDULER,,,*&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;];&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;Section Application;&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;Star is *;&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;TAB:&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;Load * InLine [&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; REDUCTION, CONTRY&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER1, *&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER2, *&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER3, USA&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SVC_SENSE, *&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;];&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2018 18:19:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Section-Access-only-working-for-users-with-RootAdmin-privileges/m-p/95303#M1546</guid>
      <dc:creator>PabloTrevisan</dc:creator>
      <dc:date>2018-08-01T18:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access only working for users with RootAdmin privileges - QS</title>
      <link>https://community.qlik.com/t5/Management-Governance/Section-Access-only-working-for-users-with-RootAdmin-privileges/m-p/95304#M1547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pablo - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my sample generator for SA qvd within my Qlikmart, and the SA implemented in the application:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Section Access Load.PNG" class="jive-image image-1" src="/legacyfs/online/209604_Section Access Load.PNG" style="height: 352px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Section Access 2.PNG" class="jive-image image-2" src="/legacyfs/online/209605_Section Access 2.PNG" style="height: 193px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2018 19:06:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Section-Access-only-working-for-users-with-RootAdmin-privileges/m-p/95304#M1547</guid>
      <dc:creator>gcharlesworth</dc:creator>
      <dc:date>2018-08-01T19:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access only working for users with RootAdmin privileges - QS</title>
      <link>https://community.qlik.com/t5/Management-Governance/Section-Access-only-working-for-users-with-RootAdmin-privileges/m-p/95305#M1548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gary,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Adequate your script based on my example that will work correctly, detail: you will use the '*' in the Section Application, see my example above.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL class="dp-c" start="1" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; list-style-position: initial; list-style-image: initial; color: #5c5c5c; margin: 0 0 1px 45px !important;"&gt;&lt;LI&gt;&lt;SPAN style="color: black; font-size: 9pt !important; font-style: inherit; background-color: inherit; font-weight: inherit;"&gt;Section Access;&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;LOAD * inline [&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;&amp;nbsp; ACCESS, USERID, REDUCTION&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;&amp;nbsp; ADMIN, TXT\GARY, GARY&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;&amp;nbsp; ADMIN, TXT\MARIE, MARIE&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;&amp;nbsp; USER,&amp;nbsp; TXT\JOHN, JOHN&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;&amp;nbsp; USER,&amp;nbsp; INTERNAL\SA_SCHEDULER,,,*&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;];&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;Section Application;&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;Star is *;&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;TAB:&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;Load * InLine [&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; REDUCTION, SOLD&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; GARY, *&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MARIE, 12546&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; JOHN, 123456&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SVC_SENSE, *&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;];&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Note that SOLD it's a FIELD from your data model.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2018 19:34:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Section-Access-only-working-for-users-with-RootAdmin-privileges/m-p/95305#M1548</guid>
      <dc:creator>PabloTrevisan</dc:creator>
      <dc:date>2018-08-01T19:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access only working for users with RootAdmin privileges - QS</title>
      <link>https://community.qlik.com/t5/Management-Governance/Section-Access-only-working-for-users-with-RootAdmin-privileges/m-p/2457438#M27310</link>
      <description>&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;AUTHORIZARTION:&lt;/DIV&gt;
&lt;DIV&gt;LOAD&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; 'USER' AS ACCESS,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; UPPER(USER_DOMAIN)&amp;amp;'\'&amp;amp;UPPER(USER_CODE) AS "USERID",&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;//&amp;nbsp; &amp;nbsp;Upper([ACCESS]) as ACCESS,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; USER_COMP_CODE ,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; USER_CAT_CODE ,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; SCHEMA AS ENTITY&lt;/DIV&gt;
&lt;DIV&gt;FROM [lib://Retail /ACCESSDATA1.qvd]&lt;/DIV&gt;
&lt;DIV&gt;(qvd)WHERE USER_MODULE='Sales' ;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;LOAD * INLINE&lt;/DIV&gt;
&lt;DIV&gt;[&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;ACCESS,USERID,USER_COMP_CODE,USER_CAT_CODE,ENTITY&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;'ADMIN','INTERNAL\SA_SCHEDULER','ALL','ALL','ALL'&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;'CONTENTADMIN','FFC\ANKITA.THT',ALL,'ALL','ALL'&lt;/DIV&gt;
&lt;DIV&gt;'ADMIN','FFC\AKASH.M','ALL','ALL','ALL'&lt;/DIV&gt;
&lt;DIV&gt;'USER','FFC\XYZ&lt;/DIV&gt;
&lt;DIV&gt;.ABC','001','ALL','ALL'&lt;/DIV&gt;
&lt;DIV&gt;];&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;SECTION ACCESS;&lt;/DIV&gt;
&lt;DIV&gt;LOAD&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; Upper(trim("ACCESS")) as ACCESS,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; Upper(trim("USERID")) as USERID,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; IF(UPPER(TRIM([USER_COMP_CODE]))= 'ALL','*', TEXT([USER_COMP_CODE])) AS [COMPANY ID],&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp;// IF(UPPER(TRIM([USER_DIVN_CODE]))= 'ALL','*', TEXT([USER_DIVN_CODE])) AS [DIVISION ID],&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; IF(UPPER(TRIM([USER_CAT_CODE]))= 'ALL','*', TEXT([USER_CAT_CODE])) AS [ITEM CATEGORY],&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; IF(UPPER(TRIM([ENTITY]))= 'ALL','*', TEXT([ENTITY])) AS [ENTITY]&lt;/DIV&gt;
&lt;DIV&gt;RESIDENT AUTHORIZARTION;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;SECTION APPLICATION;&lt;/DIV&gt;
&lt;DIV&gt;DROP TABLE AUTHORIZARTION;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;sectional access working for only admin and content admin not for users&lt;/DIV&gt;</description>
      <pubDate>Wed, 29 May 2024 12:02:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Section-Access-only-working-for-users-with-RootAdmin-privileges/m-p/2457438#M27310</guid>
      <dc:creator>1994</dc:creator>
      <dc:date>2024-05-29T12:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access only working for users with RootAdmin privileges - QS</title>
      <link>https://community.qlik.com/t5/Management-Governance/Section-Access-only-working-for-users-with-RootAdmin-privileges/m-p/2460506#M27396</link>
      <description>&lt;DIV&gt;AUTHORIZARTION:&lt;/DIV&gt;
&lt;DIV&gt;LOAD&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; 'ADMIN' AS "ACCESS",&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;UPPER(USER_DOMAIN)&amp;amp;'\'&amp;amp;UPPER(USER_CODE) AS "USERID",&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; // LOGIN_USER_CODE,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; USER_CODE,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; USER_COMP_CODE,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; USER_CAT_CODE,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; USER_MODULE,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp;SCHEMA AS ENTITY&lt;/DIV&gt;
&lt;DIV&gt;FROM [lib://Retail QVD (qlik-bi_qsadmin)/ErpsysretQVD/Master\ACCESSDATA1.qvd]&lt;/DIV&gt;
&lt;DIV&gt;(qvd);&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;LOAD * INLINE&lt;/DIV&gt;
&lt;DIV&gt;[&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;ACCESS,LOGIN_USER_CODE,COMP_CODE,CAT_CODE,ENTITY&lt;/DIV&gt;
&lt;DIV&gt;'ADMIN','INTERNAL\SA_SCHEDULER','ALL','ALL','ALL&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;'USER','FFC\ANKITA&lt;/DIV&gt;
&lt;DIV&gt;','ALL','ALL','ALL'&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;];&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;SECTION ACCESS;&lt;/DIV&gt;
&lt;DIV&gt;LOAD&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; "ACCESS",&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;USERID,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; IF(UPPER(TRIM([USER_COMP_CODE]))= 'ALL','*', TEXT([USER_COMP_CODE])) AS [COMPANY ID],&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; IF(UPPER(TRIM([USER_CAT_CODE]))= 'ALL','*', TEXT([USER_CAT_CODE])) AS [ITEM CATEGORY],&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;IF(UPPER(TRIM([ENTITY]))= 'ALL','*', TEXT([ENTITY])) AS [ENTITY]&lt;/DIV&gt;
&lt;DIV&gt;RESIDENT AUTHORIZARTION;&lt;/DIV&gt;
&lt;DIV&gt;SECTION APPLICATION;&amp;nbsp; &amp;nbsp;THIS SECTION SCCESS NOT WORKING FOR USER ACCESS DENIED FOR ANKITA USER&lt;/DIV&gt;</description>
      <pubDate>Sun, 09 Jun 2024 14:43:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Section-Access-only-working-for-users-with-RootAdmin-privileges/m-p/2460506#M27396</guid>
      <dc:creator>1994</dc:creator>
      <dc:date>2024-06-09T14:43:47Z</dc:date>
    </item>
  </channel>
</rss>

