<?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: Load XLSX table based on it's position in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-XLSX-table-based-on-it-s-position/m-p/979193#M334401</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The &lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;table is @2 &lt;/EM&gt;&lt;/SPAN&gt;syntax works for xls (biff) files, but not for xlsx (ooxml) files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To achieve this with an xlsx files, you can use the following logic (replace the &lt;EM&gt;filename.xlsx&lt;/EM&gt; with the correct file name):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODBC CONNECT32 TO [Excel Files;DBQ=&lt;EM&gt;filename.xlsx&lt;/EM&gt;];&lt;/P&gt;&lt;P&gt;SpreadsheetData:&lt;/P&gt;&lt;P&gt;SQLTABLES;&lt;/P&gt;&lt;P&gt;DISCONNECT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let zSheet = Peek('TABLE_NAME', 1);&amp;nbsp; // to get 2nd table&lt;/P&gt;&lt;P&gt;DROP Table &lt;SPAN style="font-size: 13.3333px;"&gt;SpreadsheetData;&lt;/SPAN&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; ...&lt;/P&gt;&lt;P&gt;FROM &lt;EM&gt;filename.xlsx&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is [$(zSheet)]);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2015 09:18:08 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2015-11-25T09:18:08Z</dc:date>
    <item>
      <title>Load XLSX table based on it's position</title>
      <link>https://community.qlik.com/t5/QlikView/Load-XLSX-table-based-on-it-s-position/m-p/979191#M334399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to load excel sheet based on it's position instead of it's name?&lt;/P&gt;&lt;P&gt;In QlikViev it is a valid method: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;table is @2, but in &lt;/EM&gt;QlikSense I get a &lt;EM&gt;Error: File extdata.cpp &lt;/EM&gt;error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to the document below, it is a valid syntax in Qlik Sense, but only appears at webfiles section.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/sense/1.1/en-us/pdf/Loading%20and%20Modeling%20Data.pdf" title="https://help.qlik.com/sense/1.1/en-us/pdf/Loading%20and%20Modeling%20Data.pdf"&gt;https://help.qlik.com/sense/1.1/en-us/pdf/Loading%20and%20Modeling%20Data.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 09:04:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-XLSX-table-based-on-it-s-position/m-p/979191#M334399</guid>
      <dc:creator>undergrinder</dc:creator>
      <dc:date>2015-11-25T09:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: Load XLSX table based on it's position</title>
      <link>https://community.qlik.com/t5/QlikView/Load-XLSX-table-based-on-it-s-position/m-p/979192#M334400</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;What is it exactly you are doing. Can you no just use the drag and drop functionality of loading the excel document?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 09:16:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-XLSX-table-based-on-it-s-position/m-p/979192#M334400</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2015-11-25T09:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Load XLSX table based on it's position</title>
      <link>https://community.qlik.com/t5/QlikView/Load-XLSX-table-based-on-it-s-position/m-p/979193#M334401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The &lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;table is @2 &lt;/EM&gt;&lt;/SPAN&gt;syntax works for xls (biff) files, but not for xlsx (ooxml) files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To achieve this with an xlsx files, you can use the following logic (replace the &lt;EM&gt;filename.xlsx&lt;/EM&gt; with the correct file name):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODBC CONNECT32 TO [Excel Files;DBQ=&lt;EM&gt;filename.xlsx&lt;/EM&gt;];&lt;/P&gt;&lt;P&gt;SpreadsheetData:&lt;/P&gt;&lt;P&gt;SQLTABLES;&lt;/P&gt;&lt;P&gt;DISCONNECT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let zSheet = Peek('TABLE_NAME', 1);&amp;nbsp; // to get 2nd table&lt;/P&gt;&lt;P&gt;DROP Table &lt;SPAN style="font-size: 13.3333px;"&gt;SpreadsheetData;&lt;/SPAN&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; ...&lt;/P&gt;&lt;P&gt;FROM &lt;EM&gt;filename.xlsx&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is [$(zSheet)]);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 09:18:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-XLSX-table-based-on-it-s-position/m-p/979193#M334401</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-11-25T09:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Load XLSX table based on it's position</title>
      <link>https://community.qlik.com/t5/QlikView/Load-XLSX-table-based-on-it-s-position/m-p/979194#M334402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your response! The drag and drop functionality isn't fit for my situation, because I have to create a load script with extract with high variability.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 09:40:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-XLSX-table-based-on-it-s-position/m-p/979194#M334402</guid>
      <dc:creator>undergrinder</dc:creator>
      <dc:date>2015-11-25T09:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Load XLSX table based on it's position</title>
      <link>https://community.qlik.com/t5/QlikView/Load-XLSX-table-based-on-it-s-position/m-p/979195#M334403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You!&lt;/P&gt;&lt;P&gt;I didn't know, that the @N method works only with biff files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've not tried the ODBC connection for xlsx, because the xls format is more proper to my case.&lt;/P&gt;&lt;P&gt;However I'll try your odbc sample soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 09:43:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-XLSX-table-based-on-it-s-position/m-p/979195#M334403</guid>
      <dc:creator>undergrinder</dc:creator>
      <dc:date>2015-11-25T09:43:12Z</dc:date>
    </item>
  </channel>
</rss>

