<?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 Last ReloadTime() in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Last-ReloadTime/m-p/1431198#M796970</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a RecordCreatedDate column in which record date along with time is stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I use the ReloadTime() in script so that I can load the data (RecordCreatedDate) which is greater than than previous ReloadTime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, is there any temporary storage to store any value, such as ReloadTime() so that in can be used in next reload.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Last ReloadTime()</title>
      <link>https://community.qlik.com/t5/QlikView/Last-ReloadTime/m-p/1431198#M796970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a RecordCreatedDate column in which record date along with time is stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I use the ReloadTime() in script so that I can load the data (RecordCreatedDate) which is greater than than previous ReloadTime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, is there any temporary storage to store any value, such as ReloadTime() so that in can be used in next reload.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-ReloadTime/m-p/1431198#M796970</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Last ReloadTime()</title>
      <link>https://community.qlik.com/t5/QlikView/Last-ReloadTime/m-p/1431199#M796972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe the below script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;Refreshtime:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;QvdCreateTime('C:\YOURDESTINATIONFORQVD\ABC.QVD') AS QVDTIME&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;AutoGenerate 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Load&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Date(QVDTIME, 'MM/DD/YYYY hh:mm:ff TT') as QVDDate&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Resident Refreshtime;&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;There can be more to it depending what you want....but this will only tell when the QVD was created&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 19:33:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-ReloadTime/m-p/1431199#M796972</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2017-12-19T19:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Last ReloadTime()</title>
      <link>https://community.qlik.com/t5/QlikView/Last-ReloadTime/m-p/1431200#M796973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use like this&amp;nbsp; "&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 8pt;"&gt;=' Last Refreshed Date: '&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ModifiedDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, requireddateformat)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 02:59:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-ReloadTime/m-p/1431200#M796973</guid>
      <dc:creator>ravikumar_iyana</dc:creator>
      <dc:date>2017-12-20T02:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Last ReloadTime()</title>
      <link>https://community.qlik.com/t5/QlikView/Last-ReloadTime/m-p/1431201#M796974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use a variable to store your refresh time like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vReloadTime = ReloadTime(); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vReloadTime = Date(ReloadTime());&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 03:19:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-ReloadTime/m-p/1431201#M796974</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-12-20T03:19:41Z</dc:date>
    </item>
  </channel>
</rss>

