<?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: Loading Multiple sheets from one excel file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-Multiple-sheets-from-one-excel-file/m-p/1045176#M351413</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mahesh,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you for your response.But in future their is a chance to add more sheets in this file.So the requirement is concatenate the data in all sheets dynamically.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 Apr 2016 07:32:55 GMT</pubDate>
    <dc:creator>bhavvibudagam</dc:creator>
    <dc:date>2016-04-16T07:32:55Z</dc:date>
    <item>
      <title>Loading Multiple sheets from one excel file</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Multiple-sheets-from-one-excel-file/m-p/1045173#M351410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; can any please help me.I have added one Excel file and QVW FIle.Please find below.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;In an Excel file i have different sheets as 100389,100462,700123,700156.all these files have same filed names i have to concatenate the data form all the sheets.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Please help me to do this. And i am getting one error i.e "cant locate table in Biff file" .I have tried some logic in Qlik view please find the QVW file .And the loop has to be repeated for only particular sheets didn't consider the sheets in between 100389 to 100462.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Apr 2016 07:15:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Multiple-sheets-from-one-excel-file/m-p/1045173#M351410</guid>
      <dc:creator>bhavvibudagam</dc:creator>
      <dc:date>2016-04-16T07:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Multiple sheets from one excel file</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Multiple-sheets-from-one-excel-file/m-p/1045174#M351411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhavvi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; for each vpeek in '100389$','100478$','700891$','701842$';&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P&gt;LOAD [Call ID], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Region, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; STATE, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Format1, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Format2, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; call1, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; call2, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; call11, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; call21&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;H&gt;&lt;/H&gt;&lt;/P&gt;&lt;P&gt;(biff, embedded labels, header is 1 lines, table is [$(vpeek)]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NEXT vpeek;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Apr 2016 07:19:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Multiple-sheets-from-one-excel-file/m-p/1045174#M351411</guid>
      <dc:creator>qlikview979</dc:creator>
      <dc:date>2016-04-16T07:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Multiple sheets from one excel file</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Multiple-sheets-from-one-excel-file/m-p/1045175#M351412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhavvi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u get same error ..Try to change ur excel sheet from .xsl to .xlsx format&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Apr 2016 07:21:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Multiple-sheets-from-one-excel-file/m-p/1045175#M351412</guid>
      <dc:creator>qlikview979</dc:creator>
      <dc:date>2016-04-16T07:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Multiple sheets from one excel file</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Multiple-sheets-from-one-excel-file/m-p/1045176#M351413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mahesh,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you for your response.But in future their is a chance to add more sheets in this file.So the requirement is concatenate the data in all sheets dynamically.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Apr 2016 07:32:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Multiple-sheets-from-one-excel-file/m-p/1045176#M351413</guid>
      <dc:creator>bhavvibudagam</dc:creator>
      <dc:date>2016-04-16T07:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Multiple sheets from one excel file</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Multiple-sheets-from-one-excel-file/m-p/1045177#M351414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhavvi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u add&amp;nbsp;&amp;nbsp; 'N' number of sheets it will work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Apr 2016 09:07:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Multiple-sheets-from-one-excel-file/m-p/1045177#M351414</guid>
      <dc:creator />
      <dc:date>2016-04-16T09:07:39Z</dc:date>
    </item>
  </channel>
</rss>

