<?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 Numeric to Date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Convert-Numeric-to-Date/m-p/420002#M1156563</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 have to use this expression in your LOAD script :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;=Date(Date#(DATUM_AANVRAAG,'YYYYMMDD'),'YYYY-MM-DD')&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin Favier&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jan 2013 14:04:28 GMT</pubDate>
    <dc:creator>martin59</dc:creator>
    <dc:date>2013-01-14T14:04:28Z</dc:date>
    <item>
      <title>Convert Numeric to Date</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Numeric-to-Date/m-p/420000#M1156561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A simple question from a Qlikview personal edition user. I'm using an Oracle database with a numeric column which looks like the follow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="153"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" style="border-bottom: white 1.5pt solid; border-left: white 0.5pt solid; font-family: Calibri; background: #4f81bd; color: white; font-size: 11pt; border-top: medium none; font-weight: bold; border-right: white 0.5pt solid;" width="153"&gt;DATUM_AANVRAAG&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20" style="border-bottom: white 0.5pt solid; border-left: white 0.5pt solid; font-family: Calibri; background: #b8cce4; color: black; font-size: 11pt; border-top: medium none; font-weight: 400; border-right: white 0.5pt solid;"&gt;20060929&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20" style="border-bottom: white 0.5pt solid; border-left: white 0.5pt solid; font-family: Calibri; background: #dbe5f1; color: black; font-size: 11pt; border-top: medium none; font-weight: 400; border-right: white 0.5pt solid;"&gt;20061109&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20" style="border-bottom: white 0.5pt solid; border-left: white 0.5pt solid; font-family: Calibri; background: #b8cce4; color: black; font-size: 11pt; border-top: medium none; font-weight: 400; border-right: white 0.5pt solid;"&gt;20061114&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20" style="border-bottom: white 0.5pt solid; border-left: white 0.5pt solid; font-family: Calibri; background: #dbe5f1; color: black; font-size: 11pt; border-top: medium none; font-weight: 400; border-right: white 0.5pt solid;"&gt;20070219&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20" style="border-bottom: white 0.5pt solid; border-left: white 0.5pt solid; font-family: Calibri; background: #b8cce4; color: black; font-size: 11pt; border-top: medium none; font-weight: 400; border-right: white 0.5pt solid;"&gt;20070906&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20" style="border-bottom: white 0.5pt solid; border-left: white 0.5pt solid; font-family: Calibri; background: #dbe5f1; color: black; font-size: 11pt; border-top: medium none; font-weight: 400; border-right: white 0.5pt solid;"&gt;20070906&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i load these numbers so that the become a date? So that for example 20060929 become 29-09-2006.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2013 13:57:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Numeric-to-Date/m-p/420000#M1156561</guid>
      <dc:creator />
      <dc:date>2013-01-14T13:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Numeric to Date</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Numeric-to-Date/m-p/420001#M1156562</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;=Date(Date#(20060929,'YYYYMMDD'),'YYYY-MM-DD')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2013 14:01:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Numeric-to-Date/m-p/420001#M1156562</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2013-01-14T14:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Numeric to Date</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Numeric-to-Date/m-p/420002#M1156563</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 have to use this expression in your LOAD script :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;=Date(Date#(DATUM_AANVRAAG,'YYYYMMDD'),'YYYY-MM-DD')&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin Favier&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2013 14:04:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Numeric-to-Date/m-p/420002#M1156563</guid>
      <dc:creator>martin59</dc:creator>
      <dc:date>2013-01-14T14:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Numeric to Date</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Numeric-to-Date/m-p/420003#M1156564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you set a variable date format &lt;/P&gt;&lt;P&gt;SET DateFormat='YYYY-MM-DD';&lt;/P&gt;&lt;P&gt;Then you can smply use as&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;=Date(Date#(DATUM_AANVRAAG,'YYYYMMDD'))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other wise&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;=Date(Date#(DATUM_AANVRAAG,'YYYYMMDD'),&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;'YYYY-MM-DD'&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Hope it helps&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2013 14:08:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Numeric-to-Date/m-p/420003#M1156564</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2013-01-14T14:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Numeric to Date</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Numeric-to-Date/m-p/420004#M1156565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it working, thanks for the help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2013 14:27:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Numeric-to-Date/m-p/420004#M1156565</guid>
      <dc:creator />
      <dc:date>2013-01-14T14:27:43Z</dc:date>
    </item>
  </channel>
</rss>

