<?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: Re: how to get last update time while loading in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-get-last-update-time-while-loading/m-p/672175#M669529</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used trace just to explain the logic; trace print a message in the logfile&lt;/P&gt;&lt;P&gt;You have to replace the line with trace in &lt;STRONG&gt;bold&lt;/STRONG&gt; with a read from the file&amp;nbsp; &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;// ft variable (FlagRead in table ) is 1 when the time of the file is in today month&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #575757; font-family: arial, helvetica, sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;if ($(ft)=1) &lt;/SPAN&gt;&lt;SPAN class="keyword" style="color: #575757; font-family: inherit; font-size: 10pt; line-height: 1.5em; font-weight: inherit; font-style: inherit;"&gt;then&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN class="keyword" style="color: #575757; font-family: inherit; font-size: 10pt; line-height: 1.5em; font-weight: inherit; font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // replace this with read from file (load ....)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN class="keyword" style="color: #575757; font-family: inherit; font-size: 10pt; line-height: 1.5em; font-weight: inherit; font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: #575757; font-family: arial, helvetica, sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;trace ***** &lt;SPAN class="keyword" style="font-style: inherit; font-family: inherit;"&gt;read&lt;/SPAN&gt; $(fn); &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;ELSE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // print an information in the logfile&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;trace ***** dont &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-family: inherit; font-size: 10pt; line-height: 1.5em; font-weight: inherit; font-style: inherit;"&gt;read&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; $(fn); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;ENDIF; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Oct 2014 09:49:40 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2014-10-08T09:49:40Z</dc:date>
    <item>
      <title>how to get last update time while loading</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-last-update-time-while-loading/m-p/672168#M669522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Friends&lt;/P&gt;&lt;P&gt;I am loading a text file from D drive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I get the last update time of the text file on drive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 11:22:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-last-update-time-while-loading/m-p/672168#M669522</guid>
      <dc:creator />
      <dc:date>2014-10-07T11:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to get last update time while loading</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-last-update-time-while-loading/m-p/672169#M669523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Text Box Expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Last reload on - ' &amp;amp; reloadtime()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Av7eN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 11:28:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-last-update-time-while-loading/m-p/672169#M669523</guid>
      <dc:creator>aveeeeeee7en</dc:creator>
      <dc:date>2014-10-07T11:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to get last update time while loading</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-last-update-time-while-loading/m-p/672170#M669524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='[ Updated at ' &amp;amp; timestamp(reloadtime(), 'hh:mm on MMM DD, YYYY') &amp;amp;' ]'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 11:29:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-last-update-time-while-loading/m-p/672170#M669524</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2014-10-07T11:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to get last update time while loading</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-last-update-time-while-loading/m-p/672171#M669525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;filetime&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Returns a timestamp for the date and time of the last modification of the file &lt;SPAN class="Italic"&gt;filename&lt;/SPAN&gt;. If no &lt;SPAN class="Italic"&gt;filename&lt;/SPAN&gt; is specified, the function will refer to the currently read table file. &lt;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P class="Code"&gt;filetime( 'xyz.xls' )&lt;/P&gt;&lt;P&gt;Will return the timestamp of the last modification of the file xyz.xls. &lt;/P&gt;&lt;P class="Code"&gt;Load *, filetime() as X from abc.txt ;&lt;/P&gt;&lt;P&gt;Will return the date and time of the last modification of the file (abc.txt) as a timestamp in field X in each record read. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 11:30:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-last-update-time-while-loading/m-p/672171#M669525</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-10-07T11:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to get last update time while loading</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-last-update-time-while-loading/m-p/672172#M669526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Friends&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have a file with column of last update of text files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to reload only those files which are update in this month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if possible display message of file names which are not updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 11:38:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-last-update-time-while-loading/m-p/672172#M669526</guid>
      <dc:creator />
      <dc:date>2014-10-07T11:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Re: how to get last update time while loading</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-last-update-time-while-loading/m-p/672173#M669527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14126844936384019" jivemacro_uid="_14126844936384019" modifiedtitle="true"&gt;
&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;DIRECTORY;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;FOR Each File in filelist ('.\*.qvd')&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; LOAD&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; '$(File)' as FileName,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; FileTime( '$(File)' ) as FileTime,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; if(FileTime( '$(File)' ) &amp;gt;= MonthStart(Today()), 1, 0) as FlagRead&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; autogenerate 1;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; let ft=peek('FlagRead');&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; let fn=peek('FileName');&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; trace ft=$(ft);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; if ($(ft)=1) then&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; trace ***** read $(fn);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; ELSE&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; trace ***** dont read $(fn);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; ENDIF;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;NEXT File&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 12:22:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-last-update-time-while-loading/m-p/672173#M669527</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-10-07T12:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Re: how to get last update time while loading</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-last-update-time-while-loading/m-p/672174#M669528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Grossi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please explain this part of script how the logic works&lt;/P&gt;&lt;P&gt;trace ft=$(ft);&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&amp;nbsp; if ($(ft)=1) &lt;SPAN class="keyword"&gt;then&lt;/SPAN&gt; &lt;/LI&gt;&lt;LI&gt;&amp;nbsp; trace ***** &lt;SPAN class="keyword"&gt;read&lt;/SPAN&gt; $(fn);&amp;nbsp; &lt;/LI&gt;&lt;LI&gt;&amp;nbsp; &lt;SPAN class="keyword"&gt;ELSE&lt;/SPAN&gt; &lt;/LI&gt;&lt;LI&gt;&amp;nbsp; trace ***** dont &lt;SPAN class="keyword"&gt;read&lt;/SPAN&gt; $(fn);&amp;nbsp; &lt;/LI&gt;&lt;LI&gt;&amp;nbsp; ENDIF;&amp;nbsp; &lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 09:09:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-last-update-time-while-loading/m-p/672174#M669528</guid>
      <dc:creator />
      <dc:date>2014-10-08T09:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: Re: how to get last update time while loading</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-last-update-time-while-loading/m-p/672175#M669529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used trace just to explain the logic; trace print a message in the logfile&lt;/P&gt;&lt;P&gt;You have to replace the line with trace in &lt;STRONG&gt;bold&lt;/STRONG&gt; with a read from the file&amp;nbsp; &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;// ft variable (FlagRead in table ) is 1 when the time of the file is in today month&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #575757; font-family: arial, helvetica, sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;if ($(ft)=1) &lt;/SPAN&gt;&lt;SPAN class="keyword" style="color: #575757; font-family: inherit; font-size: 10pt; line-height: 1.5em; font-weight: inherit; font-style: inherit;"&gt;then&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN class="keyword" style="color: #575757; font-family: inherit; font-size: 10pt; line-height: 1.5em; font-weight: inherit; font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // replace this with read from file (load ....)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN class="keyword" style="color: #575757; font-family: inherit; font-size: 10pt; line-height: 1.5em; font-weight: inherit; font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: #575757; font-family: arial, helvetica, sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;trace ***** &lt;SPAN class="keyword" style="font-style: inherit; font-family: inherit;"&gt;read&lt;/SPAN&gt; $(fn); &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;ELSE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // print an information in the logfile&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;trace ***** dont &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-family: inherit; font-size: 10pt; line-height: 1.5em; font-weight: inherit; font-style: inherit;"&gt;read&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; $(fn); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;ENDIF; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 09:49:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-last-update-time-while-loading/m-p/672175#M669529</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-10-08T09:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Re: how to get last update time while loading</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-last-update-time-while-loading/m-p/672176#M669530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Grossei thanks But need more help. I have written the code&lt;/P&gt;&lt;P&gt;DirectoriesToScan:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;Dirspec&lt;BR /&gt;D:\scalability_test\9_30\9_30&lt;BR /&gt;]&lt;BR /&gt;;&lt;BR /&gt;SUB doDir (dir)&lt;BR /&gt;&amp;nbsp; FOR EACH file in filelist('$(dir)' &amp;amp;&amp;nbsp; '\*.txt')&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; Files:&lt;BR /&gt;&amp;nbsp; LOAD &lt;BR /&gt;&amp;nbsp; '$(file)' as FilePath,&lt;BR /&gt; FileSize('$(file)') as FileSize,&lt;BR /&gt; FileTime('$(file)') as FileTime,&lt;BR /&gt;&amp;nbsp; if(FileTime( '$(file)' ) &amp;gt;= MonthStart(Today()), 1, 0) as FlagRead,&lt;BR /&gt; subfield('$(file)', '.', -1) as FileExtension,&lt;BR /&gt; subfield('$(file)', '\', -1) as FileName,&lt;BR /&gt; subfield (subfield('$(file)', '\', -1),'.' ,1) as Naam&lt;BR /&gt;&amp;nbsp; AUTOGENERATE 1&lt;BR /&gt;&amp;nbsp; ;&lt;BR /&gt;&amp;nbsp; NEXT&lt;BR /&gt;&amp;nbsp; FOR EACH subdir in dirlist( '$(dir)' &amp;amp; '\*' )&lt;BR /&gt;&amp;nbsp; CALL doDir('$(subdir)')&lt;BR /&gt;&amp;nbsp; NEXT&lt;BR /&gt;END SUB&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;SUB doRoot (root)&lt;BR /&gt;&amp;nbsp; FOR EACH subdir in dirlist( '$(root)' )&lt;BR /&gt;&amp;nbsp;&amp;nbsp; CALL doDir('$(subdir)')&lt;BR /&gt;&amp;nbsp; NEXT&lt;BR /&gt;END SUB&lt;/P&gt;&lt;P&gt;FOR i = 0 to FieldValueCount('Dirspec')&lt;BR /&gt;&amp;nbsp; Call doRoot(FieldValue('Dirspec',$(i)));&lt;BR /&gt;NEXT i&lt;BR /&gt;let ft=peek('FlagRead');&lt;BR /&gt;let fn=peek('FileName');&lt;BR /&gt;&amp;nbsp; if ($(ft)=1) then &lt;BR /&gt;&amp;nbsp; OGIS:&lt;BR /&gt;&amp;nbsp; Load * from &lt;D&gt;;&lt;BR /&gt; Next File&lt;/D&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is again its loading only one file from Germany folder.&lt;/P&gt;&lt;P&gt;I have two files in Germany and another two in Mexico folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to load all the the files at a go. With the current code I am able to get only one file into qlikview.&lt;/P&gt;&lt;P&gt;Thanks for your time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 10:30:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-last-update-time-while-loading/m-p/672176#M669530</guid>
      <dc:creator />
      <dc:date>2014-10-08T10:30:49Z</dc:date>
    </item>
  </channel>
</rss>

