<?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 Section access not working (Access denied) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-access-not-working-Access-denied/m-p/1127619#M887262</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;I have a question,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a section access table like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 418px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="48"&gt;ACCESS&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="88"&gt;DISPLAYNAME&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="71"&gt;OPERATION&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="67"&gt;REGION&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="67"&gt;AREA&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="77"&gt;NTNAME&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;USER&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Andy&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;*&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;*&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;AJK&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;aa\andy&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;USER&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Dony&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;*&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;BDS&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;*&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;aa\dony&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I have data table like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 267px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="75"&gt;OPERATION&lt;/TD&gt;&lt;TD width="64"&gt;REGION&lt;/TD&gt;&lt;TD width="64"&gt;AREA&lt;/TD&gt;&lt;TD width="64"&gt;SALES&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;AS&lt;/TD&gt;&lt;TD&gt;AHK&lt;/TD&gt;&lt;TD&gt;AJK&lt;/TD&gt;&lt;TD align="right"&gt;1000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;BS&lt;/TD&gt;&lt;TD&gt;RLL&lt;/TD&gt;&lt;TD&gt;LPP&lt;/TD&gt;&lt;TD align="right"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I load the section access table like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECTION Access;&lt;/P&gt;&lt;P&gt;Access:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; upper(ACCESS) as ACCESS,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NTNAME as NTNAME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; upper(DISPLAYNAME) as DISPLAYNAME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OPERATION,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; REGION,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AREA&lt;/P&gt;&lt;P&gt;FROM&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;Sales:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;OPERATION,&lt;/P&gt;&lt;P&gt;REGION,&lt;/P&gt;&lt;P&gt;AREA,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;SALES&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;....................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i login as Andy (NTNAME), the pop up error appeared (ACCESS DENIED).&lt;/P&gt;&lt;P&gt;Anybody has the idea ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result i expect is ANDY can only see this data (AREA AJK):&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 267px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="75"&gt;PERATION&lt;/TD&gt;&lt;TD width="64"&gt;REGION&lt;/TD&gt;&lt;TD width="64"&gt;AREA&lt;/TD&gt;&lt;TD width="64"&gt;SALES&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;AS&lt;/TD&gt;&lt;TD&gt;AHK&lt;/TD&gt;&lt;TD&gt;AJK&lt;/TD&gt;&lt;TD align="right"&gt;&lt;P&gt;1000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Section access not working (Access denied)</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-not-working-Access-denied/m-p/1127619#M887262</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;I have a question,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a section access table like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 418px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="48"&gt;ACCESS&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="88"&gt;DISPLAYNAME&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="71"&gt;OPERATION&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="67"&gt;REGION&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="67"&gt;AREA&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="77"&gt;NTNAME&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;USER&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Andy&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;*&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;*&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;AJK&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;aa\andy&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;USER&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Dony&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;*&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;BDS&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;*&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;aa\dony&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I have data table like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 267px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="75"&gt;OPERATION&lt;/TD&gt;&lt;TD width="64"&gt;REGION&lt;/TD&gt;&lt;TD width="64"&gt;AREA&lt;/TD&gt;&lt;TD width="64"&gt;SALES&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;AS&lt;/TD&gt;&lt;TD&gt;AHK&lt;/TD&gt;&lt;TD&gt;AJK&lt;/TD&gt;&lt;TD align="right"&gt;1000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;BS&lt;/TD&gt;&lt;TD&gt;RLL&lt;/TD&gt;&lt;TD&gt;LPP&lt;/TD&gt;&lt;TD align="right"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I load the section access table like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECTION Access;&lt;/P&gt;&lt;P&gt;Access:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; upper(ACCESS) as ACCESS,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NTNAME as NTNAME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; upper(DISPLAYNAME) as DISPLAYNAME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OPERATION,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; REGION,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AREA&lt;/P&gt;&lt;P&gt;FROM&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;Sales:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;OPERATION,&lt;/P&gt;&lt;P&gt;REGION,&lt;/P&gt;&lt;P&gt;AREA,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;SALES&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;....................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i login as Andy (NTNAME), the pop up error appeared (ACCESS DENIED).&lt;/P&gt;&lt;P&gt;Anybody has the idea ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result i expect is ANDY can only see this data (AREA AJK):&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 267px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="75"&gt;PERATION&lt;/TD&gt;&lt;TD width="64"&gt;REGION&lt;/TD&gt;&lt;TD width="64"&gt;AREA&lt;/TD&gt;&lt;TD width="64"&gt;SALES&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;AS&lt;/TD&gt;&lt;TD&gt;AHK&lt;/TD&gt;&lt;TD&gt;AJK&lt;/TD&gt;&lt;TD align="right"&gt;&lt;P&gt;1000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&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/Section-access-not-working-Access-denied/m-p/1127619#M887262</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Section access not working (Access denied)</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-not-working-Access-denied/m-p/1127620#M887263</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;* may not work always. once can please try to give all the operation and region complete names&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2016 03:00:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-not-working-Access-denied/m-p/1127620#M887263</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2016-09-01T03:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Section access not working (Access denied)</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-not-working-Access-denied/m-p/1127621#M887264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thanks for the answer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've try to concate with my complete data like this.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&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 style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Access:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&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(ACCESS) as 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;&amp;nbsp;&amp;nbsp;&amp;nbsp; NTNAME as 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(DISPLAYNAME) as DISPLAYNAME,&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; OPERATION,&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; REGION,&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; AREA&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;............&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;conctenate (Access)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD distinct&amp;nbsp; ------&amp;gt; this one is from data table.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;OPERATION,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;REGION,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;AREA&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I'm using * in order to access all operation or region defined.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Really need your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2016 03:21:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-not-working-Access-denied/m-p/1127621#M887264</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-01T03:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Section access not working (Access denied)</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-not-working-Access-denied/m-p/1127622#M887265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Access denied means, might be services problem. Have you checked is there all services are running or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2016 03:35:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-not-working-Access-denied/m-p/1127622#M887265</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-09-01T03:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: Section access not working (Access denied)</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-not-working-Access-denied/m-p/1127623#M887266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try upper() for NTNAME as well like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Upper(NTNAME) as NTNAME,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2016 05:16:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-not-working-Access-denied/m-p/1127623#M887266</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-09-01T05:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: Section access not working (Access denied)</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-not-working-Access-denied/m-p/1127624#M887267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as &lt;A href="https://community.qlik.com/qlik-users/26418"&gt;tresesco&lt;/A&gt;‌ said make sure all the fields and data was in upper.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And instead of distinct just enter one record and see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is some thing authorization, how you are managing authentication to access point&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2016 05:56:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-not-working-Access-denied/m-p/1127624#M887267</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2016-09-01T05:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: Section access not working (Access denied)</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-not-working-Access-denied/m-p/1127625#M887268</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;All the data within the section access must be in uppercase... So make sure everyting is in uppercase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2016 06:23:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-not-working-Access-denied/m-p/1127625#M887268</guid>
      <dc:creator />
      <dc:date>2016-09-01T06:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: Section access not working (Access denied)</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-not-working-Access-denied/m-p/1127626#M887269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I first started using Section Access I did not realized you had to save the QlikView document. Then completely close the QVW and reopen it before the changes took affect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assuming you are following these steps, but just wanted to make sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Stan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2016 01:39:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-not-working-Access-denied/m-p/1127626#M887269</guid>
      <dc:creator />
      <dc:date>2016-09-02T01:39:00Z</dc:date>
    </item>
  </channel>
</rss>

