<?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: TIMESTAMP is not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/TIMESTAMP-is-not-working/m-p/72754#M510851</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this? And FieldValue() Function works only on Distinct values of the Field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vMyVariable&amp;nbsp; = TIMESTAMP(TIMESTAMP#(FieldValue('MaxUpdatedDate',1),'DD-MMM-YYYY hh:mm:ss.fff'));&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Apr 2018 14:56:55 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2018-04-20T14:56:55Z</dc:date>
    <item>
      <title>TIMESTAMP is not working</title>
      <link>https://community.qlik.com/t5/QlikView/TIMESTAMP-is-not-working/m-p/72747#M510843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am loading date from QVD which is holding a single value . Below is the script that i am using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;abc :&lt;/P&gt;&lt;P&gt;LOAD MaxUpdatedDate&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;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;let p=FieldValue('MaxUpdatedDate',1); // It is coming fine &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vMyVariable&amp;nbsp; = TIMESTAMP(FieldValue('MaxUpdatedDate',1),'DD-MMM-YYYY hh:mm:ss.fff'); // having issue with this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not able to see &lt;SPAN style="font-size: 13.3333px;"&gt;vMyVariable on screen . Please help me &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 14:14:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TIMESTAMP-is-not-working/m-p/72747#M510843</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-20T14:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: TIMESTAMP is not working</title>
      <link>https://community.qlik.com/t5/QlikView/TIMESTAMP-is-not-working/m-p/72748#M510844</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;what is the format of your &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MaxUpdatedDate field ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 14:29:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TIMESTAMP-is-not-working/m-p/72748#M510844</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-04-20T14:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: TIMESTAMP is not working</title>
      <link>https://community.qlik.com/t5/QlikView/TIMESTAMP-is-not-working/m-p/72749#M510845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you use the debugger in the load script and place a breakpoint after the LET vMyVariable statement, what do you wee there?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 14:31:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TIMESTAMP-is-not-working/m-p/72749#M510845</guid>
      <dc:creator>jonvitale</dc:creator>
      <dc:date>2018-04-20T14:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: TIMESTAMP is not working</title>
      <link>https://community.qlik.com/t5/QlikView/TIMESTAMP-is-not-working/m-p/72750#M510846</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;This is the format&amp;nbsp; "19-Mar-2018 17:47:41.933"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 14:34:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TIMESTAMP-is-not-working/m-p/72750#M510846</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-20T14:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: TIMESTAMP is not working</title>
      <link>https://community.qlik.com/t5/QlikView/TIMESTAMP-is-not-working/m-p/72751#M510847</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;vMyVariable &amp;lt;NULL&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 14:37:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TIMESTAMP-is-not-working/m-p/72751#M510847</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-20T14:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: TIMESTAMP is not working</title>
      <link>https://community.qlik.com/t5/QlikView/TIMESTAMP-is-not-working/m-p/72752#M510848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so here you just want to get the minimum timestamp value loaded on the abc table ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 14:39:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TIMESTAMP-is-not-working/m-p/72752#M510848</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-04-20T14:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: TIMESTAMP is not working</title>
      <link>https://community.qlik.com/t5/QlikView/TIMESTAMP-is-not-working/m-p/72753#M510849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want max value . Also below code is not working &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;abc :&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;max(MaxUpdatedDate)&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;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;max&amp;nbsp; function is not working too&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 14:49:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TIMESTAMP-is-not-working/m-p/72753#M510849</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-20T14:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: TIMESTAMP is not working</title>
      <link>https://community.qlik.com/t5/QlikView/TIMESTAMP-is-not-working/m-p/72754#M510851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this? And FieldValue() Function works only on Distinct values of the Field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vMyVariable&amp;nbsp; = TIMESTAMP(TIMESTAMP#(FieldValue('MaxUpdatedDate',1),'DD-MMM-YYYY hh:mm:ss.fff'));&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 14:56:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TIMESTAMP-is-not-working/m-p/72754#M510851</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-04-20T14:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: TIMESTAMP is not working</title>
      <link>https://community.qlik.com/t5/QlikView/TIMESTAMP-is-not-working/m-p/72755#M510852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;EDITED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;abc :&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD Timestamp(Timestamp#(MaxUpdatedDate,'&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;DD-MMM-YYYY hh:mm:ss.fff&lt;/EM&gt;&lt;/SPAN&gt;'')&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;,'&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;DD-MMM-YYYY hh:mm:ss.fff')&lt;/EM&gt;&lt;/SPAN&gt; as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MaxUpdatedDate&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; 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-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vMyVariable &lt;/SPAN&gt;= Peek('&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MaxUpdatedDate&lt;/SPAN&gt;',0, '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;abc&lt;/SPAN&gt;');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRACE $(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vMyVariable &lt;/SPAN&gt;);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET ME KNOW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 15:11:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TIMESTAMP-is-not-working/m-p/72755#M510852</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-04-20T15:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: TIMESTAMP is not working</title>
      <link>https://community.qlik.com/t5/QlikView/TIMESTAMP-is-not-working/m-p/72756#M510853</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;Its working now . Thanks a ton&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2018 09:42:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TIMESTAMP-is-not-working/m-p/72756#M510853</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-25T09:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: TIMESTAMP is not working</title>
      <link>https://community.qlik.com/t5/QlikView/TIMESTAMP-is-not-working/m-p/72757#M510855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you're welcome, don't forget to close the thread &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2018 09:58:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TIMESTAMP-is-not-working/m-p/72757#M510855</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-04-25T09:58:15Z</dc:date>
    </item>
  </channel>
</rss>

