<?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 show updated QVD date and time in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/show-updated-QVD-date-and-time/m-p/349644#M1171298</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am interested in how to display the date and time of my QVD. &lt;/P&gt;&lt;P&gt;Once the date and time is displayed in the application, I am interested showing the QVD updated date and time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: The QVD was created on 06/01/2012 at 13:00&lt;/P&gt;&lt;P&gt;The QVD was updated on 06/05/12 at 08:30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The date and time on my application should be 06/05/12 08:30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jun 2012 16:42:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-06-12T16:42:37Z</dc:date>
    <item>
      <title>show updated QVD date and time</title>
      <link>https://community.qlik.com/t5/QlikView/show-updated-QVD-date-and-time/m-p/349644#M1171298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am interested in how to display the date and time of my QVD. &lt;/P&gt;&lt;P&gt;Once the date and time is displayed in the application, I am interested showing the QVD updated date and time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: The QVD was created on 06/01/2012 at 13:00&lt;/P&gt;&lt;P&gt;The QVD was updated on 06/05/12 at 08:30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The date and time on my application should be 06/05/12 08:30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 16:42:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-updated-QVD-date-and-time/m-p/349644#M1171298</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-12T16:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: show updated QVD date and time</title>
      <link>https://community.qlik.com/t5/QlikView/show-updated-QVD-date-and-time/m-p/349645#M1171299</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;Put this two functions in load .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;now() as DateCreated,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;filetime( ) as DateUpdated,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;....&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 17:38:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-updated-QVD-date-and-time/m-p/349645#M1171299</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-12T17:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: show updated QVD date and time</title>
      <link>https://community.qlik.com/t5/QlikView/show-updated-QVD-date-and-time/m-p/349646#M1171300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ALLDATAV3:&lt;/P&gt;&lt;P&gt;LOAD Company,&lt;/P&gt;&lt;P&gt;Population&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;A href="\\companyx\testdata.xlsx"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is test)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above is my load statement. I am wondering where in this load statement should in add the 2 functions you recommended? Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now() as DateCreated,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filetime( ) as DateUpdated,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 18:00:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-updated-QVD-date-and-time/m-p/349646#M1171300</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-12T18:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: show updated QVD date and time</title>
      <link>https://community.qlik.com/t5/QlikView/show-updated-QVD-date-and-time/m-p/349647#M1171301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;EM&gt;LOAD&lt;/EM&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;EM&gt;now() as DateCreated,&lt;/EM&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;EM&gt;filetime( ) as DateUpdated,&lt;/EM&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;EM&gt;Company,&lt;/EM&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;EM&gt;Population&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 18:15:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-updated-QVD-date-and-time/m-p/349647#M1171301</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-12T18:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: show updated QVD date and time</title>
      <link>https://community.qlik.com/t5/QlikView/show-updated-QVD-date-and-time/m-p/349648#M1171302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think they're the wrong way round aren't they? Maybe:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;FileTime() as DateCreated,&lt;/P&gt;&lt;P&gt;Now( ) as DateUpdated,&lt;/P&gt;&lt;P&gt;Company,&lt;/P&gt;&lt;P&gt;Population&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However! You may find that Now() slows down your load time considerably as it is evaluated every second. This also means that if your table takes longer than a second to load you will get differing values. Maybe use a variable at the end of the table load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vUpdate = Now();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now() is only invoked once then. Or else look at the other qvd file functions in the reference manual - there are many of them!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 18:23:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-updated-QVD-date-and-time/m-p/349648#M1171302</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-06-12T18:23:14Z</dc:date>
    </item>
  </channel>
</rss>

