<?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 Format problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Timestamp-Format-problem/m-p/1335685#M614754</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem wih the timestamp format, this is my script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Start_time = 'leer',Previous(&lt;SPAN style="font-size: 13.3333px;"&gt;Start_time &lt;/SPAN&gt;)-Time(1/1440,'mm'),(&lt;SPAN style="font-size: 13.3333px;"&gt;Start_time &lt;/SPAN&gt;)) as &lt;SPAN style="font-size: 13.3333px;"&gt;Start_time,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I always get the previous time - 1 min not in a timestamp format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Start_time.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/166203_Start_time.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get always a timestamp?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Jun 2017 12:56:30 GMT</pubDate>
    <dc:creator>alexandermllr</dc:creator>
    <dc:date>2017-06-08T12:56:30Z</dc:date>
    <item>
      <title>Timestamp Format problem</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-Format-problem/m-p/1335685#M614754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem wih the timestamp format, this is my script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Start_time = 'leer',Previous(&lt;SPAN style="font-size: 13.3333px;"&gt;Start_time &lt;/SPAN&gt;)-Time(1/1440,'mm'),(&lt;SPAN style="font-size: 13.3333px;"&gt;Start_time &lt;/SPAN&gt;)) as &lt;SPAN style="font-size: 13.3333px;"&gt;Start_time,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I always get the previous time - 1 min not in a timestamp format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Start_time.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/166203_Start_time.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get always a timestamp?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 12:56:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-Format-problem/m-p/1335685#M614754</guid>
      <dc:creator>alexandermllr</dc:creator>
      <dc:date>2017-06-08T12:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp Format problem</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-Format-problem/m-p/1335686#M614755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TIMESTAMP is just a formatting. Calculation itself is done on pure numbers.&lt;/P&gt;&lt;P&gt;Suggest to use&lt;/P&gt;&lt;P&gt;TIMESTAMP(if(Start_time = 'leer',Previous(&lt;SPAN style="font-size: 13.3333px;"&gt;Start_time &lt;/SPAN&gt;)-(1/1440),(&lt;SPAN style="font-size: 13.3333px;"&gt;Start_time &lt;/SPAN&gt;))) as &lt;SPAN style="font-size: 13.3333px;"&gt;Start_time&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;instead.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Peter&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 13:07:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-Format-problem/m-p/1335686#M614755</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2017-06-08T13:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp Format problem</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-Format-problem/m-p/1335687#M614756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much !! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 13:09:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-Format-problem/m-p/1335687#M614756</guid>
      <dc:creator>alexandermllr</dc:creator>
      <dc:date>2017-06-08T13:09:52Z</dc:date>
    </item>
  </channel>
</rss>

