<?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: How to Implement Timestamp in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Implement-Timestamp/m-p/614927#M226877</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u elaborate more... how to write that one...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abhinav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Apr 2014 17:49:29 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-08T17:49:29Z</dc:date>
    <item>
      <title>How to Implement Timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Implement-Timestamp/m-p/614925#M226875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hI&lt;/P&gt;&lt;P&gt; we are daily connecting to database to load the QVD using QVD_Generator.qvw.&lt;/P&gt;&lt;P&gt;how can we implement the concept of Timestamp(Start time,Endtime)&lt;/P&gt;&lt;P&gt;if we(QVD Team) loading the QVD , the dashboard team has to know that here is a qvd refersh&lt;/P&gt;&lt;P&gt;based on Timestamp. so they has to stop .. if we are not loading the qvd they have to continue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using Time stamp What we are going to achieve is &lt;/P&gt;&lt;P&gt;when the real program has started executing...If the QVD Load(Refresh) still running and&amp;nbsp; there is no end timestamp then they have to read the start timestamp and &lt;/P&gt;&lt;P&gt;think that the program is still running this time so wait for some more time or go &lt;/P&gt;&lt;P&gt;to the next resfresh. if the next refresh is also having the same&amp;nbsp; timestamp then it means there is a problem with qvd refresh.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 17:19:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Implement-Timestamp/m-p/614925#M226875</guid>
      <dc:creator />
      <dc:date>2014-04-08T17:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to Implement Timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Implement-Timestamp/m-p/614926#M226876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Reloadtime() in the QVD maker then it will give you exact time stamp data time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 17:36:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Implement-Timestamp/m-p/614926#M226876</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-08T17:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to Implement Timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Implement-Timestamp/m-p/614927#M226877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u elaborate more... how to write that one...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abhinav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 17:49:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Implement-Timestamp/m-p/614927#M226877</guid>
      <dc:creator />
      <dc:date>2014-04-08T17:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to Implement Timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Implement-Timestamp/m-p/614928#M226878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before Loading the QVD...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vStartTime = NOW();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load QVD Script...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vEndTime = NOW();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you can use this variable in your UI end to find out about QVD run or not...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like in Text Box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Time(vEndTime - vStartTime,'hh:mm:ss')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 18:15:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Implement-Timestamp/m-p/614928#M226878</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-08T18:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to Implement Timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Implement-Timestamp/m-p/614929#M226879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before running Real program you have get the last reload time of the application then you are able to give a QVD team to refresh the QVD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;FIelds&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;From Location;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By a variable you can store the last reload time in time stamp&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;When you get the time in variable take a variable in any text box and give information about last reload time of the application according to last reload time whenever it is not completed the QVD scheduler not start. So based on the scheduler give reload refresh time to the QVD generator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 18:25:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Implement-Timestamp/m-p/614929#M226879</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-08T18:25:41Z</dc:date>
    </item>
  </channel>
</rss>

