<?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 in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Timestamp/m-p/1895740#M73899</link>
    <description>&lt;P&gt;Good day.&lt;BR /&gt;I have some "date" in format "2021-06-18T17:05:29.636+03:00"&lt;BR /&gt;I need max date, but when I used function, I have 2 instead 1 rows of 8.&lt;BR /&gt;&lt;BR /&gt;&lt;U&gt;First:&lt;/U&gt;&lt;BR /&gt;Date(Timestamp(Timestamp#(entityJson.publishDate),'YYYY-MM-DDhh:mm:ss.sss±hh:mm'),'DD.MM.YYYY hh:mm:ss') as "Date"&lt;BR /&gt;&lt;BR /&gt;&lt;U&gt;Second:&lt;BR /&gt;&lt;/U&gt;&lt;SPAN&gt;max("&lt;/SPAN&gt;&lt;SPAN&gt;Date") as max_date&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;As a result, 2 rows remain:&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="100%" height="25px"&gt;&lt;SPAN&gt;max_date&lt;/SPAN&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="100%" height="25px"&gt;44391.629151725&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="100%" height="25px"&gt;44391.632984977&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;BR /&gt;##timestam&lt;/P&gt;</description>
    <pubDate>Tue, 22 Feb 2022 07:07:37 GMT</pubDate>
    <dc:creator>07mishin</dc:creator>
    <dc:date>2022-02-22T07:07:37Z</dc:date>
    <item>
      <title>Timestamp</title>
      <link>https://community.qlik.com/t5/App-Development/Timestamp/m-p/1895740#M73899</link>
      <description>&lt;P&gt;Good day.&lt;BR /&gt;I have some "date" in format "2021-06-18T17:05:29.636+03:00"&lt;BR /&gt;I need max date, but when I used function, I have 2 instead 1 rows of 8.&lt;BR /&gt;&lt;BR /&gt;&lt;U&gt;First:&lt;/U&gt;&lt;BR /&gt;Date(Timestamp(Timestamp#(entityJson.publishDate),'YYYY-MM-DDhh:mm:ss.sss±hh:mm'),'DD.MM.YYYY hh:mm:ss') as "Date"&lt;BR /&gt;&lt;BR /&gt;&lt;U&gt;Second:&lt;BR /&gt;&lt;/U&gt;&lt;SPAN&gt;max("&lt;/SPAN&gt;&lt;SPAN&gt;Date") as max_date&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;As a result, 2 rows remain:&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="100%" height="25px"&gt;&lt;SPAN&gt;max_date&lt;/SPAN&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="100%" height="25px"&gt;44391.629151725&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="100%" height="25px"&gt;44391.632984977&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;BR /&gt;##timestam&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 07:07:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Timestamp/m-p/1895740#M73899</guid>
      <dc:creator>07mishin</dc:creator>
      <dc:date>2022-02-22T07:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp</title>
      <link>https://community.qlik.com/t5/App-Development/Timestamp/m-p/1895810#M73905</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/156757"&gt;@07mishin&lt;/a&gt;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Floor-It/ba-p/1472053" target="_self"&gt;Floor it&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;max(floor(Date)) instead of max(Date)&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 09:23:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Timestamp/m-p/1895810#M73905</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2022-02-22T09:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp</title>
      <link>https://community.qlik.com/t5/App-Development/Timestamp/m-p/1896007#M73921</link>
      <description>&lt;P&gt;Thanks, but "f&lt;SPAN&gt;loor&lt;/SPAN&gt;"&amp;nbsp;&lt;SPAN&gt;rounds down.&lt;BR /&gt;And will not always considered&amp;nbsp;be the correct value the maximum.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 14:48:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Timestamp/m-p/1896007#M73921</guid>
      <dc:creator>07mishin</dc:creator>
      <dc:date>2022-02-22T14:48:38Z</dc:date>
    </item>
  </channel>
</rss>

