<?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 from Excel file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-access-from-Excel-file/m-p/279476#M103990</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;try with square brackets:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class="jive-code jive-sql" style="font-family: monospace;"&gt;LOAD [ACCESS], &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [&lt;SPAN class="jive-sql-keyword" style="font-size: 12px; color: navy; font-weight: bold;"&gt;User]&lt;/SPAN&gt; &lt;SPAN class="jive-sql-keyword" style="font-size: 12px; color: navy; font-weight: bold;"&gt;AS&lt;/SPAN&gt; [USERID], &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pwd &lt;SPAN class="jive-sql-keyword" style="font-size: 12px; color: navy; font-weight: bold;"&gt;AS&lt;/SPAN&gt; [PASSWORD]&lt;BR /&gt;&lt;SPAN class="jive-sql-keyword" style="font-size: 12px; color: navy; font-weight: bold;"&gt;FROM&lt;/SPAN&gt;&lt;BR /&gt;access.xls&lt;BR /&gt;(biff, embedded labels, &lt;SPAN class="jive-sql-keyword" style="font-size: 12px; color: navy; font-weight: bold;"&gt;table&lt;/SPAN&gt; &lt;SPAN class="jive-sql-keyword" style="font-size: 12px; color: navy; font-weight: bold;"&gt;is&lt;/SPAN&gt; Access$);&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Oct 2011 13:09:24 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-10-27T13:09:24Z</dc:date>
    <item>
      <title>Section access from Excel file</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-from-Excel-file/m-p/279475#M103989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good day,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following Excel file:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2011-10-27_144903.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/8137_2011-10-27_144903.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I create a section access with the following code, it &lt;STRONG&gt;doesn't work&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;&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; User AS [USERID], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pwd AS [PASSWORD]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;access.xls&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Access$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Section Application;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2011-10-27_145133.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/8141_2011-10-27_145133.png" /&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;If I rename the fields in my Excel file, it works.&lt;/P&gt;&lt;P&gt;So I guess it's the "AS" expression that isn't accepted in the section access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I don't use the "embedded labels" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;(biff, no labels, header is 1 lines, table is Acces$);&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and use "@1 AS USERID, @2 AS PASSWORD", it works.&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;STRONG&gt;Why can't I use embedded labels and rename fields (using "AS" ) in the section access ?&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2011 12:55:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-from-Excel-file/m-p/279475#M103989</guid>
      <dc:creator />
      <dc:date>2011-10-27T12:55:05Z</dc:date>
    </item>
    <item>
      <title>Section access from Excel file</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-from-Excel-file/m-p/279476#M103990</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;try with square brackets:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class="jive-code jive-sql" style="font-family: monospace;"&gt;LOAD [ACCESS], &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [&lt;SPAN class="jive-sql-keyword" style="font-size: 12px; color: navy; font-weight: bold;"&gt;User]&lt;/SPAN&gt; &lt;SPAN class="jive-sql-keyword" style="font-size: 12px; color: navy; font-weight: bold;"&gt;AS&lt;/SPAN&gt; [USERID], &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pwd &lt;SPAN class="jive-sql-keyword" style="font-size: 12px; color: navy; font-weight: bold;"&gt;AS&lt;/SPAN&gt; [PASSWORD]&lt;BR /&gt;&lt;SPAN class="jive-sql-keyword" style="font-size: 12px; color: navy; font-weight: bold;"&gt;FROM&lt;/SPAN&gt;&lt;BR /&gt;access.xls&lt;BR /&gt;(biff, embedded labels, &lt;SPAN class="jive-sql-keyword" style="font-size: 12px; color: navy; font-weight: bold;"&gt;table&lt;/SPAN&gt; &lt;SPAN class="jive-sql-keyword" style="font-size: 12px; color: navy; font-weight: bold;"&gt;is&lt;/SPAN&gt; Access$);&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2011 13:09:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-from-Excel-file/m-p/279476#M103990</guid>
      <dc:creator />
      <dc:date>2011-10-27T13:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Section access from Excel file</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-from-Excel-file/m-p/279477#M103991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It doesn't work either.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2011 13:15:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-from-Excel-file/m-p/279477#M103991</guid>
      <dc:creator />
      <dc:date>2011-10-27T13:15:21Z</dc:date>
    </item>
    <item>
      <title>Section access from Excel file</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-from-Excel-file/m-p/279478#M103992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Nicolas,&lt;/P&gt;&lt;P&gt;I don't see a reason for this problem, except a possibility that there is a space in Excel after User, like this: 'User '.&amp;nbsp; Loading into the section access is not different from any other data load.&lt;/P&gt;&lt;P&gt;And, an advice - to make sure your section access works, use upper() function for all fields, e.g.:&lt;/P&gt;&lt;P&gt;upper(User) as USERID&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2011 13:15:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-from-Excel-file/m-p/279478#M103992</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-27T13:15:28Z</dc:date>
    </item>
    <item>
      <title>Section access from Excel file</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-from-Excel-file/m-p/279479#M103993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; a possibility that there is a space in Excel after User&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no extra space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; to make sure your section access works, use upper() function for all fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm used to it, but for this simple exemple, I wrote the simpliest code to be easily understood.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2011 13:20:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-from-Excel-file/m-p/279479#M103993</guid>
      <dc:creator />
      <dc:date>2011-10-27T13:20:00Z</dc:date>
    </item>
    <item>
      <title>Section access from Excel file</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-from-Excel-file/m-p/279480#M103994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Looks like I'm wrong - load works differently if it is "section access"&amp;nbsp; - You must have headers in upper case in Excel file: USER, PWD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2011 13:25:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-from-Excel-file/m-p/279480#M103994</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-27T13:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: Section access from Excel file</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-from-Excel-file/m-p/279481#M103995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;looks you need check on file opening on document properties&amp;gt; opening&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Nov 2015 15:07:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-from-Excel-file/m-p/279481#M103995</guid>
      <dc:creator />
      <dc:date>2015-11-13T15:07:06Z</dc:date>
    </item>
  </channel>
</rss>

