<?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 How to Filter filelist in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Filter-filelist/m-p/893624#M311121</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the best method to exclude files with a specific name?&amp;nbsp; For example if I have a script that wants to loop through a folder picking up every file EXCEPT a file that includes the word 'CAT', how can I do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'CAT.xlsx' doesn't get loaded&lt;/P&gt;&lt;P&gt;'Dog.xlsx' does&lt;/P&gt;&lt;P&gt;Wombat.xlsx does&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm attempting to loop using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;for&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;each&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;FoundFile&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;in&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;filelist&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Root&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;amp; '\*.' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FileExtension&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jul 2015 01:03:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-07-17T01:03:38Z</dc:date>
    <item>
      <title>How to Filter filelist</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Filter-filelist/m-p/893624#M311121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the best method to exclude files with a specific name?&amp;nbsp; For example if I have a script that wants to loop through a folder picking up every file EXCEPT a file that includes the word 'CAT', how can I do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'CAT.xlsx' doesn't get loaded&lt;/P&gt;&lt;P&gt;'Dog.xlsx' does&lt;/P&gt;&lt;P&gt;Wombat.xlsx does&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm attempting to loop using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;for&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;each&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;FoundFile&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;in&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;filelist&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Root&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;amp; '\*.' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FileExtension&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 01:03:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Filter-filelist/m-p/893624#M311121</guid>
      <dc:creator />
      <dc:date>2015-07-17T01:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to Filter filelist</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Filter-filelist/m-p/893625#M311122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your For Loop:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF (NOT WildMatch('$(FoundFile)','*CAT*')) THEN &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; LOAD etc&lt;/P&gt;&lt;P&gt;ENDIF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 02:11:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Filter-filelist/m-p/893625#M311122</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-07-17T02:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to Filter filelist</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Filter-filelist/m-p/893626#M311123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very helpful, thanks &lt;A href="https://community.qlik.com/qlik-users/2286"&gt;rwunderlich&lt;/A&gt;‌.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 15:35:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Filter-filelist/m-p/893626#M311123</guid>
      <dc:creator />
      <dc:date>2015-07-30T15:35:48Z</dc:date>
    </item>
  </channel>
</rss>

