<?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 Timestamp function not working timestamp# in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Timestamp-function-not-working-timestamp/m-p/1826610#M67974</link>
    <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I am fetching a column which has timestamp value in the format of YYYY-MM-DD hh:mm:ss.(fff) and am trying to use this column to convert as timestamp TIMESTAMP(TIMESTAMP#(data_loaded_date,'YYYY-MM-DD hh:mm:ss.(fff)')&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately timestamp# works fine but when I add timestamp on top of timestamp# it returns null value.Any one has faced this kind of issue ? Or is it a bug ? Could anyone help me on this&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to fetch latest modified records for which I need to convert data_loaded_date as a timestamp and use max of it. Please advice&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Aug 2021 12:34:30 GMT</pubDate>
    <dc:creator>rajpreeths</dc:creator>
    <dc:date>2021-08-04T12:34:30Z</dc:date>
    <item>
      <title>Timestamp function not working timestamp#</title>
      <link>https://community.qlik.com/t5/App-Development/Timestamp-function-not-working-timestamp/m-p/1826610#M67974</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I am fetching a column which has timestamp value in the format of YYYY-MM-DD hh:mm:ss.(fff) and am trying to use this column to convert as timestamp TIMESTAMP(TIMESTAMP#(data_loaded_date,'YYYY-MM-DD hh:mm:ss.(fff)')&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately timestamp# works fine but when I add timestamp on top of timestamp# it returns null value.Any one has faced this kind of issue ? Or is it a bug ? Could anyone help me on this&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to fetch latest modified records for which I need to convert data_loaded_date as a timestamp and use max of it. Please advice&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 12:34:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Timestamp-function-not-working-timestamp/m-p/1826610#M67974</guid>
      <dc:creator>rajpreeths</dc:creator>
      <dc:date>2021-08-04T12:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp function not working timestamp#</title>
      <link>https://community.qlik.com/t5/App-Development/Timestamp-function-not-working-timestamp/m-p/1826612#M67976</link>
      <description>&lt;P&gt;can you share a sample data ?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 12:47:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Timestamp-function-not-working-timestamp/m-p/1826612#M67976</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2021-08-04T12:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp function not working timestamp#</title>
      <link>https://community.qlik.com/t5/App-Development/Timestamp-function-not-working-timestamp/m-p/1826624#M67978</link>
      <description>&lt;P&gt;Are you sure the Timestamp#() is working correctly? If it is, you should be able to view the underlying field as both text (the timestamp format) and as a number (the underlying date/time, e.g. 42321.124), so formatting it as a number should let you see if it's actually getting the correct result as you expect.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 13:02:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Timestamp-function-not-working-timestamp/m-p/1826624#M67978</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2021-08-04T13:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp function not working timestamp#</title>
      <link>https://community.qlik.com/t5/App-Development/Timestamp-function-not-working-timestamp/m-p/1826627#M67979</link>
      <description>&lt;P&gt;Guys, Yes timestamp# returns correct value. Sample value is as below&lt;/P&gt;&lt;P&gt;2021-07-06 13:12:34.576940000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Created dimesion is&amp;nbsp;&lt;/P&gt;&lt;P&gt;TIMESTAMP(TIMESTAMP#(data_loaded_date,'YYYY-MM-DD hh:mm:ss.(fff)') ) as formatedts&lt;/P&gt;&lt;P&gt;I am using timestamp on top of timestamp# because I need to load records based on latest timestamp . To find latest timestamp I am using max fucntion like max(formatedts)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I use timestamp# only the values are as expected but still max fucntion returns null value&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please advice&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 13:17:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Timestamp-function-not-working-timestamp/m-p/1826627#M67979</guid>
      <dc:creator>rajpreeths</dc:creator>
      <dc:date>2021-08-04T13:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp function not working timestamp#</title>
      <link>https://community.qlik.com/t5/App-Development/Timestamp-function-not-working-timestamp/m-p/1826825#M68009</link>
      <description>&lt;P&gt;I attempted to use TimeStamp#() on your sample value and it does &lt;STRONG&gt;not&lt;/STRONG&gt; work on my end. I am not getting a timestamp value, just the original value as text. However, when using your sample, I am able to use the value directly as a timestamp - TIMESTAMP(data_loaded_date,'YYYY-MM-DD hh:mm:ss.(fff)') works correctly.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 10:22:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Timestamp-function-not-working-timestamp/m-p/1826825#M68009</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2021-08-05T10:22:51Z</dc:date>
    </item>
  </channel>
</rss>

