<?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 load from external table fails in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-access-load-from-external-table-fails/m-p/266275#M100099</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can resolve this by either making all of the values in your initial table uppercase or using the upper function when you load each field during the resident load:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13516540164785371" jivemacro_uid="_13516540164785371"&gt;&lt;P&gt;Section Access;&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; Upper(ACCESS) as ACCESS, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Upper(USERID) as USERID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Upper(PASSWORD) as PASSWORD&lt;/P&gt;&lt;P&gt;Resident tmpSectionAccess;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just taking a guess--QlikView may automatically convert things to uppercase when you load data into a section access table, but it doesn't do that when loading something that was already in memory as mixed case. Might be a bug for a scenario they forgot to account for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Oct 2012 03:29:40 GMT</pubDate>
    <dc:creator>msteedle</dc:creator>
    <dc:date>2012-10-31T03:29:40Z</dc:date>
    <item>
      <title>Section access load from external table fails</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-load-from-external-table-fails/m-p/266266#M100090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I’ve encountered a bizarre problem with section access in QV 10 while building a simple application.&lt;/P&gt;&lt;P&gt;If I load the section access as inline it works just fine: &lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;Section&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;Access&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;INLINE&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: maroon; font-size: 9pt;"&gt;[&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID, PASSWORD&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Admin, rfry, password&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; User, 17, password&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;Section&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;Application&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;However, if I attempt to load the data into a separate external table, and then load that table to handle section access it doesn’t recognize the user ID, and I get locked out of the application. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;tmpSectionAccess: &lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;INLINE&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: maroon; font-size: 9pt;"&gt;[&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID, PASSWORD&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Admin, rfry, password&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; User, 17, password&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;Section&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;Access&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: maroon; font-size: 9pt;"&gt;ACCESS&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: maroon; font-size: 9pt;"&gt;USERID&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: maroon; font-size: 9pt;"&gt;PASSWORD&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;SPAN style="font-family: 'Courier New'; color: maroon; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; tmpSectionAccess;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;Section&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;Application&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;;&lt;BR /&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;Drop&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;Table&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; tmpSectionAccess; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same issue happens regardless if I load the source table as inline, or from another source table. I have a large number of users to create, and it makes a lot more sense to load them from a source table, but this issue is preventing it. I’ve done this successfully in the past using NT type section access, which is running successfully in 10. So I’m not sure what’s up. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I doing something wrong?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2011 16:57:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-load-from-external-table-fails/m-p/266266#M100090</guid>
      <dc:creator />
      <dc:date>2011-09-15T16:57:20Z</dc:date>
    </item>
    <item>
      <title>Section access load from external table fails</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-load-from-external-table-fails/m-p/266267#M100091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Fry escribió:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;The same issue happens regardless if I load the source table as inline, or from another source table.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't get it, is inline working for you or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think loading external tables in the section access will not work, doing a resident will not work either unless you change a field or rename it or something.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2011 17:46:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-load-from-external-table-fails/m-p/266267#M100091</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2011-09-15T17:46:31Z</dc:date>
    </item>
    <item>
      <title>Section access load from external table fails</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-load-from-external-table-fails/m-p/266268#M100092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Inline works when it is used directly in the section access; statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I load the table first, via inline or from a data source, and then load inside the section access; statement using the resident clause, section access does not work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've also just tried a NoConcatenate load inside the section access; section using the resident clause, and this also does not work. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2011 17:52:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-load-from-external-table-fails/m-p/266268#M100092</guid>
      <dc:creator />
      <dc:date>2011-09-15T17:52:58Z</dc:date>
    </item>
    <item>
      <title>Section access load from external table fails</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-load-from-external-table-fails/m-p/266269#M100093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Noconcatenate will have no effect if you don't change/add or remove any fields. Try doing that in the resident.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2011 17:56:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-load-from-external-table-fails/m-p/266269#M100093</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2011-09-15T17:56:32Z</dc:date>
    </item>
    <item>
      <title>Section access load from external table fails</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-load-from-external-table-fails/m-p/266270#M100094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No effect: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;tmpSectionAccess: &lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt;ACCESS, USERID, PASSWORD, FILLER&lt;BR /&gt;Admin, rfry, password, 1&lt;BR /&gt;User, 17, password, 1&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;Section&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Access&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NoConcatenate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ACCESS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;USERID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PASSWORD&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; tmpSectionAccess;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;Section&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Application&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;Drop&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; tmpSectionAccess;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class="mcePaste" id="_mcePaste" style="position: absolute; width: 1px; height: 1px; overflow: hidden; top: 0px; left: -10000px;"&gt;﻿&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2011 18:00:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-load-from-external-table-fails/m-p/266270#M100094</guid>
      <dc:creator />
      <dc:date>2011-09-15T18:00:10Z</dc:date>
    </item>
    <item>
      <title>Section access load from external table fails</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-load-from-external-table-fails/m-p/266271#M100095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Does anybody has a solution for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I had same kind of problem here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2011 14:35:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-load-from-external-table-fails/m-p/266271#M100095</guid>
      <dc:creator />
      <dc:date>2011-12-02T14:35:32Z</dc:date>
    </item>
    <item>
      <title>Section access load from external table fails</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-load-from-external-table-fails/m-p/266272#M100096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Experiencing the same issue.&amp;nbsp; Considering opening a ticket unless others already have.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2012 21:14:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-load-from-external-table-fails/m-p/266272#M100096</guid>
      <dc:creator />
      <dc:date>2012-01-16T21:14:08Z</dc:date>
    </item>
    <item>
      <title>Section access load from external table fails</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-load-from-external-table-fails/m-p/266273#M100097</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've also observed such strange behavior during my past assignments. My find is that if we do LOAD Resident for section access then it doesn't work. Alternatively I use to store the table into text file and then load the data from that file in section access, it works fine. May be it could be a bug but I've seen such strange behavior in various versions of QV. I do something like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tmpSectionAccess: &lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;ACCESS, USERID, PASSWORD, FILLER&lt;/P&gt;&lt;P&gt;Admin, rfry, password, 1&lt;/P&gt;&lt;P&gt;User, 17, password, 1&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;STORE tmpSectionAccess into tmpSectionAccess.txt (txt);&lt;/P&gt;&lt;P&gt;Drop Table tmpSectionAccess;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;Directory;&lt;/P&gt;&lt;P&gt;LOAD [ACCESS], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [USERID], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [PASSWORD], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FILLER&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;tmpSectionAccess.txt&lt;/P&gt;&lt;P&gt;(txt, utf8, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 03:21:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-load-from-external-table-fails/m-p/266273#M100097</guid>
      <dc:creator />
      <dc:date>2012-01-17T03:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Section access load from external table fails</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-load-from-external-table-fails/m-p/266274#M100098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here is some sample file i am attaching......might it helps you.....in this app see the properties of each sheet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 07:38:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-load-from-external-table-fails/m-p/266274#M100098</guid>
      <dc:creator />
      <dc:date>2012-01-17T07:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: Section access load from external table fails</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-load-from-external-table-fails/m-p/266275#M100099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can resolve this by either making all of the values in your initial table uppercase or using the upper function when you load each field during the resident load:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13516540164785371" jivemacro_uid="_13516540164785371"&gt;&lt;P&gt;Section Access;&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; Upper(ACCESS) as ACCESS, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Upper(USERID) as USERID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Upper(PASSWORD) as PASSWORD&lt;/P&gt;&lt;P&gt;Resident tmpSectionAccess;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just taking a guess--QlikView may automatically convert things to uppercase when you load data into a section access table, but it doesn't do that when loading something that was already in memory as mixed case. Might be a bug for a scenario they forgot to account for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2012 03:29:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-load-from-external-table-fails/m-p/266275#M100099</guid>
      <dc:creator>msteedle</dc:creator>
      <dc:date>2012-10-31T03:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Section access load from external table fails</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-load-from-external-table-fails/m-p/266276#M100100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;I understand this is old thread but I thought I'll contribute my understanding...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva; font-size: 10pt;"&gt;&lt;EM&gt;You need to make the &lt;SPAN style="color: #800000;"&gt;&lt;STRONG&gt;Reduction field and Section Access Fields in UPPER CASE (Field Values)&lt;/STRONG&gt;&lt;/SPAN&gt;. Although, if you are using&lt;SPAN style="color: #800000;"&gt;&lt;STRONG&gt; INLINE Load then QlikView implicitly converts them to UPPER CASE.&lt;/STRONG&gt;&lt;/SPAN&gt; But if you are loading from Excel / Databases / Other Sources/ Resident Load/ QVD Load then you need to make the field values to UPPER CASE. &lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva; font-size: 10pt;"&gt;&lt;EM&gt;As suggested by &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.qlik.com/people/msteedle" id="jive-32316125891699647227" onmouseout="" onmouseover=""&gt;Michael Steedle&lt;/A&gt; it works fine when you change the field values to UPPER Case. I don't think it's a bug and infact it is right behaviour because your INLINE table still holds the Case Type (UPPER or lower) based on what you type. However, only when you load the Section Access table as INLINE Load then it will implicity convert the field values in UPPER case. It completely makes sense to me because whenever you are typing the values in INLINE Load for Section Access and if it doesn't work after typing because it's in lower case then it is very frustrating for the Developer. So QlikTech provided this implicit Case Conversion for Section Access but it still hold original Case Type outside Section Access.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva; font-size: 10pt;"&gt;&lt;EM&gt;Bottom line: As a thumb rule always do UPPER case wherever you are loading Section Access script and if you are using INLINE Load then you don't have to worry about changing the field values to UPPER case...anyway you can't do that as well!&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva; font-size: 10pt;"&gt;&lt;EM&gt;I hope this makes sense.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva; font-size: 10pt;"&gt;&lt;EM&gt;Good luck!&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva; font-size: 10pt;"&gt;&lt;EM&gt;Cheers,&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva; font-size: 10pt;"&gt;&lt;EM&gt;DV&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva; font-size: 10pt;"&gt;&lt;EM&gt;&lt;A href="http://www.QlikShare.com"&gt;www.QlikShare.com&lt;/A&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2012 18:57:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-load-from-external-table-fails/m-p/266276#M100100</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2012-11-12T18:57:32Z</dc:date>
    </item>
  </channel>
</rss>

