<?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: Comparing two timestamp code help?? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Comparing-two-timestamp-code-help/m-p/500868#M187168</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The format is the same den to I am not getting desired result..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jan 2014 07:20:29 GMT</pubDate>
    <dc:creator>rohitians</dc:creator>
    <dc:date>2014-01-14T07:20:29Z</dc:date>
    <item>
      <title>Comparing two timestamp code help??</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-timestamp-code-help/m-p/500866#M187166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,Everyone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this following code i am implementing&amp;nbsp; incremental load by comparing timestamp where in i am uploading new data which has timestamp greater den existing qvd..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the code is not working while comparing plzz help??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; TEMP:&lt;/P&gt;&lt;P&gt;&amp;nbsp; LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; MAX(Timestamp) as Timestamp1&lt;/P&gt;&lt;P&gt;&amp;nbsp; FROM&lt;/P&gt;&lt;P&gt;abc.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Let vLastUpdateDate = timestamp(peek('Timestamp1',0,'TEMP'),'DD-MMM-YYYY hh:mm:ss');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Drop table TEMP;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; abc:&lt;/P&gt;&lt;P&gt;&amp;nbsp; LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Timestamp,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; Type, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; User,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Upper( mid(User,10)) as UserId, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Message&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;C:\ProgramData\QlikTech\QlikViewServer\Audit_QLIKVIEWSERVER.log&lt;/P&gt;&lt;P&gt;(txt, utf8, embedded labels, delimiter is '\t', msq) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;where Timestamp &amp;gt;Timestamp('$(vLastUpdateDate)','DD-MMM-YYYY hh:mm:ss');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards.&lt;/P&gt;&lt;P&gt;Rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 11:43:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-timestamp-code-help/m-p/500866#M187166</guid>
      <dc:creator>rohitians</dc:creator>
      <dc:date>2014-01-13T11:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two timestamp code help??</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-timestamp-code-help/m-p/500867#M187167</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;Check the date formats, may be it is the issue.&amp;nbsp; Check the variable and TimeStamp fields date format.&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;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 11:47:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-timestamp-code-help/m-p/500867#M187167</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-01-13T11:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two timestamp code help??</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-timestamp-code-help/m-p/500868#M187168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The format is the same den to I am not getting desired result..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 07:20:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-timestamp-code-help/m-p/500868#M187168</guid>
      <dc:creator>rohitians</dc:creator>
      <dc:date>2014-01-14T07:20:29Z</dc:date>
    </item>
  </channel>
</rss>

