<?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: convert integer column into date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/convert-integer-column-into-date/m-p/1252235#M854364</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=date(date#(DateField,'yyyymmdd'),'yyyy-mm-dd')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Feb 2017 16:21:11 GMT</pubDate>
    <dc:creator>datagrrl</dc:creator>
    <dc:date>2017-02-23T16:21:11Z</dc:date>
    <item>
      <title>convert integer column into date</title>
      <link>https://community.qlik.com/t5/QlikView/convert-integer-column-into-date/m-p/1252234#M854363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;i am new to qlik.&lt;/P&gt;&lt;P&gt;having column name DAY_KEY in integer format (&lt;SPAN style="color: #000000; font-family: Arial, sans-serif; font-size: 13px; text-align: right;"&gt;20161227&lt;/SPAN&gt;) want to convert in date format.&lt;/P&gt;&lt;P&gt;can anyone suggest solution.&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/convert-integer-column-into-date/m-p/1252234#M854363</guid>
      <dc:creator>sunil1989</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: convert integer column into date</title>
      <link>https://community.qlik.com/t5/QlikView/convert-integer-column-into-date/m-p/1252235#M854364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=date(date#(DateField,'yyyymmdd'),'yyyy-mm-dd')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 16:21:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-integer-column-into-date/m-p/1252235#M854364</guid>
      <dc:creator>datagrrl</dc:creator>
      <dc:date>2017-02-23T16:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: convert integer column into date</title>
      <link>https://community.qlik.com/t5/QlikView/convert-integer-column-into-date/m-p/1252236#M854365</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 could try with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Date#(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DAY_KEY&lt;/SPAN&gt;,'YYYYMMDD'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to convert into your default DateFormat, or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Date(Date#(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DAY_KEY&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;,'YYYYMMDD'), 'MM/DD/YYYY')&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;to get another format as required.&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;Pay attention to use upper case MM instead of mm in this case as the latter means minutes instead of months. Although looking the same, the result might be wrong (different underlying numerical values).&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;&lt;IMG alt="QlikCommunity_Thread_251033_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/154310_QlikCommunity_Thread_251033_Pic1.JPG" style="height: auto; width: auto;" /&gt;&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;hope this helps&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;regards&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;Marco&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 23:53:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-integer-column-into-date/m-p/1252236#M854365</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-02-23T23:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: convert integer column into date</title>
      <link>https://community.qlik.com/t5/QlikView/convert-integer-column-into-date/m-p/1252237#M854366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Date#()&lt;/STRONG&gt; will convert your&lt;STRONG&gt; integer format to Date format.&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Ex:-&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The Date# function formats any given string which holds a date to a valid date format&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;e.g. Date#('2015-08-18','YYYY-MM-DD')&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The Date() formats a valid date field to your liking&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;date('2015-08-18','MM/YY') will Show 08/15&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;if you got the solution for your issue,please close the thread by clicking "Correct Answer" &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2017 05:56:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-integer-column-into-date/m-p/1252237#M854366</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2017-02-24T05:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: convert integer column into date</title>
      <link>https://community.qlik.com/t5/QlikView/convert-integer-column-into-date/m-p/1252238#M854367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The examples below assume the two following operating system settings:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE cellspacing="0" class="TableStyle-LeftBold" style="margin-right: auto;"&gt;&lt;TBODY&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyE-Column1-Body1"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyF-Column2-Body1"&gt;&lt;P&gt;Default setting 1&lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyD-Column2-Body1"&gt;&lt;P&gt;Default setting 2&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyE-Column1-Body1"&gt;&lt;P&gt;Date format&lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyF-Column2-Body1"&gt;&lt;P style="text-align: center;"&gt;&amp;nbsp; YY-MM-DD&lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyD-Column2-Body1"&gt;&lt;P style="text-align: center;"&gt;&amp;nbsp; M/D/YY&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;date( A )&lt;/SPAN&gt; where&lt;STRONG&gt; A=35648&lt;/STRONG&gt; returns:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE cellspacing="0" class="TableStyle-LeftBold" style="margin-right: auto;"&gt;&lt;TBODY&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyE-Column1-Body1"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyF-Column2-Body1" style="text-align: right;"&gt;&lt;P&gt;Setting 1&lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyD-Column2-Body1" style="text-align: right;"&gt;&lt;P&gt;Setting 2&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyE-Column1-Body1"&gt;&lt;P&gt;String&lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyF-Column2-Body1"&gt;&lt;P style="text-align: right;"&gt;&amp;nbsp; 97-08-06&lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyD-Column2-Body1"&gt;&lt;P style="text-align: right;"&gt;&amp;nbsp; 8/6/97&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyE-Column1-Body1"&gt;&lt;P&gt;Number&lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyF-Column2-Body1"&gt;&lt;P style="text-align: right;"&gt;&amp;nbsp; 35648&lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyD-Column2-Body1"&gt;&lt;P style="text-align: right;"&gt;&amp;nbsp; 35648&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;date(&lt;STRONG&gt; A&lt;/STRONG&gt;, 'YY.MM.DD' )&lt;/SPAN&gt; where A=35648 returns:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE cellspacing="0" class="TableStyle-LeftBold" style="margin-right: auto;"&gt;&lt;TBODY&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyE-Column1-Body1"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyF-Column2-Body1" style="text-align: right;"&gt;&lt;P&gt;Setting 1&lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyD-Column2-Body1" style="text-align: right;"&gt;&lt;P&gt;Setting 2&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyE-Column1-Body1"&gt;&lt;P&gt;String&lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyF-Column2-Body1"&gt;&lt;P style="text-align: right;"&gt;&amp;nbsp; 97-08-06&lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyD-Column2-Body1"&gt;&lt;P style="text-align: right;"&gt;&amp;nbsp; 97-08-06&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyE-Column1-Body1"&gt;&lt;P&gt;Number&lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyF-Column2-Body1"&gt;&lt;P style="text-align: right;"&gt;&amp;nbsp; 35648&lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyD-Column2-Body1"&gt;&lt;P style="text-align: right;"&gt;&amp;nbsp; 35648&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;date( A, 'DD.MM.YY' )&lt;/SPAN&gt; where A=35648.375 returns:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE cellspacing="0" class="TableStyle-LeftBold" style="margin-right: auto;"&gt;&lt;TBODY&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyE-Column1-Body1"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyF-Column2-Body1" style="text-align: right;"&gt;&lt;P&gt;Setting 1&lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyD-Column2-Body1" style="text-align: right;"&gt;&lt;P&gt;Setting 2&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyE-Column1-Body1"&gt;&lt;P&gt;String&lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyF-Column2-Body1"&gt;&lt;P style="text-align: right;"&gt;&amp;nbsp; 06.08.1997&lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyD-Column2-Body1"&gt;&lt;P style="text-align: right;"&gt;&amp;nbsp; 06.08.1997&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyE-Column1-Body1"&gt;&lt;P&gt;Number&lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyF-Column2-Body1"&gt;&lt;P style="text-align: right;"&gt;&amp;nbsp; 35648.375&lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyD-Column2-Body1"&gt;&lt;P style="text-align: right;"&gt;&amp;nbsp; 35648.375&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;date( A, 'YY.MM.DD' )&lt;/SPAN&gt; where A=8/6/97 returns:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE cellspacing="0" class="TableStyle-LeftBold" style="margin-right: auto;"&gt;&lt;TBODY&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyE-Column1-Body1"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyF-Column2-Body1" style="text-align: right;"&gt;&lt;P&gt;Setting 1&lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyD-Column2-Body1" style="text-align: right;"&gt;&lt;P&gt;Setting 2&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyE-Column1-Body1"&gt;&lt;P&gt;String&lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyF-Column2-Body1"&gt;&lt;P style="text-align: left;"&gt;NULL(nothing)&lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyD-Column2-Body1"&gt;&lt;P style="text-align: right;"&gt;&amp;nbsp; 97.08.06&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyE-Column1-Body1"&gt;&lt;P&gt;Number&lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyF-Column2-Body1"&gt;&lt;P style="text-align: left;"&gt;NULL&lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyD-Column2-Body1"&gt;&lt;P style="text-align: right;"&gt;&amp;nbsp; 35648&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2017 06:13:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-integer-column-into-date/m-p/1252238#M854367</guid>
      <dc:creator>priyasawant</dc:creator>
      <dc:date>2017-02-24T06:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: convert integer column into date</title>
      <link>https://community.qlik.com/t5/QlikView/convert-integer-column-into-date/m-p/1252239#M854368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;date(date#(DateField,'yyyymmdd'),'MM-DD-YYYY')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Date is formatting function.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;D&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ate#() is used how to &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;interpret&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; the data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;By this function we need to tell to qlikview how your date format is...(&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'yyyymmdd'&lt;/STRONG&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;By Date function we convert this &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;.&lt;/SPAN&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'yyyymmdd'&lt;/STRONG&gt; into &lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'MM-DD-YYYY'&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;so result will be 12-27-2017&lt;/STRONG&gt;(dec 12th 2017)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2017 07:08:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-integer-column-into-date/m-p/1252239#M854368</guid>
      <dc:creator>surendraj</dc:creator>
      <dc:date>2017-02-24T07:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: convert integer column into date</title>
      <link>https://community.qlik.com/t5/QlikView/convert-integer-column-into-date/m-p/1252240#M854369</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;try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Date(MakeDate(Mid('20161227',1,4),Mid('20161227',5,2),Mid('20161227',8,2)),'DD-MMM-YYYY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2017 12:14:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-integer-column-into-date/m-p/1252240#M854369</guid>
      <dc:creator>muthukumar77</dc:creator>
      <dc:date>2017-02-24T12:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: convert integer column into date</title>
      <link>https://community.qlik.com/t5/QlikView/convert-integer-column-into-date/m-p/1252241#M854370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please close your thread if your question is answered&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2017 23:04:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-integer-column-into-date/m-p/1252241#M854370</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-02-24T23:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: convert integer column into date</title>
      <link>https://community.qlik.com/t5/QlikView/convert-integer-column-into-date/m-p/1252242#M854371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;date(Date#(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DAY_KEY&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;,'YYYYMMDD'), 'MM/DD/YYYY')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2017 23:59:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-integer-column-into-date/m-p/1252242#M854371</guid>
      <dc:creator>everest226</dc:creator>
      <dc:date>2017-02-24T23:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: convert integer column into date</title>
      <link>https://community.qlik.com/t5/QlikView/convert-integer-column-into-date/m-p/1252243#M854372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this Expreesion inn your script:&lt;/P&gt;&lt;P&gt;Date(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DAY_KEY&lt;/SPAN&gt;,'DD-MM-YYYY') as Datekey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 08:34:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-integer-column-into-date/m-p/1252243#M854372</guid>
      <dc:creator>sumitjadhav</dc:creator>
      <dc:date>2017-02-27T08:34:26Z</dc:date>
    </item>
  </channel>
</rss>

