<?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 with multiple sheets in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Excel-with-multiple-sheets/m-p/155389#M31662</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try this code&lt;/P&gt;&lt;P&gt;for i = 1 to 5&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Prodname,&lt;BR /&gt; ProdDesc&lt;BR /&gt;FROM&lt;BR /&gt;&lt;C&gt;&lt;BR /&gt;(ooxml, embedded labels, table is Sheet&lt;STRONG&gt;$(i));&lt;/STRONG&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Jan 2011 11:29:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-01-05T11:29:31Z</dc:date>
    <item>
      <title>Excel with multiple sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-with-multiple-sheets/m-p/155386#M31659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How to load the data from the multiple sheets of an excelsheet. I have an excel which has 5 sheets all the data is from single table.&lt;/P&gt;&lt;P&gt;Do i need to write a seperate load statement for each sheet and concatenate that all. Is there any way we can do that in a single script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jan 2011 10:41:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-with-multiple-sheets/m-p/155386#M31659</guid>
      <dc:creator />
      <dc:date>2011-01-05T10:41:24Z</dc:date>
    </item>
    <item>
      <title>Excel with multiple sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-with-multiple-sheets/m-p/155387#M31660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There had been several solutions for this in the forum, there is a site in German: gidf.de &lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt;&lt;BR /&gt;One of the most recent threads is probably: http://community.qlik.com/forums/p/32247/124633.aspx&lt;/P&gt;&lt;P&gt;HTH&lt;BR /&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jan 2011 11:13:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-with-multiple-sheets/m-p/155387#M31660</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2011-01-05T11:13:20Z</dc:date>
    </item>
    <item>
      <title>Excel with multiple sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-with-multiple-sheets/m-p/155388#M31661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;you can use a &lt;I&gt;for each&lt;/I&gt; with a list of your sheetnames in a variable like the following and load the whole data into one QV-Table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;for each vSheet in 'sheet1', 'sheet2', 'sheet3'&lt;BR /&gt;LOAD id,&lt;BR /&gt; category,&lt;BR /&gt; number,&lt;BR /&gt; costs,&lt;BR /&gt; O&lt;BR /&gt;FROM&lt;BR /&gt;[lokal QV-Forum\TESTweights.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is $(vSheet));&lt;BR /&gt;NEXT;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Regards, Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jan 2011 11:19:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-with-multiple-sheets/m-p/155388#M31661</guid>
      <dc:creator />
      <dc:date>2011-01-05T11:19:40Z</dc:date>
    </item>
    <item>
      <title>Excel with multiple sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-with-multiple-sheets/m-p/155389#M31662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try this code&lt;/P&gt;&lt;P&gt;for i = 1 to 5&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Prodname,&lt;BR /&gt; ProdDesc&lt;BR /&gt;FROM&lt;BR /&gt;&lt;C&gt;&lt;BR /&gt;(ooxml, embedded labels, table is Sheet&lt;STRONG&gt;$(i));&lt;/STRONG&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jan 2011 11:29:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-with-multiple-sheets/m-p/155389#M31662</guid>
      <dc:creator />
      <dc:date>2011-01-05T11:29:31Z</dc:date>
    </item>
    <item>
      <title>Excel with multiple sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-with-multiple-sheets/m-p/155390#M31663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roland and prabhu,&lt;/P&gt;&lt;P&gt;Thanks for your response.I tried both of your solution It is not working and i am getting error. Every sheet is named in my excel.I am using excel 97-2003 format. Please find the script i am have&lt;/P&gt;&lt;P&gt;Load ........From &lt;D&gt;(biff,embedded labels,table is Feb$). I have noticed the difference in the from statement . &lt;B&gt;&lt;/B&gt;&lt;/D&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&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;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jan 2011 11:59:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-with-multiple-sheets/m-p/155390#M31663</guid>
      <dc:creator />
      <dc:date>2011-01-05T11:59:08Z</dc:date>
    </item>
    <item>
      <title>Excel with multiple sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-with-multiple-sheets/m-p/155391#M31664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello XXX,&lt;/P&gt;&lt;P&gt;lets say that your sheet- (or table-)names are Jan$, Feb$ and Oct$ (all in the same file "T6.xls"). Then you can use a "for each .... next" like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;for each vSheet in 'Jan$', 'Feb$','Oct$'&lt;BR /&gt;MyTableName:&lt;BR /&gt;Load ........From &lt;D&gt;(biff,embedded labels,table is $(vSheet));&lt;BR /&gt;next;&lt;BR /&gt;&lt;/D&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Note: not syntax checked.&lt;/P&gt;&lt;P&gt;RR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jan 2011 17:25:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-with-multiple-sheets/m-p/155391#M31664</guid>
      <dc:creator />
      <dc:date>2011-01-05T17:25:44Z</dc:date>
    </item>
    <item>
      <title>Excel with multiple sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-with-multiple-sheets/m-p/155392#M31665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P style="font-style: italic; padding-left: 30px"&gt;for i=1 to 5&lt;BR /&gt;tab1:&lt;BR /&gt;LOAD column1,&lt;BR /&gt; column2,&lt;BR /&gt; column4&lt;BR /&gt;FROM&lt;BR /&gt;TEST1.xls&lt;BR /&gt;(biff, embedded labels, table is @$(i));&lt;BR /&gt;&lt;BR /&gt;next&lt;/P&gt;&lt;P&gt;Alex&lt;I&gt;&lt;BR /&gt;&lt;/I&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jan 2011 17:50:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-with-multiple-sheets/m-p/155392#M31665</guid>
      <dc:creator />
      <dc:date>2011-01-05T17:50:31Z</dc:date>
    </item>
    <item>
      <title>Excel with multiple sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-with-multiple-sheets/m-p/155393#M31666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Alex but still i am geting error when using ur script cannot find the table in Biff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 07:20:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-with-multiple-sheets/m-p/155393#M31666</guid>
      <dc:creator />
      <dc:date>2011-01-06T07:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: Excel with multiple sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-with-multiple-sheets/m-p/155394#M31667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi XXX,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i got same error in my file also . I tried this process, pls if you find the solution for this . Pls post me a message how to work on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 13:14:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-with-multiple-sheets/m-p/155394#M31667</guid>
      <dc:creator />
      <dc:date>2011-06-14T13:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Excel with multiple sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-with-multiple-sheets/m-p/155395#M31668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prabhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried your method for Excel fetching the lines from different sheets of same Excel file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUT WHEN I AM CREATING A QVD FOR THIS, IT IS CREATING A QVD FOR LAST SHEET i.e; it is not adding all the sheets in excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I.e; my sheet1 fetches 10000 lines, sheet2 fetches 20000 lines and sheet3 fetches 30000 lines. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After i am applying the QVD to my file it is only fetching Sheet3 lines(i.e; 30000 lines). BUt i need to have total 60000 lines from excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLS see below example what i had done in my file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for i = 1 to 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MYFILE:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Prodname,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ProdDesc&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;C&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (ooxml, embedded labels, table is Sheet&lt;STRONG&gt;$(i));&lt;/STRONG&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; next&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Store MYFILE into test123.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; File:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load Prodname,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ProdDesc,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; From test123.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is is there any modifications required to get my requirement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are having any doubts pls let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 14:09:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-with-multiple-sheets/m-p/155395#M31668</guid>
      <dc:creator />
      <dc:date>2011-06-14T14:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Excel with multiple sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-with-multiple-sheets/m-p/155396#M31669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried your method for Excel fetching the lines from different sheets of same Excel file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUT WHEN I AM CREATING A QVD FOR THIS, IT IS CREATING A QVD FOR LAST SHEET i.e; it is not adding all the sheets in excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I.e; my sheet1 fetches 10000 lines, sheet2 fetches 20000 lines and sheet3 fetches 30000 lines. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After i am applying the QVD to my file it is only fetching Sheet3 lines(i.e; 30000 lines). BUt i need to have total 60000 lines from excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLS see below example what i had done in my file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for i = 1 to 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MYFILE:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Prodname,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ProdDesc&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;C&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (ooxml, embedded labels, table is @$(i));&lt;/C&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; next&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Store MYFILE into test123.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; File:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load Prodname,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ProdDesc,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; From test123.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is is there any modifications required to get my requirement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are having any doubts pls let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 14:11:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-with-multiple-sheets/m-p/155396#M31669</guid>
      <dc:creator />
      <dc:date>2011-06-14T14:11:09Z</dc:date>
    </item>
    <item>
      <title>Excel with multiple sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-with-multiple-sheets/m-p/155397#M31670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmm&lt;/P&gt;&lt;P&gt;of course i can be all wrong and your original sheets has 10000, 20000, 30000 rows each totaling in 60000 but just in case....&lt;/P&gt;&lt;P&gt;i think your script is ok.&lt;/P&gt;&lt;P&gt;but you are probably misinterpreting&amp;nbsp; the results you see on your debug ( i assume ofcourse you used it &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;) window. i assume you ran the script on debug mode with limitation of 10000 rows. what the window is showing is how it read 10000 from the first file. then it read another 10000 from the second file and concatenated them together so in the window you see it as :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MYFILE &amp;lt;&amp;lt; sheet$1 10000 rows fetched&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MYFILE &amp;lt;&amp;lt; sheet$2 20000 rows fetched // that's actuely 10000 rows from the 2nd table added to theos from the 1st&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MYFILE &amp;lt;&amp;lt; sheet$3 30000 rows fetched // that's actuely 10000 rows from the 3rd table added to theos from the 1st+the 2nd&lt;/P&gt;&lt;P&gt;what it means is that QV read 10000 from each table hence 30000 rows in total&lt;/P&gt;&lt;P&gt;hence when you store it in the QVD file it has "only"&amp;nbsp; 30000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this was helpful &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Mansyno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jul 2011 09:01:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-with-multiple-sheets/m-p/155397#M31670</guid>
      <dc:creator>wizardo</dc:creator>
      <dc:date>2011-07-09T09:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Excel with multiple sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-with-multiple-sheets/m-p/155398#M31671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 300 sheets in my excel sheet, i think there is a space constraint for that, &lt;/P&gt;&lt;P&gt;Also i cant use the sheet names in two lines, it takes only in one line. Is there another way of doing this.&lt;/P&gt;&lt;P&gt;I also tried taking 100 sheet first and use the same code below to load next 100. but it doesnt work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 13:22:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-with-multiple-sheets/m-p/155398#M31671</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2012-06-15T13:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Excel with multiple sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-with-multiple-sheets/m-p/155399#M31672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What if i have 300 sheets ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jun 2012 16:37:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-with-multiple-sheets/m-p/155399#M31672</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2012-06-16T16:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Excel with multiple sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-with-multiple-sheets/m-p/155400#M31673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's also the option to read the metadata from an Excel workbook using OLEDB or ODBC. This lets you enumarate the sheets that are in the workbook using the SQLTABLES statement. You won't have to know how many sheets there are beforehand. (see &lt;A _jive_internal="true" href="https://community.qlik.com/message/165200#165200"&gt;http://community.qlik.com/message/165200#165200&lt;/A&gt; for an example/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you combine this with the FOR EACH examples above you should be able to load any number of sheets from Excel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jun 2012 20:50:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-with-multiple-sheets/m-p/155400#M31673</guid>
      <dc:creator>barryharmsen</dc:creator>
      <dc:date>2012-06-16T20:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: Excel with multiple sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-with-multiple-sheets/m-p/155401#M31674</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 if the sheet names are different?&lt;/P&gt;&lt;P&gt;ie the tab names are as fallowed sam,kumar...........upto 200 sheets with different names&lt;/P&gt;&lt;P&gt;is there any way to pull all the sheets &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2012 10:06:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-with-multiple-sheets/m-p/155401#M31674</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-11T10:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Excel with multiple sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-with-multiple-sheets/m-p/155402#M31675</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 if the sheet names are different?&lt;/P&gt;&lt;P&gt;ie the tab names are as fallowed sam,kumar...........upto 200 sheets with different names&lt;/P&gt;&lt;P&gt;is there any way to pull all the sheets &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2012 10:06:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-with-multiple-sheets/m-p/155402#M31675</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-11T10:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Excel with multiple sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-with-multiple-sheets/m-p/155403#M31676</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 if the sheet names are different?&lt;/P&gt;&lt;P&gt;ie the tab names are as fallowed sam,kumar...........upto 200 sheets with different names&lt;/P&gt;&lt;P&gt;is there any way to pull all the sheets &lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Harsha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2012 10:07:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-with-multiple-sheets/m-p/155403#M31676</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-11T10:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Excel with multiple sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-with-multiple-sheets/m-p/155404#M31677</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 if the sheet names are different?&lt;/P&gt;&lt;P&gt;ie the tab names are as fallowed sam,kumar...........upto 200 sheets with different names&lt;/P&gt;&lt;P&gt;is there any way to pull all the sheets &lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Harsha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2012 10:07:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-with-multiple-sheets/m-p/155404#M31677</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-11T10:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Excel with multiple sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-with-multiple-sheets/m-p/155405#M31678</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 if the sheet names are different?&lt;/P&gt;&lt;P&gt;ie the tab names are as fallowed sam,kumar...........upto 200 sheets with different names&lt;/P&gt;&lt;P&gt;is there any way to pull all the sheets &lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Harsha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2012 10:09:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-with-multiple-sheets/m-p/155405#M31678</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-11T10:09:34Z</dc:date>
    </item>
  </channel>
</rss>

