<?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 Loading Multiple Excel files in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-Multiple-Excel-files/m-p/15023#M605474</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 would like to load multiple excel files based on the date of the file&lt;/P&gt;&lt;P&gt;in my example I would like to load all files greater than '20180506'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your assistance is appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 May 2018 11:23:09 GMT</pubDate>
    <dc:creator>bimanbeginner</dc:creator>
    <dc:date>2018-05-10T11:23:09Z</dc:date>
    <item>
      <title>Loading Multiple Excel files</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Multiple-Excel-files/m-p/15023#M605474</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 would like to load multiple excel files based on the date of the file&lt;/P&gt;&lt;P&gt;in my example I would like to load all files greater than '20180506'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your assistance is appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 11:23:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Multiple-Excel-files/m-p/15023#M605474</guid>
      <dc:creator>bimanbeginner</dc:creator>
      <dc:date>2018-05-10T11:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Multiple Excel files</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Multiple-Excel-files/m-p/15024#M605475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For each File in FileList('$(Path)\TestFile2018*.xlsx') ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//For each File in FileList('$(Path)\TestFile'&amp;gt;'20180506*.xlsx') ;&amp;nbsp; I would like to do something like this but this does not work.&lt;/P&gt;&lt;P&gt;Let vFileName=SubField('$(File)','\',-1);&lt;/P&gt;&lt;P&gt;Let vFileDate=Num(Keepchar('$(vFileName)','0123456789'));&lt;/P&gt;&lt;P&gt;If '$(vFileDate)'&amp;gt;20180506 THEN&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Field1, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field2, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field3,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FileName&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM $(File)(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;END IF&lt;/P&gt;&lt;P&gt;NEXT;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 11:36:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Multiple-Excel-files/m-p/15024#M605475</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-05-10T11:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Multiple Excel files</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Multiple-Excel-files/m-p/15025#M605476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Let Path='';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;For each File in FileList('TestFile2018*.xlsx') ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt; IF Date#(Left(Right('$(File)', 13), 8), 'YYYYMMDD') &amp;gt; MakeDate(2018, 5, 7) THEN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt; Data:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt; LOAD Field1, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field2, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field3,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FileName&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt; FROM $(File)(ooxml, embedded labels, table is Sheet1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt; ENDIF;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;NEXT;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 11:39:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Multiple-Excel-files/m-p/15025#M605476</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-10T11:39:34Z</dc:date>
    </item>
  </channel>
</rss>

