<?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 multiple excel files with different sheet names in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-multiple-excel-files-with-different-sheet-names/m-p/549236#M693112</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 supose you can change thing in QlikView.&lt;/P&gt;&lt;P&gt;The script above is in QlikVIew.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Aug 2013 15:57:02 GMT</pubDate>
    <dc:creator>Gabriel</dc:creator>
    <dc:date>2013-08-01T15:57:02Z</dc:date>
    <item>
      <title>Load multiple excel files with different sheet names</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-excel-files-with-different-sheet-names/m-p/549231#M693105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to load different excel files (one for each month), that have the same structure and similar name. I want to use the same load statement, i can do it with no problems using a wildcard for the excel name, but my problem is with the sheetname as it is different for each file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to use a wildcard in the sheet name?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2013 11:09:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-excel-files-with-different-sheet-names/m-p/549231#M693105</guid>
      <dc:creator />
      <dc:date>2013-08-01T11:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple excel files with different sheet names</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-excel-files-with-different-sheet-names/m-p/549232#M693106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it is always the same sheet-position you could use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(biff, no labels, header is 1 lines, table is @4)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not you could use a for loop and creates for every loop a variable:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(biff, no labels, header is 1 lines, table is '$(vSheet)')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2013 14:20:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-excel-files-with-different-sheet-names/m-p/549232#M693106</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2013-08-01T14:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple excel files with different sheet names</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-excel-files-with-different-sheet-names/m-p/549233#M693107</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;It is always the same position for the sheet (the first one as there is only one sheet) and for every column, the only change is the name of the Sheet.&lt;/P&gt;&lt;P&gt;The first option seems to be the solution, I tried but i get an error (Cannot read BIFF file). &lt;/P&gt;&lt;P&gt;The excel structure is as this: (its an xlsx)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="44847" class="jive-image" alt="excel.JPG" src="https://community.qlik.com/legacyfs/online/44847_excel.JPG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2013 15:34:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-excel-files-with-different-sheet-names/m-p/549233#M693107</guid>
      <dc:creator />
      <dc:date>2013-08-01T15:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple excel files with different sheet names</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-excel-files-with-different-sheet-names/m-p/549234#M693108</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;Can I suggest you replace the date part or whatever differentiat your file everymonth with asteric (*). as in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[.....\New_Professions_full_data_set_01/08/2013.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Health);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;with&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[.....\New_Professions_full_data_set_*.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Health);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Gabriel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2013 15:49:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-excel-files-with-different-sheet-names/m-p/549234#M693108</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2013-08-01T15:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple excel files with different sheet names</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-excel-files-with-different-sheet-names/m-p/549235#M693110</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;The problem is that I can not change anything in the Excel files, they are created automatically by another process not related to me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2013 15:53:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-excel-files-with-different-sheet-names/m-p/549235#M693110</guid>
      <dc:creator />
      <dc:date>2013-08-01T15:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple excel files with different sheet names</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-excel-files-with-different-sheet-names/m-p/549236#M693112</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 supose you can change thing in QlikView.&lt;/P&gt;&lt;P&gt;The script above is in QlikVIew.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2013 15:57:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-excel-files-with-different-sheet-names/m-p/549236#M693112</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2013-08-01T15:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple excel files with different sheet names</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-excel-files-with-different-sheet-names/m-p/549237#M693113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can just leave the sheet name off and it will default to the first sheet. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich.com"&gt;http://robwunderlich.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2013 18:53:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-excel-files-with-different-sheet-names/m-p/549237#M693113</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2013-08-01T18:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple excel files with different sheet names</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-excel-files-with-different-sheet-names/m-p/549238#M693114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's it, it is always the simpler solutions that work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Aug 2013 08:01:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-excel-files-with-different-sheet-names/m-p/549238#M693114</guid>
      <dc:creator />
      <dc:date>2013-08-02T08:01:32Z</dc:date>
    </item>
  </channel>
</rss>

