<?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: Find out which files exist in a directory? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Find-out-which-files-exist-in-a-directory/m-p/671288#M243855</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would an if command provide a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF (NOT isNull(qvdCreateTime('F2_Montag für Mittwoch.csv'))) THEN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Aug 2014 13:50:23 GMT</pubDate>
    <dc:creator>shane_spencer</dc:creator>
    <dc:date>2014-08-28T13:50:23Z</dc:date>
    <item>
      <title>Find out which files exist in a directory?</title>
      <link>https://community.qlik.com/t5/QlikView/Find-out-which-files-exist-in-a-directory/m-p/671287#M243854</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;there is a directory where there are eleven files, sent by the customer every morning and just saved in that directory by the people in another team - I cannot see it.&lt;/P&gt;&lt;P&gt;In QlikView, there used to be a LOAD with wildcard to load all of these files - they are all named in the format&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; *für* &amp;lt;&amp;lt;&amp;lt; (there is one &amp;gt; F2_Montag für Mittwoch &amp;lt;, one &amp;gt;F2_Mittwoch für Freitag &amp;lt; and so on, and one &amp;gt;Gesamt für Packrückstand&amp;lt; - so the formulation with the asterisk loaded them all.&lt;/P&gt;&lt;P&gt;&amp;lt;=&amp;gt; The issue used to be that every so often, this LOAD failed and because I didn't see any details in the app-log, I - or my colleague - then had to look in the directory and open every one of those 11 lists to see in which one the error was ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got fed up with this and resolved the LOAD into 11 individual ones which was supposed to save us a lot of time.&lt;/P&gt;&lt;P&gt;The issue now is, one of the 11 lists that, acc. to the schema, should have been there, was not - and there is no one available today to tell me whether it is usually there or not. I deactivated that particular LOAD for now so it worked, but tomorrow that file might be there again ...&lt;/P&gt;&lt;P&gt;A solution would be just deactivating the ErrorMode altogether, but then that work would have been to no end, I would not get any info about errors ... So I have to first find out (in a LOAD with ErrorMode=0) which of the files are there and which are not&lt;/P&gt;&lt;P&gt;and then LOAD (with ErrorMode=1) only those which are available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already had a look at the available file_functions, but none seems to do just what I need. Can anybody help me there,l please?&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 13:47:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-out-which-files-exist-in-a-directory/m-p/671287#M243854</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-08-28T13:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Find out which files exist in a directory?</title>
      <link>https://community.qlik.com/t5/QlikView/Find-out-which-files-exist-in-a-directory/m-p/671288#M243855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would an if command provide a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF (NOT isNull(qvdCreateTime('F2_Montag für Mittwoch.csv'))) THEN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 13:50:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-out-which-files-exist-in-a-directory/m-p/671288#M243855</guid>
      <dc:creator>shane_spencer</dc:creator>
      <dc:date>2014-08-28T13:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Find out which files exist in a directory?</title>
      <link>https://community.qlik.com/t5/QlikView/Find-out-which-files-exist-in-a-directory/m-p/671289#M243856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or a quick load of the first line of all available files and save the output to another file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for each Directory in DirList('\\Sharename\*')&lt;/P&gt;&lt;P&gt;for each File in FileList('$(Directory)\*fur*')&lt;/P&gt;&lt;P&gt;//sets the location of the files&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all_file_names:&lt;/P&gt;&lt;P&gt;First 1 //loads the first line only for quick load&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;'$(File)' as filename&lt;/P&gt;&lt;P&gt;FROM $(File);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 13:59:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-out-which-files-exist-in-a-directory/m-p/671289#M243856</guid>
      <dc:creator>shane_spencer</dc:creator>
      <dc:date>2014-08-28T13:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Find out which files exist in a directory?</title>
      <link>https://community.qlik.com/t5/QlikView/Find-out-which-files-exist-in-a-directory/m-p/671290#M243857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shane,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for trying to help!&lt;/P&gt;&lt;P&gt;I have come up with this solution:&lt;/P&gt;&lt;P&gt;- First I set the ErrorMode to 0 (and after this code I reset it to 1)&lt;/P&gt;&lt;P&gt;- Then I use this code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F2_Lists:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="; color: #0000ff; font-size: 10pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;List_counter&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;FileBaseName&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;() &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Dateiname&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;From&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;[S\MPL\05-Liefertreue_PR_Listen\F2_*für*.xlsx]&lt;BR /&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="; color: #0000ff; font-size: 10pt;"&gt;&lt;STRONG&gt;LET&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #808080; font-size: 10pt;"&gt;&lt;EM&gt;Nr_F2_Tables_available&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;NoOfRows&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;('F2_Lists');&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;For some reason, however, that does not load anything. Can you imagine why?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks a lot!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;DataNibbler&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;P.S.: Oh - I just realize, that wouldn't work anyway. I'll have to load the 1st line of every table that should be there and then count the nr. of rows - that will give me an idea of how many tables are there, but not yet which ones are there and which ones are missing - but I guess I can do that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 14:15:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-out-which-files-exist-in-a-directory/m-p/671290#M243857</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-08-28T14:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Find out which files exist in a directory?</title>
      <link>https://community.qlik.com/t5/QlikView/Find-out-which-files-exist-in-a-directory/m-p/671291#M243858</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 have edited the code (I haven't implemented a LOOP, I'll try to do that in a second step once this works in general)&lt;/P&gt;&lt;P&gt;The code now reads like this - and still nothing is loaded at all, so it logically doesn't work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;SET &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 10pt;"&gt;errormode&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;=0;&lt;BR /&gt; F2_Lists:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;FIRST&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; 1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;TableCounter&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;FileBaseName&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;() &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Dateiname&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;From&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;[S\MPL\05-Liefertreue_PR_Listen\F2_Montag für Mittwoch.xlsx];&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 10pt;"&gt;// concatenate automatically&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;FIRST&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; 1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;TableCounter&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;FileBaseName&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;() &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Dateiname&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;From&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;[S\MPL\05-Liefertreue_PR_Listen\F2_Montag für MittwochV2.xlsx];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;(etc., I have this 11 times, but every reiteration looks the same, only the exact table_name changes)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Can you imagine why it isn't loading anything? It's running without an error, just reporting "... 0 lines fetched" every time.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 14:35:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-out-which-files-exist-in-a-directory/m-p/671291#M243858</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-08-28T14:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: Find out which files exist in a directory?</title>
      <link>https://community.qlik.com/t5/QlikView/Find-out-which-files-exist-in-a-directory/m-p/671292#M243859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hahaa!&lt;/P&gt;&lt;P&gt;Now I've made it.&lt;/P&gt;&lt;P&gt;I just looked at the "real" LOAD statements and I realized I missed the &amp;gt; (oomxl, embedded labels) &amp;lt; part necessary when loading from Excel files - when loading without that, I just got illegible crap because the headers are somewhat strange.&lt;/P&gt;&lt;P&gt;With that, the code loaded one line per table, just as it should.&lt;/P&gt;&lt;P&gt;Who says it denn &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 14:57:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-out-which-files-exist-in-a-directory/m-p/671292#M243859</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-08-28T14:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Find out which files exist in a directory?</title>
      <link>https://community.qlik.com/t5/QlikView/Find-out-which-files-exist-in-a-directory/m-p/671293#M243860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should it be something like this (check if the directory name includes a ":" - ie "s:\")?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET search='*fur*';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for each File in FileList('S:\MPL\05-Liefertreue_PR_Listen\$(search).xlsx')&lt;/P&gt;&lt;P&gt;//sets the location of the files&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;File List:&lt;/P&gt;&lt;P&gt;First 1 //loads the first line only for quick load&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;1 as TableCounter,&lt;/P&gt;&lt;P&gt;'$(File)' as filename&lt;/P&gt;&lt;P&gt;FROM $(File);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next File &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 14:59:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-out-which-files-exist-in-a-directory/m-p/671293#M243860</guid>
      <dc:creator>shane_spencer</dc:creator>
      <dc:date>2014-08-28T14:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: Find out which files exist in a directory?</title>
      <link>https://community.qlik.com/t5/QlikView/Find-out-which-files-exist-in-a-directory/m-p/671294#M243861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shane,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now I've got it. It's quite complex - and doesn't work on the real directory, but I guess there's something stuck in my laptop's memory, I just copied the files to another location and the code works.&lt;/P&gt;&lt;P&gt;I now have a variable holding the exact name of the file that is missing.&lt;/P&gt;&lt;P&gt;=&amp;gt; How can I now use this variable to deactivate that one (out of 11, still no loop) LOADs?&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 16:00:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-out-which-files-exist-in-a-directory/m-p/671294#M243861</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-08-28T16:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Find out which files exist in a directory?</title>
      <link>https://community.qlik.com/t5/QlikView/Find-out-which-files-exist-in-a-directory/m-p/671295#M243862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah - I'm going to do it the other way round:&lt;/P&gt;&lt;P&gt;Instead of using that variable to NOT load that one file which is not there, I will build a loop to load all those files which are there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 06:36:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-out-which-files-exist-in-a-directory/m-p/671295#M243862</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-08-29T06:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Find out which files exist in a directory?</title>
      <link>https://community.qlik.com/t5/QlikView/Find-out-which-files-exist-in-a-directory/m-p/671296#M243863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shane,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just realize that for what I have now - a list of the names of all the files (out of those 11) which are there, my code is quite complicated. I guess I could have that much easier by just doing what you proposed and building a loop for loading the filenames - or even one step easier still, by building a loop to load all the files - which are available - matching that file_format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&amp;gt; Is that &amp;gt;&amp;gt;&amp;gt; &lt;STRONG&gt;File in FileList(...)&lt;/STRONG&gt; &amp;lt;&amp;lt;&amp;lt; just what I need to write in there? Is that the correct syntax? That point is not very precise in the inline_help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 06:57:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-out-which-files-exist-in-a-directory/m-p/671296#M243863</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-08-29T06:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Find out which files exist in a directory?</title>
      <link>https://community.qlik.com/t5/QlikView/Find-out-which-files-exist-in-a-directory/m-p/671297#M243864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, just use the code I provided above but instead of loading just the&lt;EM&gt; First 1&lt;/EM&gt; do a &lt;EM&gt;Load *&lt;/EM&gt; of the files. To give more specific advice I would have to see your raw data and script but if all the files are the same you can load them using a Loop. If they are difference then us the &lt;EM&gt;If&lt;/EM&gt; command above to load each file in turn only if it exists and use the Loop to create a log file with a list of the file names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;p.s. Don't forget to "Like" my comments if they've been helpful. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 07:19:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-out-which-files-exist-in-a-directory/m-p/671297#M243864</guid>
      <dc:creator>shane_spencer</dc:creator>
      <dc:date>2014-08-29T07:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Find out which files exist in a directory?</title>
      <link>https://community.qlik.com/t5/QlikView/Find-out-which-files-exist-in-a-directory/m-p/671298#M243865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Shane,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one more question:&lt;/P&gt;&lt;P&gt;The code is now finally working fine - I cannot check the exact figures, but it looks ok - just the same as the old "Wildcard-LOAD".&lt;/P&gt;&lt;P&gt;The remaining issue is, when I fill in the original directory where those lists usually are (into that FileList, I will post it), then nothing happens - the code is just not executed, the log continues straight away with the next table in line.&lt;/P&gt;&lt;P&gt;Yesterday I copied those lists to a directory on the QlikView_server that I can access - there it works fine and all the information is in the log.&lt;/P&gt;&lt;P&gt;(the access, though, is not an issue since the reloading is being done by a "QlikView_user" who does have access to the original directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The original code (which used to work, but gave me no detailed debugging information) looked like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;BMW_Bedarfe:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [list_of_fields]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt; [\\rgb1sfs201\Regensburg\MPL\05-Liefertreue_PR_Listen\F2_*für*.xlsx]&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;The new code (which works, but not out of that directory) looks like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 10pt;"&gt;v_fileformat_F2&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; = '*für*';&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;For&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;each&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 10pt;"&gt;File&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;in&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;FileList&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;('..\99_Resources\MPL\F2\$(v_fileformat_F2)')&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;BMW_Bedarfe:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [list_of_fields]&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 10pt;"&gt;$(File)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;);&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;Next&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 10pt;"&gt;File&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;The code, such as I would like to use it (but which, for some reason, doesn't yet work) only differs in the first line, so I post that here:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;For &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;each&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 10pt;"&gt;File&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;in&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;FileList&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;('[\\rgb1sfs201\Regensburg\MPL\05-Liefertreue_PR_Listen\$(v_fileformat_F2)]') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Can you make a rhyme of this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks a lot!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;DataNibbler&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 08:31:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-out-which-files-exist-in-a-directory/m-p/671298#M243865</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-08-29T08:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Find out which files exist in a directory?</title>
      <link>https://community.qlik.com/t5/QlikView/Find-out-which-files-exist-in-a-directory/m-p/671299#M243866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The most obvious answer is that here you are using relative location&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;'..\99_Resources\MPL\F2\$(v_fileformat_F2)'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;The ".." tells you to go up a level in Unix and Dos. You should always fully qualify your path &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;'\\rgb1sfs201\Regensburg\MPL\05-Liefertreue_PR_Listen\$(v_fileformat_F2)'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;So try updating this line to read:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 10pt;"&gt;For&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;each&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 10pt;"&gt;File&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;in&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;FileList&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;SPAN style="font-size: 10pt;"&gt;'\\rgb1sfs201\Regensburg\MPL\05-Liefertreue_PR_Listen\$(v_fileformat_F2)'&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;If that doesn't work check you path is correct by copying the address in to explorer &lt;SPAN style="font-size: 10pt;"&gt;\\rgb1sfs201\Regensburg\MPL\05-Liefertreue_PR_Listen\&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;If you're still having issues &lt;SPAN style="font-size: 10pt;"&gt;please upload your script / document and I'll try to run it. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Please hit the &lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/65502_pastedImage_0.png" style="width: auto; height: auto;" /&gt;&lt;/SPAN&gt; button on any of my posts that are helpful, as it will enhance my "reputation". Cheers &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/cool.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 08:47:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-out-which-files-exist-in-a-directory/m-p/671299#M243866</guid>
      <dc:creator>shane_spencer</dc:creator>
      <dc:date>2014-08-29T08:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Find out which files exist in a directory?</title>
      <link>https://community.qlik.com/t5/QlikView/Find-out-which-files-exist-in-a-directory/m-p/671300#M243867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shane,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;relative or absolute path actually makes no difference - all the paths in the "live" apps are absolute - but when I replace that&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; '..\99_Resources_MPL\F2' &amp;lt;&amp;lt;&lt;/P&gt;&lt;P&gt;by&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; '\\rgb1app202\production\resources' &amp;lt;&amp;lt;&lt;/P&gt;&lt;P&gt;it works just the same&lt;/P&gt;&lt;P&gt;&amp;lt;=&amp;gt; but it does not work with the original directory.&lt;/P&gt;&lt;P&gt;I have already posted my code. It just lacks some sample files - but that should be easy. I can make you some lists matching this name_format with something in them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 09:09:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-out-which-files-exist-in-a-directory/m-p/671300#M243867</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-08-29T09:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Find out which files exist in a directory?</title>
      <link>https://community.qlik.com/t5/QlikView/Find-out-which-files-exist-in-a-directory/m-p/671301#M243868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QlikView can be very fickle but I've got this working. It creates two tables, one from you files and the other a list of files loaded. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 09:57:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-out-which-files-exist-in-a-directory/m-p/671301#M243868</guid>
      <dc:creator>shane_spencer</dc:creator>
      <dc:date>2014-08-29T09:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Find out which files exist in a directory?</title>
      <link>https://community.qlik.com/t5/QlikView/Find-out-which-files-exist-in-a-directory/m-p/671302#M243869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cool!&lt;/P&gt;&lt;P&gt;If I understand that correctly, that &amp;gt;directory&amp;lt; command tells QlikView in which directory to look for that FileList in the following LOAD_statement.&lt;/P&gt;&lt;P&gt;I'll try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.: One thing is not quite clear to me, though: The order - does that &amp;gt;directory&amp;lt; command have to go before or after the &amp;gt;For each ...&amp;lt; command? You seem to have that &amp;gt;For each ...&amp;lt; twice, with the &amp;gt;directory&amp;lt; inbetween, that confuses me ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.P.S.: And one more thing: Can I somehow reset that &amp;gt;directory&amp;lt; command? Apparently, there were some relative paths in the tables loaded afterwards, and they got mixed up with that and broke. I'm replacing them with absolute paths now. Still ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 10:05:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-out-which-files-exist-in-a-directory/m-p/671302#M243869</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-08-29T10:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Find out which files exist in a directory?</title>
      <link>https://community.qlik.com/t5/QlikView/Find-out-which-files-exist-in-a-directory/m-p/671303#M243870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before. You tell QlikView which directory to start in then the For Each actions that directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace the relative paths with absolute paths, it's a much better practise.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 13:03:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-out-which-files-exist-in-a-directory/m-p/671303#M243870</guid>
      <dc:creator>shane_spencer</dc:creator>
      <dc:date>2014-08-29T13:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Find out which files exist in a directory?</title>
      <link>https://community.qlik.com/t5/QlikView/Find-out-which-files-exist-in-a-directory/m-p/671304#M243871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Shane,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now this is solved at long last. In the meantime, we had a complete Crash - nothing loaded anymore, the automated reload_schedule went on strike and I couldn't start anything manually in QMC, either - then my boss restarted the QDS_service and all was well again &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; We had that a few times before, but twice today - that should just not happen.&lt;/P&gt;&lt;P&gt;Now, however, the code executes fine.&lt;/P&gt;&lt;P&gt;So this chapter is finally closed.&lt;/P&gt;&lt;P&gt;Have a nice weekend!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 13:37:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-out-which-files-exist-in-a-directory/m-p/671304#M243871</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-08-29T13:37:38Z</dc:date>
    </item>
  </channel>
</rss>

