<?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 format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Timestamp-format/m-p/1398047#M816218</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;timestamp#(Aufnahme, 'DD.MM.YYYY hh:mm' is not working, but the other two Versions!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankx!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Sep 2017 06:34:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-09-13T06:34:33Z</dc:date>
    <item>
      <title>Timestamp format</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-format/m-p/1398043#M816212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;I can't solve my problem with a timestamp. Above you can find my table. The numers are formated as "integer". There you can see that the second column ist not formated in the right way, so I can't calculate the duration.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="dates1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/176246_dates1.png" style="width: 326px; height: 338px;" /&gt;&lt;/P&gt;&lt;P&gt;The script to format the second column is:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;timestamp#&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Aufnahme&lt;/SPAN&gt;,'DD.MM.YYYY') &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;Aufnahme_sAufn&lt;/SPAN&gt;,&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;ut it seems to be wrong. Why? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;How can I format my second date in the correct way?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-format/m-p/1398043#M816212</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp format</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-format/m-p/1398044#M816213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;Date(Floor(&lt;/SPAN&gt;TimeStamp#(Aufnahme,'DD.MM.YYYY &lt;SPAN style="color: #ff0000;"&gt;hh:mm&lt;/SPAN&gt;')&lt;SPAN style="color: #ff0000;"&gt;))&lt;/SPAN&gt; as Aufnahme_sAufn,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;TimeStamp#(Aufnahme,'DD.MM.YYYY &lt;SPAN style="color: #ff0000;"&gt;hh:mm&lt;/SPAN&gt;') as Aufnahme_sAufn,&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 13:08:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-format/m-p/1398044#M816213</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-12T13:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp format</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-format/m-p/1398045#M816215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;timestamp# &lt;STRONG&gt;reads&lt;/STRONG&gt; a given string in the format specified incl the delimiters, so should be&lt;/P&gt;&lt;P&gt;timestamp#(Aufnahme, 'DD.MM.YYYY hh:mm').&lt;/P&gt;&lt;P&gt;This usually should end as a decimula number&amp;nbsp; eg 42950.15.&lt;/P&gt;&lt;P&gt;In order &lt;STRONG&gt;display &lt;/STRONG&gt;this as a timestamp you need to enclose this function with the timestamp-function:&lt;/P&gt;&lt;P&gt;timestamp(timestamp#(Aufnahme, 'DD.MM.YYYY hh:mm'))&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - this may display in the current timestamp settings&lt;/P&gt;&lt;P&gt;timestamp(timestamp#(Aufnahme, 'DD.MM.YYYY hh:mm'), 'DD.MMM.YY hh:mm:ss') - to use any format of your own&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 13:10:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-format/m-p/1398045#M816215</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2017-09-12T13:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp format</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-format/m-p/1398046#M816216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your Date is in text format. You can do something like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your script, main tab, change below set variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET TimestampFormat='DD.MM.YYYY hh:mm';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then use below&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #0000ff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #0000ff;"&gt;date(floor&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #800000;"&gt;Aufnahme)&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt;"&gt;,'DD.MM.YYYY') &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #0000ff;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #800000;"&gt;Aufnahme_sAufn&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt;"&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 13:18:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-format/m-p/1398046#M816216</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-09-12T13:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp format</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-format/m-p/1398047#M816218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;timestamp#(Aufnahme, 'DD.MM.YYYY hh:mm' is not working, but the other two Versions!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankx!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 06:34:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-format/m-p/1398047#M816218</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-13T06:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp format</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-format/m-p/1398048#M816220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct! This works, too!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 06:36:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-format/m-p/1398048#M816220</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-13T06:36:38Z</dc:date>
    </item>
  </channel>
</rss>

