<?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 How to get date from integer format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-date-from-integer-format/m-p/277640#M103472</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This looks like UNIX time to me, i.e. the number of seconds elapsed since midnight Thursday, January 1, 1970, UTC.&lt;/P&gt;&lt;P&gt;If it is, you could convert this number to a QlikView date by using&lt;BR /&gt;Date(MakeDate(1970,01,01) + YourDate / 24 / 60 / 60)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jan 2012 11:58:25 GMT</pubDate>
    <dc:creator>hic</dc:creator>
    <dc:date>2012-01-16T11:58:25Z</dc:date>
    <item>
      <title>How to get date from integer format</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-date-from-integer-format/m-p/277636#M103468</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;﻿1308731652&lt;/P&gt;&lt;P&gt;1283938205&lt;/P&gt;&lt;P&gt;is the data in the date feild,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to convert to datetime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Adv,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Venkatesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2012 06:54:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-date-from-integer-format/m-p/277636#M103468</guid>
      <dc:creator />
      <dc:date>2012-01-16T06:54:04Z</dc:date>
    </item>
    <item>
      <title>How to get date from integer format</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-date-from-integer-format/m-p/277637#M103469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;Ii does not looks correct numeric date . correct date should be 5 digit number or 5 digit number with decimal .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2012 06:59:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-date-from-integer-format/m-p/277637#M103469</guid>
      <dc:creator>vijay_iitkgp</dc:creator>
      <dc:date>2012-01-16T06:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to get date from integer format</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-date-from-integer-format/m-p/277638#M103470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkatesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Agree with Vijay.As per my understanding, the value which u have provided is incorrect value. I've attached one sample application with value which is showing the correct date and time by using timestamp and date function. please go-through the attachment file. Forgive me if i couldn't understood properly r if u find any mistakes in my reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;Arun Prasadh.N.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2012 07:42:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-date-from-integer-format/m-p/277638#M103470</guid>
      <dc:creator />
      <dc:date>2012-01-16T07:42:41Z</dc:date>
    </item>
    <item>
      <title>How to get date from integer format</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-date-from-integer-format/m-p/277639#M103471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; First convert this integer date field in correct data field like 5 digit&amp;nbsp; number and then apply DATE#,DATE FUNCTION to get a final date field.FLOOR IS another option available to filter it.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dushyant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2012 08:36:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-date-from-integer-format/m-p/277639#M103471</guid>
      <dc:creator />
      <dc:date>2012-01-16T08:36:42Z</dc:date>
    </item>
    <item>
      <title>How to get date from integer format</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-date-from-integer-format/m-p/277640#M103472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This looks like UNIX time to me, i.e. the number of seconds elapsed since midnight Thursday, January 1, 1970, UTC.&lt;/P&gt;&lt;P&gt;If it is, you could convert this number to a QlikView date by using&lt;BR /&gt;Date(MakeDate(1970,01,01) + YourDate / 24 / 60 / 60)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2012 11:58:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-date-from-integer-format/m-p/277640#M103472</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2012-01-16T11:58:25Z</dc:date>
    </item>
  </channel>
</rss>

