<?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 field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Timestamp-field/m-p/358116#M132921</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are on the right track, but the format string in the date# function must match the data exactly. Assuming the remaining digits represent the time (and I think the date is in YYYYMMDD format):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(date#(Timestamp, 'YYYYMMDDhhmmss'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although this displays the date only, the time part is still part of the value (date() only formats, it does not truncate)&lt;/P&gt;&lt;P&gt;If you want to discard the time part, use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(floor(date#(Timestamp, 'YYYYMMDDhhmmss')))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jul 2012 11:08:29 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2012-07-19T11:08:29Z</dc:date>
    <item>
      <title>Timestamp field</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-field/m-p/358115#M132920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the below string as my timestamp when pulled in QV from an SAP system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;20111103145103&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I make this into a meaningful date?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used the following but to no avail - date(date#(Timestamp,'DDMMYYY'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 10:53:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-field/m-p/358115#M132920</guid>
      <dc:creator />
      <dc:date>2012-07-19T10:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp field</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-field/m-p/358116#M132921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are on the right track, but the format string in the date# function must match the data exactly. Assuming the remaining digits represent the time (and I think the date is in YYYYMMDD format):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(date#(Timestamp, 'YYYYMMDDhhmmss'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although this displays the date only, the time part is still part of the value (date() only formats, it does not truncate)&lt;/P&gt;&lt;P&gt;If you want to discard the time part, use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(floor(date#(Timestamp, 'YYYYMMDDhhmmss')))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 11:08:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-field/m-p/358116#M132921</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-07-19T11:08:29Z</dc:date>
    </item>
  </channel>
</rss>

