<?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 without seconds? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Timestamp-without-seconds/m-p/423830#M157973</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need from a timestamp in a new atribute DD.MM.YYYY HH:MM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For that i use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date([mytimestamp])&amp;amp;' '&amp;amp;time(frac(floor([mytimestamp],1/1440)),'hh:mm') as timedatevalue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This skript works but if the time HH:MM:00 the he put the new value one minute before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example.: 16:50:00 ends as 16:49&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea how can i fix that or any sugestion how I can get DD.MM.YYYY HH:MM on an different way?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Jan 2013 14:38:07 GMT</pubDate>
    <dc:creator>qlikconsultant</dc:creator>
    <dc:date>2013-01-15T14:38:07Z</dc:date>
    <item>
      <title>Timestamp without seconds?</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-without-seconds/m-p/423830#M157973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need from a timestamp in a new atribute DD.MM.YYYY HH:MM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For that i use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date([mytimestamp])&amp;amp;' '&amp;amp;time(frac(floor([mytimestamp],1/1440)),'hh:mm') as timedatevalue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This skript works but if the time HH:MM:00 the he put the new value one minute before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example.: 16:50:00 ends as 16:49&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea how can i fix that or any sugestion how I can get DD.MM.YYYY HH:MM on an different way?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 14:38:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-without-seconds/m-p/423830#M157973</guid>
      <dc:creator>qlikconsultant</dc:creator>
      <dc:date>2013-01-15T14:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp without seconds?</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-without-seconds/m-p/423831#M157974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;timestamp#( timestamp( mytimestamp, 'DD.MM.YYYY hh:mm'), 'DD.MM.YYYY hh:mm') as timedatevalue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 14:48:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-without-seconds/m-p/423831#M157974</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-01-15T14:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp without seconds?</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-without-seconds/m-p/423832#M157975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Markus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe the the fraction 1/1440 is not as smooth as one would expext.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try Date#(Date(mytimestamp)&amp;amp;' '&amp;amp;Hour(mytimestamp)&amp;amp;':'&amp;amp; Minute(mytimestamp))&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Grüße&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 14:54:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-without-seconds/m-p/423832#M157975</guid>
      <dc:creator />
      <dc:date>2013-01-15T14:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp without seconds?</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-without-seconds/m-p/423833#M157976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;swuehlwas faster and has the better code snippet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 15:08:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-without-seconds/m-p/423833#M157976</guid>
      <dc:creator />
      <dc:date>2013-01-15T15:08:43Z</dc:date>
    </item>
  </channel>
</rss>

