<?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 data from multiple sheets from an excel in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-data-from-multiple-sheets-from-an-excel/m-p/930483#M321742</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/454814"&gt;Load multiple sheets and excel files&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Nov 2015 09:56:27 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-11-18T09:56:27Z</dc:date>
    <item>
      <title>Load data from multiple sheets from an excel</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-from-multiple-sheets-from-an-excel/m-p/930480#M321739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have an excel file with 5 sheets ABC1, ABC8, ABC9, ABC10, DEF.&lt;/P&gt;&lt;P&gt;And the data format is same in all the sheets.&lt;/P&gt;&lt;P&gt;I need to load all the sheets into qlikview script.&lt;/P&gt;&lt;P&gt;How to achieve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 09:51:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-from-multiple-sheets-from-an-excel/m-p/930480#M321739</guid>
      <dc:creator>udaya_kumar</dc:creator>
      <dc:date>2015-11-18T09:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Load data from multiple sheets from an excel</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-from-multiple-sheets-from-an-excel/m-p/930481#M321740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this out: &lt;A href="https://community.qlik.com/message/912011"&gt;EXCEL SHEETS&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 09:55:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-from-multiple-sheets-from-an-excel/m-p/930481#M321740</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-18T09:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Load data from multiple sheets from an excel</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-from-multiple-sheets-from-an-excel/m-p/930482#M321741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;click on table files select the sheet and finish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 09:56:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-from-multiple-sheets-from-an-excel/m-p/930482#M321741</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2015-11-18T09:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Load data from multiple sheets from an excel</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-from-multiple-sheets-from-an-excel/m-p/930483#M321742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/454814"&gt;Load multiple sheets and excel files&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 09:56:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-from-multiple-sheets-from-an-excel/m-p/930483#M321742</guid>
      <dc:creator />
      <dc:date>2015-11-18T09:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Load data from multiple sheets from an excel</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-from-multiple-sheets-from-an-excel/m-p/930484#M321743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the fields are identical and the sheet names do not change, then:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ForEach vSheet In 'ABC1', 'ABC8', 'ABC9', 'ABC10', 'DEF'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; Data:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; LOAD * &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; FROM MyFile.xlsx&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; (ooxml, table is '$(vSheet)', embedded labels);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; Next&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;To explicitly concatenate:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Set vConcat = 'Data:';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ForEach vSheet In 'ABC1', 'ABC8', 'ABC9', 'ABC10', 'DEF'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; $(vConcat)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; LOAD * &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; FROM MyFile.xlsx&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; (ooxml, table is '$(vSheet)', embedded labels);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; Set vConcat = 'Concatenate(Data)';&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Next&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 09:58:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-from-multiple-sheets-from-an-excel/m-p/930484#M321743</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-11-18T09:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Load data from multiple sheets from an excel</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-from-multiple-sheets-from-an-excel/m-p/930485#M321744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the attachment...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make connection and change sheetname every time...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Also, if you are having same column name and data in all the sheet, QV will automatically concatenate all the sheet into one table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you dont want same use &lt;STRONG&gt;nocaoncatenate in b/w tables&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 10:09:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-from-multiple-sheets-from-an-excel/m-p/930485#M321744</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-18T10:09:55Z</dc:date>
    </item>
  </channel>
</rss>

