<?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: looping through folder file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/looping-through-folder-file/m-p/577587#M1102856</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 30 Mar 2014 14:55:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-03-30T14:55:24Z</dc:date>
    <item>
      <title>looping through folder file</title>
      <link>https://community.qlik.com/t5/QlikView/looping-through-folder-file/m-p/577584#M1102853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;is it possible to loop through a folder and choose only the tables with a certain prefix name ?&lt;/P&gt;&lt;P&gt;for example, I would consider only the table with BUFFER_ as prefix name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help please !1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Mar 2014 17:20:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/looping-through-folder-file/m-p/577584#M1102853</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-29T17:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: looping through folder file</title>
      <link>https://community.qlik.com/t5/QlikView/looping-through-folder-file/m-p/577585#M1102854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load your script some thing like in location type like this BUFFER_*.xlsx if file name start with this only. By this all your tables load and concatenate with each other and make single table also if field name are same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD FieldName,&lt;/P&gt;&lt;P&gt;&amp;nbsp; FileBaseName() as FileName&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Mar 2014 17:31:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/looping-through-folder-file/m-p/577585#M1102854</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-03-29T17:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: looping through folder file</title>
      <link>https://community.qlik.com/t5/QlikView/looping-through-folder-file/m-p/577586#M1102855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Directory;&lt;/P&gt;&lt;P&gt;FOR Each File in filelist ('.\BUFFER_*.xlsx')&lt;/P&gt;&lt;P&gt;&amp;nbsp; LOAD *&lt;/P&gt;&lt;P&gt;&amp;nbsp; FROM&lt;/P&gt;&lt;P&gt;&amp;nbsp; '$(File)'&lt;/P&gt;&lt;P&gt;&amp;nbsp; (ooxml, no labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;NEXT File;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directory;&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;BUFFER_*.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, no labels, table is Sheet1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Mar 2014 18:48:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/looping-through-folder-file/m-p/577586#M1102855</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-03-29T18:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: looping through folder file</title>
      <link>https://community.qlik.com/t5/QlikView/looping-through-folder-file/m-p/577587#M1102856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Mar 2014 14:55:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/looping-through-folder-file/m-p/577587#M1102856</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-30T14:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: looping through folder file</title>
      <link>https://community.qlik.com/t5/QlikView/looping-through-folder-file/m-p/577588#M1102857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Mar 2014 14:55:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/looping-through-folder-file/m-p/577588#M1102857</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-30T14:55:55Z</dc:date>
    </item>
  </channel>
</rss>

