<?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 Excel loading using ODBC  Issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Excel-loading-using-ODBC-Issue/m-p/216855#M70126</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What ODBC driver are you using? I'm reading here office 2007 files with Office 2003 ODBC and returns the right number of tables. (A few sheets, though)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Sep 2010 08:38:44 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2010-09-24T08:38:44Z</dc:date>
    <item>
      <title>Excel loading using ODBC  Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-loading-using-ODBC-Issue/m-p/216852#M70123</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;I have created an ODBC connection to fetch the multi sheet excel file. The file originally contains 131 sheets. when i am loading it is showing 262(just double) tables (every sheet is duplicated by a name as originalname with an underscore follwed). I think its a driver problem. Any idea ?&lt;/P&gt;&lt;P&gt;your inputs are most welcome.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;tresesco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 08:09:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-loading-using-ODBC-Issue/m-p/216852#M70123</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2010-09-24T08:09:14Z</dc:date>
    </item>
    <item>
      <title>Excel loading using ODBC  Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-loading-using-ODBC-Issue/m-p/216853#M70124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Is it possible you don't want to concatenate tables but you are not setting a table name so it takes the previous table name +1? Do the tables have to concatenate? Are you loading using any loop form?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 08:13:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-loading-using-ODBC-Issue/m-p/216853#M70124</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-09-24T08:13:19Z</dc:date>
    </item>
    <item>
      <title>Excel loading using ODBC  Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-loading-using-ODBC-Issue/m-p/216854#M70125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Baeyens, thanks for your reply.&lt;/P&gt;&lt;P&gt;Yes need to do that. But before i go to load the sheets using the following code gives me the erroneous out put:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;&lt;B&gt;ODBC&lt;/B&gt; &lt;B&gt;CONNECT&lt;/B&gt; &lt;B&gt;TO&lt;/B&gt; [fxls;DBQ=D:\....&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;&lt;I&gt;XLtable:&lt;/I&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;SQLtables;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;DISCONNECT;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;&lt;B&gt;let&lt;/B&gt; tt=NoOfRows('XLtable');&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;&lt;B&gt;trace&lt;/B&gt; &lt;B&gt;&lt;I&gt;$(tt)&lt;/I&gt;&lt;/B&gt;; // this one is showing me the count double(no of rows)&lt;/P&gt;&lt;P style="margin:0in 0in 10pt;"&gt;&lt;/P&gt;&lt;P&gt;...tresesco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 08:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-loading-using-ODBC-Issue/m-p/216854#M70125</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2010-09-24T08:26:21Z</dc:date>
    </item>
    <item>
      <title>Excel loading using ODBC  Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-loading-using-ODBC-Issue/m-p/216855#M70126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What ODBC driver are you using? I'm reading here office 2007 files with Office 2003 ODBC and returns the right number of tables. (A few sheets, though)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 08:38:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-loading-using-ODBC-Issue/m-p/216855#M70126</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-09-24T08:38:44Z</dc:date>
    </item>
  </channel>
</rss>

