<?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: Load a file in the last folder in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-a-file-in-the-last-folder/m-p/706275#M1062123</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOLDER_table:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;right(dirname,len(dirname)-Index(dirname,'\',-1)) as folder_name Resident DIRNAME;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;folder_list:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;LOAD folder_name Resident FOLDER_table Order BY folder_name;&lt;/P&gt;&lt;P&gt;drop Table FOLDER_table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you should have now the list of your folder order by asc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You chosse the last one by peek function in a variable and use the variable in your Load* from...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but not sure it's works. depending your folder_name list....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Sep 2014 14:14:35 GMT</pubDate>
    <dc:creator>demoustier</dc:creator>
    <dc:date>2014-09-26T14:14:35Z</dc:date>
    <item>
      <title>Load a file in the last folder</title>
      <link>https://community.qlik.com/t5/QlikView/Load-a-file-in-the-last-folder/m-p/706265#M1062111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a new problem and I think you guys will be able to solve it with me.&lt;/P&gt;&lt;P&gt;I have one folder (name: extract) , which is full of monthly extractions (names: 201407,201408,201409,...). In each folder, I have one file (name: Product.csv) and I want to select the file 'product' in the last folder (the new one) each month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I want my script like that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;@1&lt;/P&gt;&lt;P&gt;@2&lt;/P&gt;&lt;P&gt;@3&lt;/P&gt;&lt;P&gt;@4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from ['The file Product.csv from the last folder']&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried something else with: &lt;/P&gt;&lt;P&gt;for each File in filelist ('G:Extract\*') But I don't know how to select the last folder...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If someone knows how to solve it... and wants to help a poor newbee&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Louis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 13:09:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-a-file-in-the-last-folder/m-p/706265#M1062111</guid>
      <dc:creator>louisernould</dc:creator>
      <dc:date>2014-09-26T13:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Load a file in the last folder</title>
      <link>https://community.qlik.com/t5/QlikView/Load-a-file-in-the-last-folder/m-p/706266#M1062112</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;What is the rule nominating all your folder ?&lt;/P&gt;&lt;P&gt;How can we recognize the last folder: by his name ? his date ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you post a picture of your folder tree ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 13:25:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-a-file-in-the-last-folder/m-p/706266#M1062112</guid>
      <dc:creator>demoustier</dc:creator>
      <dc:date>2014-09-26T13:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Load a file in the last folder</title>
      <link>https://community.qlik.com/t5/QlikView/Load-a-file-in-the-last-folder/m-p/706267#M1062114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Beside filelist you could use dirlist to read folders and sub-folders - have a look in help by "for each ...".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 13:31:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-a-file-in-the-last-folder/m-p/706267#M1062114</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-09-26T13:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Load a file in the last folder</title>
      <link>https://community.qlik.com/t5/QlikView/Load-a-file-in-the-last-folder/m-p/706268#M1062115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey Demoustier !&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;A tree is a good idea, but here is an explanation:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G:\Extract --201406-- file1.txt / file2.txt / Product.csv&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --201407-- file1.txt / file2.txt / Product.csv&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --201409-- file1.txt / file2.txt / Product.csv&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --2014010-- file1.txt / file2.txt / Product.csv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For me, the newest is 201410 (october 2014) ans I want to load the file 'Product.csv' of the newest folder&lt;/P&gt;&lt;P&gt;Is it enough for you ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 13:33:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-a-file-in-the-last-folder/m-p/706268#M1062115</guid>
      <dc:creator>louisernould</dc:creator>
      <dc:date>2014-09-26T13:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: Load a file in the last folder</title>
      <link>https://community.qlik.com/t5/QlikView/Load-a-file-in-the-last-folder/m-p/706269#M1062116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's try &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Could you try following script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUB DoDir(Root)&lt;/P&gt;&lt;P&gt;FOR each&amp;nbsp;&amp;nbsp; File in filelist (Root&amp;amp;'\*Product*'&amp;amp;'.csv')&lt;/P&gt;&lt;P&gt;FOR each Dir2 in dirlist (Root&amp;amp;'\*')&lt;/P&gt;&lt;P&gt;DIRNAME:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;'$(Dir2)' as dirname&lt;/P&gt;&lt;P&gt;autogenerate 1;&lt;/P&gt;&lt;P&gt;CALL DoDir(Dir2)&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;Next File &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;NEXT Dir2&lt;/P&gt;&lt;P&gt;END SUB&lt;/P&gt;&lt;P&gt;CALL DoDir('G:\Extract')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it should return all folder adress in G where a .csv have Product in the name...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this step works ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: I missed the red line in my first post&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 13:45:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-a-file-in-the-last-folder/m-p/706269#M1062116</guid>
      <dc:creator>demoustier</dc:creator>
      <dc:date>2014-09-26T13:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Load a file in the last folder</title>
      <link>https://community.qlik.com/t5/QlikView/Load-a-file-in-the-last-folder/m-p/706270#M1062118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_1411740208497518" jivemacro_uid="_1411740208497518" modifiedtitle="true"&gt;
&lt;P&gt;Temp:&lt;/P&gt;
&lt;P&gt;load '' as DirName&lt;/P&gt;
&lt;P&gt;AutoGenerate(0);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;for each Dir in DirList('G:\Extract\*')&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; SET vDir = $(Dir);&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Concatenate(Temp)&lt;/P&gt;
&lt;P&gt;&amp;nbsp; load num(SubField('$(vDir)','\',-1)) as DirName AutoGenerate(1);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;next Dir&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Temp2:&lt;/P&gt;
&lt;P&gt;LOAD max(DirName) as LastDir&lt;/P&gt;
&lt;P&gt;Resident Temp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;drop Table Temp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;LET vLastDir = peek('LastDir');&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;drop Table Temp2;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Result:&lt;/P&gt;
&lt;P&gt;LOAD * FROM &lt;G&gt; (txt, utf8, embedded labels, delimiter is ',', msq);&lt;/G&gt;&lt;/P&gt;


&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 14:02:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-a-file-in-the-last-folder/m-p/706270#M1062118</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-09-26T14:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Load a file in the last folder</title>
      <link>https://community.qlik.com/t5/QlikView/Load-a-file-in-the-last-folder/m-p/706271#M1062119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok this step works !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry It's quite long ^^ and I needed to modify the script:&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;CALL DoDir(Dir2)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="text-decoration: line-through;"&gt;Next File&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NEXT Dir2&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-family: inherit; font-style: inherit; color: #ff0000;"&gt;Next File &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;END SUB&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And It's good for now&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 14:03:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-a-file-in-the-last-folder/m-p/706271#M1062119</guid>
      <dc:creator>louisernould</dc:creator>
      <dc:date>2014-09-26T14:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Load a file in the last folder</title>
      <link>https://community.qlik.com/t5/QlikView/Load-a-file-in-the-last-folder/m-p/706272#M1062120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert !&lt;/P&gt;&lt;P&gt;Actually your solution gives to me a table with all the files in the subfolders (file1.txt, file2.txt and Product.csv)&lt;/P&gt;&lt;P&gt;I want only the newest product&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 14:09:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-a-file-in-the-last-folder/m-p/706272#M1062120</guid>
      <dc:creator>louisernould</dc:creator>
      <dc:date>2014-09-26T14:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Load a file in the last folder</title>
      <link>https://community.qlik.com/t5/QlikView/Load-a-file-in-the-last-folder/m-p/706273#M1062121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;2nd step:....use Gysbert solution !!!&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt; he's level 11 !!!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next step depending of your 'dirname' list. could you give some result&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 14:09:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-a-file-in-the-last-folder/m-p/706273#M1062121</guid>
      <dc:creator>demoustier</dc:creator>
      <dc:date>2014-09-26T14:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Load a file in the last folder</title>
      <link>https://community.qlik.com/t5/QlikView/Load-a-file-in-the-last-folder/m-p/706274#M1062122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ahahah ok good team job ! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;P&gt;I try that !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 14:11:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-a-file-in-the-last-folder/m-p/706274#M1062122</guid>
      <dc:creator>louisernould</dc:creator>
      <dc:date>2014-09-26T14:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Load a file in the last folder</title>
      <link>https://community.qlik.com/t5/QlikView/Load-a-file-in-the-last-folder/m-p/706275#M1062123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOLDER_table:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;right(dirname,len(dirname)-Index(dirname,'\',-1)) as folder_name Resident DIRNAME;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;folder_list:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;LOAD folder_name Resident FOLDER_table Order BY folder_name;&lt;/P&gt;&lt;P&gt;drop Table FOLDER_table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you should have now the list of your folder order by asc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You chosse the last one by peek function in a variable and use the variable in your Load* from...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but not sure it's works. depending your folder_name list....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 14:14:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-a-file-in-the-last-folder/m-p/706275#M1062123</guid>
      <dc:creator>demoustier</dc:creator>
      <dc:date>2014-09-26T14:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Load a file in the last folder</title>
      <link>https://community.qlik.com/t5/QlikView/Load-a-file-in-the-last-folder/m-p/706276#M1062124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Final step should be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let vfolder=Peek('folder_name',-1,'folder_list');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;LOAD * From 'G:\Extract\'$(vfolder)'\Products.csv'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 14:29:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-a-file-in-the-last-folder/m-p/706276#M1062124</guid>
      <dc:creator>demoustier</dc:creator>
      <dc:date>2014-09-26T14:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Load a file in the last folder</title>
      <link>https://community.qlik.com/t5/QlikView/Load-a-file-in-the-last-folder/m-p/706277#M1062125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You so much desmoutier &amp;amp; Gysbert !!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works soooo well &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;P&gt;Thank you for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 15:05:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-a-file-in-the-last-folder/m-p/706277#M1062125</guid>
      <dc:creator>louisernould</dc:creator>
      <dc:date>2014-09-26T15:05:36Z</dc:date>
    </item>
  </channel>
</rss>

