<?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: for each file in filelist in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/for-each-file-in-filelist/m-p/344604#M703697</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swuehl,&lt;/P&gt;&lt;P&gt;We are also using the similar code in one our application. But the issue with the above code is, it is generating huge log files(Log file is bigger than the application). If you can advice on how to optimize this code it would be really great. Please respond back in your convenient time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Nov 2013 09:29:55 GMT</pubDate>
    <dc:creator>qlikviewforum</dc:creator>
    <dc:date>2013-11-21T09:29:55Z</dc:date>
    <item>
      <title>for each file in filelist</title>
      <link>https://community.qlik.com/t5/QlikView/for-each-file-in-filelist/m-p/344602#M703694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what does it mean " for each file in filelist" ? does it mean for each raw&amp;nbsp; of table in an excel file or for each tab? Thank you so much in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2012 15:18:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/for-each-file-in-filelist/m-p/344602#M703694</guid>
      <dc:creator />
      <dc:date>2012-06-08T15:18:56Z</dc:date>
    </item>
    <item>
      <title>for each file in filelist</title>
      <link>https://community.qlik.com/t5/QlikView/for-each-file-in-filelist/m-p/344603#M703696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe neither one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will actually iterate over &lt;EM&gt;files &lt;/EM&gt;given in filelist, for example each excel file in a folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See this example from HELP:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;EM&gt;// list all QV related files on disk&lt;/EM&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;EM&gt;sub DoDir (Root)&lt;/EM&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;EM&gt;for each Ext in 'qvw', 'qva', 'qvo', 'qvs'&lt;/EM&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;EM&gt;for each File in &lt;SPAN style="background-color: #3399ff; color: #ffffff;"&gt;filelist&lt;/SPAN&gt; (Root&amp;amp;' \*.' &amp;amp;Ext)&lt;/EM&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;EM&gt;Load '$(File)' as Name, FileSize( '$(File)' ) as&lt;/EM&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;EM&gt;Size, FileTime( '$(File)' ) as FileTime&lt;/EM&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;EM&gt;autogenerate 1;&lt;/EM&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;EM&gt;next File&lt;/EM&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;EM&gt;next Ext&lt;/EM&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;EM&gt;for each Dir in dirlist (Root&amp;amp;' \*' )&lt;/EM&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;EM&gt;call DoDir (Dir)&lt;/EM&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;EM&gt;next Dir&lt;/EM&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;EM&gt;end sub&lt;/EM&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;EM&gt;call DoDir ('C:')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2012 15:23:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/for-each-file-in-filelist/m-p/344603#M703696</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-06-08T15:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: for each file in filelist</title>
      <link>https://community.qlik.com/t5/QlikView/for-each-file-in-filelist/m-p/344604#M703697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swuehl,&lt;/P&gt;&lt;P&gt;We are also using the similar code in one our application. But the issue with the above code is, it is generating huge log files(Log file is bigger than the application). If you can advice on how to optimize this code it would be really great. Please respond back in your convenient time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 09:29:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/for-each-file-in-filelist/m-p/344604#M703697</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2013-11-21T09:29:55Z</dc:date>
    </item>
  </channel>
</rss>

