<?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: Problem again with Section Access through DB in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-again-with-Section-Access-through-DB/m-p/1194202#M874957</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes its a strange behavior when distribute Applications With Section Acces throw Publisher.&lt;/P&gt;&lt;P&gt;I had the same problem ones, If there is no need for distribution (reduce the app) it could be a solution to put the Application in a folder who is visible in AccessPoint and just do a reload of the Application.&lt;/P&gt;&lt;P&gt;You can also try to change the * against ' ' (blank , no quotes). Star maybe not be all in this case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Oct 2016 12:05:27 GMT</pubDate>
    <dc:creator>stabben23</dc:creator>
    <dc:date>2016-10-26T12:05:27Z</dc:date>
    <item>
      <title>Problem again with Section Access through DB</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-again-with-Section-Access-through-DB/m-p/1194197#M874952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm facing problems again with my section access table. I'm trying to achieve it through Data base.&lt;/P&gt;&lt;P&gt;Following is my Qlik view script.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;SECTION Access;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;USERADMIN:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;LOAD EMPLOYEEID, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NTNAME, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Upper(BUCODE) as BUCODE, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USERNAME, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ROLENAME, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS&amp;nbsp; &lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;[..\QVD\02_TransformQVD\Transform_USERADMIN_ROLE.QVD](qvd);&lt;/P&gt;
&lt;P&gt;Section Application;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Below is my extract table from db&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;TRACE ('UTC - UESP USERADMIN ROLE VW Table load'); &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;ESP_USERADMIN_ROLE_VW:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USERNAME,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "NTNAME",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EMPLOYEEID,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ROLENAME",&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "BUCODE",&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ACCESS";&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;SQL SELECT&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USERNAME,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "NTNAME",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EMPLOYEEID,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ROLENAME",&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "BUCODE",&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ACCESS"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;FROM &lt;/P&gt;
&lt;P&gt;&amp;nbsp; Schema."Tablename";&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The problem I'm facing here is when I run the qvw in QMC I can only see as USER, which I'm not. I have 2 accounts given in db. One is as Admin and other is as User.&lt;/P&gt;&lt;P&gt;Even other Admins are only seeing one BUCODE and it is not showing them all BU's.&lt;/P&gt;&lt;P&gt;I'm trying to restrict the visibility throught BUCODE which is for ex: CA,DE,AB,SW etc....&lt;/P&gt;&lt;P&gt;I as an Admin should see all BU's and from my other account I should see only DE.&lt;/P&gt;&lt;P&gt;The Query seems right and also Qlik Script but I do not what's happening... Can anyone please help me with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/171708" target="_blank"&gt;stalwar1&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/218859" target="_blank"&gt;loveisfail&lt;/A&gt;‌ @&lt;A _jive_internal="true" data-avatarid="5408" data-externalid="" data-online="false" data-presence="null" data-userid="3540" data-username="pcammaert" href="https://community.qlik.com/people/pcammaert" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #8ca9cd;" target="_blank"&gt;peter cammaert&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-again-with-Section-Access-through-DB/m-p/1194197#M874952</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem again with Section Access through DB</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-again-with-Section-Access-through-DB/m-p/1194198#M874953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you distributing the Application throw Publisher? If so, Try to have only one admin, the service account.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 11:42:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-again-with-Section-Access-through-DB/m-p/1194198#M874953</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2016-10-26T11:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem again with Section Access through DB</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-again-with-Section-Access-through-DB/m-p/1194199#M874954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try &lt;STRONG&gt;unoptimized load&lt;/STRONG&gt;, like:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SECTION Access;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;USERADMIN:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD EMPLOYEEID,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NTNAME,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Upper(BUCODE) as BUCODE,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USERNAME,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ROLENAME,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[..\QVD\02_TransformQVD\Transform_USERADMIN_ROLE.QVD](qvd);&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Section Application &lt;STRONG&gt;where 2=2&lt;/STRONG&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 11:49:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-again-with-Section-Access-through-DB/m-p/1194199#M874954</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-10-26T11:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem again with Section Access through DB</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-again-with-Section-Access-through-DB/m-p/1194200#M874955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One Admin?&lt;/P&gt;&lt;P&gt;For publishing there are only 2 Admins. I added Service account to the Inline in section access as you can see the code below.....&lt;/P&gt;&lt;P&gt;But to access the document there are more than 4.&lt;/P&gt;&lt;P&gt;I also tried directly using SQL select statement in section application&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECTION Access;&lt;/P&gt;&lt;P&gt;ESP_USERADMIN_ROLE_VW:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USERNAME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "NTNAME",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EMPLOYEEID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ROLENAME",&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER("BUCODE") as BUCODE,&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ACCESS";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USERNAME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; NTNAME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; EMPLOYEEID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ROLENAME,&lt;/P&gt;&lt;P&gt;&amp;nbsp; UPPER(BUCODE) as BUCODE,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; "ACCESS"&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;FROM &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; Schema."Tablename";&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Concatenate&lt;/TD&gt;&lt;TD&gt;(ESP_USERADMIN_ROLE_VW)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;LOAD * INLINE [&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EMPLOYEEID, NTNAME, BUCODE, USERNAME, ROLENAME, ACCESS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; *, CORP\S-Admin-a, *, *, *, ADMIN&lt;/P&gt;&lt;P&gt;]; &lt;/P&gt;&lt;P&gt;SECTION Application;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and still I do not have access as Admin, I only see one BU. This is very strange behavior.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 11:52:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-again-with-Section-Access-through-DB/m-p/1194200#M874955</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2016-10-26T11:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem again with Section Access through DB</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-again-with-Section-Access-through-DB/m-p/1194201#M874956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also have to add a ServiceAccount to Inline as the service account is not added in db table. Cus in future the distribution will be done through service account.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I also add Inline to the above script you gave?&lt;/P&gt;&lt;TABLE style="border: 0px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;LOAD * INLINE [&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EMPLOYEEID, NTNAME, BUCODE, USERNAME, ROLENAME, ACCESS&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; *, CORP\S-Admin-a, *, *, *, ADMIN&lt;/P&gt;&lt;P style="font-size: 13px; 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: 13px;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;This is my Inline table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 11:54:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-again-with-Section-Access-through-DB/m-p/1194201#M874956</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2016-10-26T11:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem again with Section Access through DB</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-again-with-Section-Access-through-DB/m-p/1194202#M874957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes its a strange behavior when distribute Applications With Section Acces throw Publisher.&lt;/P&gt;&lt;P&gt;I had the same problem ones, If there is no need for distribution (reduce the app) it could be a solution to put the Application in a folder who is visible in AccessPoint and just do a reload of the Application.&lt;/P&gt;&lt;P&gt;You can also try to change the * against ' ' (blank , no quotes). Star maybe not be all in this case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 12:05:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-again-with-Section-Access-through-DB/m-p/1194202#M874957</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2016-10-26T12:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem again with Section Access through DB</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-again-with-Section-Access-through-DB/m-p/1194203#M874958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No " in SQL query?&lt;/P&gt;&lt;P&gt;And no * in Inline?&lt;/P&gt;&lt;P&gt;Just blank?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 12:11:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-again-with-Section-Access-through-DB/m-p/1194203#M874958</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2016-10-26T12:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem again with Section Access through DB</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-again-with-Section-Access-through-DB/m-p/1194204#M874959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just put that inline table below the unoptimized qvd load it would get auto concatenated as long as both the tables are having all fields in common;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 12:11:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-again-with-Section-Access-through-DB/m-p/1194204#M874959</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-10-26T12:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem again with Section Access through DB</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-again-with-Section-Access-through-DB/m-p/1194205#M874960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I did that and after running in QMC it couldn't access it as an Admin. It said Failed to open the document.&lt;/P&gt;&lt;P&gt;But as a user I was able to&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 12:13:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-again-with-Section-Access-through-DB/m-p/1194205#M874960</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2016-10-26T12:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem again with Section Access through DB</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-again-with-Section-Access-through-DB/m-p/1194206#M874961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Note that Section Access grants special privileges to ADMIN-type users in QV Desktop only. In the AccessPoint everybody will be a USER. Even those entries that specify ACCESS=ADMIN will be switched to USER access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That also means that if you apply Data reduction in your document, there will be no escaping like there is in QV Desktop (ADMIN gets to see all data, even when Strict Exclusion is enabled).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to add a fixed entry to Section Access through the use of an INLINE LOAD, just concatenate the two parts. For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Section Access;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Users: // First entry = service account. For reloads only !&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ACCESS, NTNAME, LINKFIELD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ADMIN, domain\serviceaccount,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;CONNECT TO ...;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;CONCATENATE (Users) // Next add DB users&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;SQL SELECT ACCESS, NTNAME, LINKFIELD FROM DatabaseTable;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;DISCONNECT;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;CONCATENATE (Users) // finally, add users from local table&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD ACCESS, NTNAME, LINKFIELD &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;FROM SectionAccess.QVD (QVD)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;WHERE 1 = 1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Section Application;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 12:18:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-again-with-Section-Access-through-DB/m-p/1194206#M874961</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-10-26T12:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem again with Section Access through DB</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-again-with-Section-Access-through-DB/m-p/1194207#M874962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used below script as mentioned...&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Users: // First entry = service account. For reloads only !&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EMPLOYEEID, NTNAME, BUCODE, USERNAME, ROLENAME, ACCESS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SERVICEACNT, CORP\ADMINA, *, SERVICE, ESP ADMIN, ADMIN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE (Users) // Next add DB users&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USERNAME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; NTNAME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; EMPLOYEEID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ROLENAME,&lt;/P&gt;&lt;P&gt;&amp;nbsp; UPPER(BUCODE) as BUCODE,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; "ACCESS"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM &lt;/P&gt;&lt;P&gt;&amp;nbsp; Schema."Tablename";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DISCONNECT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE (Users) // finally, add users from local table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD EMPLOYEEID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NTNAME, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(BUCODE) as BUCODE, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USERNAME, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ROLENAME, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[..\QVD\02_TransformQVD\Transform_USERADMIN_ROLE.QVD](qvd)&lt;/P&gt;&lt;P&gt;WHERE 1 = 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But through desktop as well I'm only able to see as a user but not admin.&lt;/P&gt;&lt;P&gt;And you said even Admins will be only have access as a User in access point? They cannot see all BU'S?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 12:31:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-again-with-Section-Access-through-DB/m-p/1194207#M874962</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2016-10-26T12:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem again with Section Access through DB</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-again-with-Section-Access-through-DB/m-p/1194208#M874963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's all highly data-dependent, and since you only post your script code in this thread, I can only suggest you try first with the following technique. Comment out the&lt;SPAN style="font-family: 'courier new', courier;"&gt; Section Access;&lt;/SPAN&gt; statement (put two slashes in front of it), save and reload. Save again, close and reopen. Put a listbox for field NTNAME on a sheet, and one-by-one select those users that should get a special data treatment. Trace the linkage and you will be able to figure out why some data appears that shouldn't, and why some data refuses to appear while it should.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After you found the cause, do not forget to undo these steps before finally publishing your document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Edit] Yes, all Account=ADMIN users will be demoted to USER status in the Access Point. Most of the Admin features (actually Developer features) are useless in the AP anyway...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 12:58:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-again-with-Section-Access-through-DB/m-p/1194208#M874963</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-10-26T12:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem again with Section Access through DB</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-again-with-Section-Access-through-DB/m-p/1194209#M874964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In DB I've given Blank to all link field values.&lt;/P&gt;&lt;P&gt;And I've commented out Section Access to check with filters in UI and when I select a NTNAME for Admin account I see no data at all, while for a user I see only user related data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please suggest? and the Link field is linked to a dimension not to fact. Can this be an issue?&lt;/P&gt;&lt;P&gt;the link field should be available in fact table?&lt;/P&gt;&lt;P&gt;the link field I've is linked to a dim table and that dim table is linked to fact.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;It gives me Failed to load the document error for only ADMIN account in accesspoint&lt;/STRONG&gt;. For user I can see restricted fields.&lt;/P&gt;&lt;P&gt;The current script I'm using&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;SECTION Access;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;ESP_USERADMIN_ROLE_VW:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EMPLOYEEID,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NTNAME,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; upper(BUCODE) as BUCODE,&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USERNAME,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; upper(ROLENAME) as ROLENAME,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Upper("ACCESS") as ACCESS;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;SQL SELECT&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USERNAME,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "NTNAME",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EMPLOYEEID,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ROLENAME",&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Upper("BUCODE") as BUCODE,&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; "ACCESS"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;FROM &lt;/P&gt;
&lt;P&gt;&amp;nbsp; Schema."TableName";&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EMPLOYEEID, NTNAME, BUCODE, USERNAME, ROLENAME, ACCESS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; , CORP\S-HRITQLIKDEV-a, , S-HRITQLIKDEV-a, ESP ADMIN, ADMIN&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;]; &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;SECTION Application;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 15:29:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-again-with-Section-Access-through-DB/m-p/1194209#M874964</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2016-10-26T15:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem again with Section Access through DB</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-again-with-Section-Access-through-DB/m-p/1194210#M874965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are there any settings to be checked or implemented in QMC or Qlikview Services?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 15:50:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-again-with-Section-Access-through-DB/m-p/1194210#M874965</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2016-10-26T15:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem again with Section Access through DB</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-again-with-Section-Access-through-DB/m-p/1194211#M874966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If &lt;STRONG&gt;I uncheck the Strict exclusion box&lt;/STRONG&gt; I've full access as admin and users can only see user data.&lt;/P&gt;&lt;P&gt;I &lt;STRONG&gt;still have Initial Data reduction based on Section Access as checked.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually we check both boxes but unchecking the Strict is working fine for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more question....&lt;/P&gt;&lt;P&gt;The ADMIN accounts are defined in Date Base not in Inline and those users are getting restricted.&lt;/P&gt;&lt;P&gt;so to fully access the data a user should be added to inline as an Admin?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 17:12:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-again-with-Section-Access-through-DB/m-p/1194211#M874966</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2016-10-26T17:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem again with Section Access through DB</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-again-with-Section-Access-through-DB/m-p/1194212#M874967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/3540"&gt;pcammaert&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;Any suggestions on my above comments?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2016 15:28:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-again-with-Section-Access-through-DB/m-p/1194212#M874967</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2016-10-27T15:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem again with Section Access through DB</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-again-with-Section-Access-through-DB/m-p/1194213#M874968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I have said everything I can.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your linkage doesn't work with Section Access disabled, then trace and fix any faulty link field values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2016 15:57:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-again-with-Section-Access-through-DB/m-p/1194213#M874968</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-10-27T15:57:23Z</dc:date>
    </item>
  </channel>
</rss>

