<?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: Create a date from a 6 digit code in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-a-date-from-a-6-digit-code/m-p/1243014#M394561</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check sample example:&lt;/P&gt;&lt;P&gt;aa:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dat&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20140812&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 20140611&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20140410&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;LOAD * &lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;date(Date#(Dat,'YYYYMMDD'),' YYYY/MM/DD') as newdate&lt;/P&gt;&lt;P&gt;Resident aa;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="new.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/143804_new.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Nov 2016 07:01:15 GMT</pubDate>
    <dc:creator>Chanty4u</dc:creator>
    <dc:date>2016-11-14T07:01:15Z</dc:date>
    <item>
      <title>Create a date from a 6 digit code</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-date-from-a-6-digit-code/m-p/1243012#M394559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good day,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to convert the REGISTRATION_MONTH_CODE into a date with the following format YYYY/MM/DD.&lt;/P&gt;&lt;P&gt;the first four numbers are a Year, next two are a month and then I will add 01 as the day.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/143793_1.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Your assistance will be highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Mzoxolo Mbini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2016 06:45:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-date-from-a-6-digit-code/m-p/1243012#M394559</guid>
      <dc:creator />
      <dc:date>2016-11-14T06:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Create a date from a 6 digit code</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-date-from-a-6-digit-code/m-p/1243013#M394560</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;Load*,&lt;/P&gt;&lt;P&gt;Date(Date#(Datefield,'YYYYMMDD'),'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;YYYY/MM/DD') AS newdate&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: 12px;"&gt;resident oldtable;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2016 06:51:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-date-from-a-6-digit-code/m-p/1243013#M394560</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-11-14T06:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Create a date from a 6 digit code</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-date-from-a-6-digit-code/m-p/1243014#M394561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check sample example:&lt;/P&gt;&lt;P&gt;aa:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dat&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20140812&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 20140611&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20140410&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;LOAD * &lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;date(Date#(Dat,'YYYYMMDD'),' YYYY/MM/DD') as newdate&lt;/P&gt;&lt;P&gt;Resident aa;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="new.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/143804_new.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2016 07:01:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-date-from-a-6-digit-code/m-p/1243014#M394561</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-11-14T07:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Create a date from a 6 digit code</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-date-from-a-6-digit-code/m-p/1243015#M394562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;REGISTRATION_MONTH_CODE&lt;/P&gt;&lt;P&gt;Date(REGISTRATION_MONTH_CODE,'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;YYYY/MM/DD&lt;/SPAN&gt;') as New_REGISTRATION_MONTH_CODE&lt;/P&gt;&lt;P&gt;From Location;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt;:- Be insure you have proper date format for the field REGISTRATION_MONTH_CODE&lt;/P&gt;&lt;P&gt;if not then try with this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Date#(REGISTRATION_MONTH_CODE,'YYYYMMDD'),'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;YYYY/MM/DD&lt;/SPAN&gt;') as New_REGISTRATION_MONTH_CODE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2016 07:07:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-date-from-a-6-digit-code/m-p/1243015#M394562</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2016-11-14T07:07:11Z</dc:date>
    </item>
  </channel>
</rss>

