<?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 and reduction over 2 fields - ADMIN vs USER problem on the Access Point in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-and-reduction-over-2-fields-ADMIN-vs-USER-problem/m-p/1168730#M1315236</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunil for your fast reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used the article to implement Section Access:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3757"&gt;Data Reduction Using Multiple Fields&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in the front I am using just one field to reduce data, but in the background there is a mapping table which restrict both fields DKUN_VERKAUFSORGANISATION_ID and DKUN_VERTRIEBSLEITER_ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am just wondering about the usage of ADMIN vs USER, especially on the Access Point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any idea about this issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 May 2016 10:55:59 GMT</pubDate>
    <dc:creator>Christian-Nagelschmitz</dc:creator>
    <dc:date>2016-05-18T10:55:59Z</dc:date>
    <item>
      <title>Section Access and reduction over 2 fields - ADMIN vs USER problem on the Access Point</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-and-reduction-over-2-fields-ADMIN-vs-USER-problem/m-p/1168728#M1315231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have successfully developed an application where Section Access is used, to reduce data over two fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From prior discussions I understood that there are no ADMIN users on the Access Point, these ADMIN lines in Section Access should be ignored on the AP and are just for the QlikView Client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem now is, that these information about the ADMIN on the AP does not come true.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;// sales data&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Daten:&amp;nbsp; &lt;/P&gt;&lt;P&gt;LOAD DKUN_VERTRIEBSLEITER_ID &amp;amp; '|' &amp;amp; DKUN_VERKAUFSORGANISATION_ID as AuthID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DKUN_VERKAUFSORGANISATION_ID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DKUN_VERTRIEBSLEITER_ID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UMSATZ&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Tabelle1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// user authorization table&lt;/P&gt;&lt;P&gt;Source_Authorization_Table:&lt;/P&gt;&lt;P&gt;LOAD VERTRIEBSLEITER &amp;amp; '|' &amp;amp; VKORG as %AuthID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VERTRIEBSLEITER, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VKORG&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Tabelle1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// connection between the sales data and the authorization table&lt;/P&gt;&lt;P&gt;Connection_AuthTable_Data:&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;LOAD DKUN_VERTRIEBSLEITER_ID &amp;amp; '|' &amp;amp; DKUN_VERKAUFSORGANISATION_ID as AuthID, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;DKUN_VERTRIEBSLEITER_ID &amp;amp; '|' &amp;amp; DKUN_VERKAUFSORGANISATION_ID as %AuthID Resident Daten;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;LOAD DKUN_VERTRIEBSLEITER_ID &amp;amp; '|' &amp;amp; DKUN_VERKAUFSORGANISATION_ID as AuthID, &lt;/P&gt;&lt;P&gt; '&amp;lt;ANY&amp;gt;'&amp;nbsp;&amp;nbsp; &amp;amp; '|' &amp;amp; DKUN_VERKAUFSORGANISATION_ID as %AuthID Resident Daten;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD DKUN_VERTRIEBSLEITER_ID &amp;amp; '|' &amp;amp; DKUN_VERKAUFSORGANISATION_ID as AuthID,&lt;/P&gt;&lt;P&gt;DKUN_VERTRIEBSLEITER_ID &amp;amp; '|' &amp;amp; '&amp;lt;ANY&amp;gt;'&amp;nbsp; as %AuthID Resident Daten;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;LOAD DKUN_VERTRIEBSLEITER_ID &amp;amp; '|' &amp;amp; DKUN_VERKAUFSORGANISATION_ID as AuthID,&lt;/P&gt;&lt;P&gt;'&amp;lt;ANY&amp;gt;'&amp;nbsp;&amp;nbsp; &amp;amp; '|' &amp;amp; '&amp;lt;ANY&amp;gt;'&amp;nbsp; as %AuthID Resident Daten;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;ACCESS, NTNAME, USER&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;USER, QTSEL\ACB, USER1&lt;/P&gt;&lt;P&gt;USER, QTSEL\QWE, USER2&lt;/P&gt;&lt;P&gt;USER, QTSEL\QWS, USER3&lt;/P&gt;&lt;P&gt;USER, QTSEL\QWD, USER4&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Section Application;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;This script works fine, the problem which I have comes when I put a ADMIN User in the Section Access: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Section Access;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;ACCESS, NTNAME, USER&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;ADMIN, QTSEL\ACB, USER5&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;USER, QTSEL\ACB, USER1&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;USER, QTSEL\QWE, USER2&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;USER, QTSEL\QWS, USER3&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;USER, QTSEL\QWD, USER4&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Section Application;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;In the QlikView Client I am identificated as ADMIN and see everything which is linked to USER5 - which is correct.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;BUT when I put the application on the server and enter the Application, I still see the same view as of the QlikView Client with USER5 and NOT USER1 - as I thought.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Can anybody give me a clue?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Kind Regards,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Christian&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-and-reduction-over-2-fields-ADMIN-vs-USER-problem/m-p/1168728#M1315231</guid>
      <dc:creator>Christian-Nagelschmitz</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access and reduction over 2 fields - ADMIN vs USER problem on the Access Point</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-and-reduction-over-2-fields-ADMIN-vs-USER-problem/m-p/1168729#M1315234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as I can see the above section access iis only NTname security for users access.&lt;/P&gt;&lt;P&gt;You have not mention two fields on which you want to Reduce Data.i&lt;/P&gt;&lt;P&gt;Think section access code would be like below&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Section Access;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load &lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;upper(ACCESS) as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;ACCESS&lt;/SPAN&gt;, upper(NTNAME) as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;NTNAME&lt;/SPAN&gt;, upper(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;DKUN_VERTRIEBSLEITER_ID &amp;amp;'|'&amp;amp;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;DKUN_VERKAUFSORGANISATION_ID)&amp;nbsp; as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AuthID;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;ACCESS, NTNAME, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;DKUN_VERTRIEBSLEITER_ID ,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;DKUN_VERKAUFSORGANISATION_ID &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;ADMIN, QTSEL\ACB, Somevalue,Somevalue&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;USER, QTSEL\ACB, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Somevalue,Somevalue&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;USER, QTSEL\QWE, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Somevalue,Somevalue&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;USER, QTSEL\QWS, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Somevalue,Somevalue&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;USER, QTSEL\QWD, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Somevalue,Somevalue&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Section Application;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 10:11:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-and-reduction-over-2-fields-ADMIN-vs-USER-problem/m-p/1168729#M1315234</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2016-05-18T10:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access and reduction over 2 fields - ADMIN vs USER problem on the Access Point</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-and-reduction-over-2-fields-ADMIN-vs-USER-problem/m-p/1168730#M1315236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunil for your fast reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used the article to implement Section Access:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3757"&gt;Data Reduction Using Multiple Fields&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in the front I am using just one field to reduce data, but in the background there is a mapping table which restrict both fields DKUN_VERKAUFSORGANISATION_ID and DKUN_VERTRIEBSLEITER_ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am just wondering about the usage of ADMIN vs USER, especially on the Access Point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any idea about this issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 10:55:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-and-reduction-over-2-fields-ADMIN-vs-USER-problem/m-p/1168730#M1315236</guid>
      <dc:creator>Christian-Nagelschmitz</dc:creator>
      <dc:date>2016-05-18T10:55:59Z</dc:date>
    </item>
  </channel>
</rss>

