<?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 date conversion in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/date-conversion/m-p/148967#M27182</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you!! i got it now.. thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jul 2009 10:17:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-07-10T10:17:37Z</dc:date>
    <item>
      <title>date conversion</title>
      <link>https://community.qlik.com/t5/QlikView/date-conversion/m-p/148965#M27180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, im just a beginner in qlikview.. may i know&lt;/P&gt;&lt;P&gt;i got a column list of date - '200901' refers to Jan 09 or '200805' refers to May 09.&lt;/P&gt;&lt;P&gt;How should I convert to 2 columns '2009' and 'Jan' when qlikview reads the column as '200901' ?&lt;BR /&gt;&lt;BR /&gt;Thanks for your help!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2009 08:20:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-conversion/m-p/148965#M27180</guid>
      <dc:creator />
      <dc:date>2009-07-10T08:20:44Z</dc:date>
    </item>
    <item>
      <title>date conversion</title>
      <link>https://community.qlik.com/t5/QlikView/date-conversion/m-p/148966#M27181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use string functions like left(date,4) to take the fist 4 digits and create a new field called year, and so on.&lt;/P&gt;&lt;P&gt;So if you have a script like:&lt;/P&gt;&lt;P&gt;LOAD column1 as ListDate from xxx.xls;&lt;/P&gt;&lt;P&gt;You can create additional fields like:&lt;/P&gt;&lt;P&gt;LOAD column1 as ListDate,&lt;/P&gt;&lt;P&gt;left(column1,4) as Year,&lt;/P&gt;&lt;P&gt;right(column1,2) as Month&lt;/P&gt;&lt;P&gt;from xxx.xls;&lt;/P&gt;&lt;P&gt;You get the idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2009 10:10:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-conversion/m-p/148966#M27181</guid>
      <dc:creator>disqr_rm</dc:creator>
      <dc:date>2009-07-10T10:10:41Z</dc:date>
    </item>
    <item>
      <title>date conversion</title>
      <link>https://community.qlik.com/t5/QlikView/date-conversion/m-p/148967#M27182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you!! i got it now.. thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2009 10:17:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-conversion/m-p/148967#M27182</guid>
      <dc:creator />
      <dc:date>2009-07-10T10:17:37Z</dc:date>
    </item>
  </channel>
</rss>

