<?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: Loading timestamps in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-timestamps/m-p/791805#M279959</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean timestamp in filenames?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Dec 2014 11:08:55 GMT</pubDate>
    <dc:creator>anbu1984</dc:creator>
    <dc:date>2014-12-26T11:08:55Z</dc:date>
    <item>
      <title>Loading timestamps</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-timestamps/m-p/791804#M279958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is it possible to load only the timestamps of all the files present in a folder without loading it's data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 10:58:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-timestamps/m-p/791804#M279958</guid>
      <dc:creator />
      <dc:date>2014-12-26T10:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Loading timestamps</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-timestamps/m-p/791805#M279959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean timestamp in filenames?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 11:08:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-timestamps/m-p/791805#M279959</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-12-26T11:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Loading timestamps</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-timestamps/m-p/791806#M279960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Asma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below VB Script may be of help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function ShowFileAccessInfo(filespec)&lt;/P&gt;&lt;P&gt;&amp;nbsp; Dim fso, a, s&lt;/P&gt;&lt;P&gt;&amp;nbsp; Set fso = CreateObject("Scripting.FileSystemObject")&lt;/P&gt;&lt;P&gt;&amp;nbsp; Set a = fso.GetFile(filename)&lt;/P&gt;&lt;P&gt;&amp;nbsp; msgbox&amp;nbsp; f.DateLastModified&lt;/P&gt;&lt;P&gt;End Function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use this in macro and trigger as per requirement. Small change is required e.g. giving path of the file and so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Suhas Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 11:21:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-timestamps/m-p/791806#M279960</guid>
      <dc:creator />
      <dc:date>2014-12-26T11:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Loading timestamps</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-timestamps/m-p/791807#M279961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes timestamp of a file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 11:54:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-timestamps/m-p/791807#M279961</guid>
      <dc:creator />
      <dc:date>2014-12-26T11:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Loading timestamps</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-timestamps/m-p/791808#M279962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333339691162px;"&gt;timestamp&amp;nbsp; appended with the Filename?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 12:03:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-timestamps/m-p/791808#M279962</guid>
      <dc:creator>varunjain</dc:creator>
      <dc:date>2014-12-26T12:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Loading timestamps</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-timestamps/m-p/791809#M279963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use appropriate function to retrieve timestamp from filenames. What is the format of filenames?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD SubField(FileName(),'_',2) As Ts&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1) Where RecNo() &amp;lt; 2 ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 12:07:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-timestamps/m-p/791809#M279963</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-12-26T12:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Loading timestamps</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-timestamps/m-p/791810#M279964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, the file timestamp is not appended to the file name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 12:09:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-timestamps/m-p/791810#M279964</guid>
      <dc:creator />
      <dc:date>2014-12-26T12:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Loading timestamps</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-timestamps/m-p/791811#M279965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then which file timestamp you need? Last modification timestamp?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 12:11:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-timestamps/m-p/791811#M279965</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-12-26T12:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Loading timestamps</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-timestamps/m-p/791812#M279966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; padding-left: 30px;"&gt;LET vPath = Replace (DocumentPath (), '\' &amp;amp; DocumentName (), '')&amp;amp;'\QVDs';&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; padding-left: 30px;"&gt;trace $(vPath);&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; padding-left: 30px;"&gt;FOR Each File in filelist ('$(vPath)\*.*')&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; padding-left: 30px;"&gt;&amp;nbsp; trace $(File);&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; padding-left: 30px;"&gt;&amp;nbsp; fileTable:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; padding-left: 30px;"&gt;&amp;nbsp; LOAD '$(File)' as Name,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; padding-left: 30px;"&gt;&amp;nbsp; FileSize( '$(File)' ) as Size,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; padding-left: 30px;"&gt;&amp;nbsp; FileTime( '$(File)' ) as FileTime&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; padding-left: 30px;"&gt;&amp;nbsp; autogenerate 1;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; padding-left: 30px;"&gt;&amp;nbsp; TRACE folderpath-- $(vPath) . filename-- $(File);&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; padding-left: 30px;"&gt;NEXT File&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which was pasted from this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/649037#649037" title="http://community.qlik.com/message/649037#649037"&gt;http://community.qlik.com/message/649037#649037&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 12:19:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-timestamps/m-p/791812#M279966</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-26T12:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Loading timestamps</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-timestamps/m-p/791813#M279967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have used filetime() function to get the filestamps of all the files present in the folder. But the problem is while loading the timestamp of all the files, it also loads the data present in those files. In the script execution box, i am able to see the number of lines fetched. How can i load timestamp without loading all the rows&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 12:55:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-timestamps/m-p/791813#M279967</guid>
      <dc:creator />
      <dc:date>2014-12-26T12:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Loading timestamps</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-timestamps/m-p/791814#M279968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;filetime()&lt;/SPAN&gt; As Ts&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels, table is Sheet1) Where RecNo() &amp;lt; 2 ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 13:02:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-timestamps/m-p/791814#M279968</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-12-26T13:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: Loading timestamps</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-timestamps/m-p/791815#M279969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOAD DISTINCT&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; Filename() as Filename,&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; Filetime() as Filetime&lt;/P&gt;&lt;P&gt;FROM path\*.*;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Dec 2014 12:21:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-timestamps/m-p/791815#M279969</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-12-27T12:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Loading timestamps</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-timestamps/m-p/791816#M279970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is not correct, please check reply from Marco.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Dec 2014 20:39:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-timestamps/m-p/791816#M279970</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2014-12-27T20:39:50Z</dc:date>
    </item>
  </channel>
</rss>

