<?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: How to load first tab of xls without using the tabname in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-load-first-tab-of-xls-without-using-the-tabname/m-p/617138#M1101853</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;from&lt;/P&gt;&lt;P&gt;xyz.xls&lt;/P&gt;&lt;P&gt;(biff, embedded lables);&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Apr 2014 09:40:07 GMT</pubDate>
    <dc:creator>rohit214</dc:creator>
    <dc:date>2014-04-09T09:40:07Z</dc:date>
    <item>
      <title>How to load first tab of xls without using the tabname</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-first-tab-of-xls-without-using-the-tabname/m-p/617135#M1101850</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 am wondering if there is a way to load the first sheet from an xlx file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reason is that customer is contantly changing the name of the tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i have:&lt;/P&gt;&lt;P&gt;TableX:&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;@1 as CustomerName,&lt;/P&gt;&lt;P&gt;@2 as CustomerNumber&lt;/P&gt;&lt;P&gt;from&lt;/P&gt;&lt;P&gt;[@data\*filename01.xls]&lt;/P&gt;&lt;P&gt;(biff, no lables, table is [abc$] );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the reference of [abc$] to look at the first tab /sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will be possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards!&lt;/P&gt;&lt;P&gt;Linda Monincx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 08:38:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-first-tab-of-xls-without-using-the-tabname/m-p/617135#M1101850</guid>
      <dc:creator>lmonincx</dc:creator>
      <dc:date>2014-04-09T08:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to load first tab of xls without using the tabname</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-first-tab-of-xls-without-using-the-tabname/m-p/617136#M1101851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try creating ODBC connection and then like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODBC CONNECT32 TO [Excel Files;DBQ=$(vReportDefinitions)];&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;&amp;nbsp; Let zSheet = Peek('TABLE_NAME',&amp;nbsp; 'SpreadsheetData')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD *&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM $(vReportDefinitions)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (ooxml, no labels, table is [$(zSheet)]);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 08:46:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-first-tab-of-xls-without-using-the-tabname/m-p/617136#M1101851</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-04-09T08:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to load first tab of xls without using the tabname</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-first-tab-of-xls-without-using-the-tabname/m-p/617137#M1101852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this,&lt;/P&gt;&lt;P&gt;(biff, no labels, table is @1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This reads the 1st sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However this method works only for .xls files. For .xlsx you may have to follow tresesco answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 09:15:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-first-tab-of-xls-without-using-the-tabname/m-p/617137#M1101852</guid>
      <dc:creator />
      <dc:date>2014-04-09T09:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to load first tab of xls without using the tabname</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-first-tab-of-xls-without-using-the-tabname/m-p/617138#M1101853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;from&lt;/P&gt;&lt;P&gt;xyz.xls&lt;/P&gt;&lt;P&gt;(biff, embedded lables);&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 09:40:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-first-tab-of-xls-without-using-the-tabname/m-p/617138#M1101853</guid>
      <dc:creator>rohit214</dc:creator>
      <dc:date>2014-04-09T09:40:07Z</dc:date>
    </item>
  </channel>
</rss>

