<?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 Month Extraction in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Month-Extraction/m-p/511254#M191004</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;I would like to extract month (eg. Jan) info from a 012013 (monthyear field). Instead of getting 01 as the month output I would like to see Jan as the output from 012013.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jan 2014 23:04:15 GMT</pubDate>
    <dc:creator>hkg_qlik</dc:creator>
    <dc:date>2014-01-14T23:04:15Z</dc:date>
    <item>
      <title>Month Extraction</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Extraction/m-p/511254#M191004</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;I would like to extract month (eg. Jan) info from a 012013 (monthyear field). Instead of getting 01 as the month output I would like to see Jan as the output from 012013.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 23:04:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Extraction/m-p/511254#M191004</guid>
      <dc:creator>hkg_qlik</dc:creator>
      <dc:date>2014-01-14T23:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Month Extraction</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Extraction/m-p/511255#M191005</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;You can try to use MakeDate:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(MakeDate(Right('012013',4),Left('012013',2))) as Date,&lt;/P&gt;&lt;P&gt;Month(Date(MakeDate(Right('012013',4),Left('012013',2)))) as Month,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(MakeDate(Right(MyField,4),Left(MyField,2))) as Date,&lt;/P&gt;&lt;P&gt;Month(Date(MakeDate(Right(MyField,4),Left(MyField,2)))) as Month,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 23:10:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Extraction/m-p/511255#M191005</guid>
      <dc:creator />
      <dc:date>2014-01-14T23:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Month Extraction</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Extraction/m-p/511256#M191006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this ....&lt;/P&gt;&lt;P&gt;=month(MakeDate(right('012013',4),left('012013',2)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace 012013 with your MonthYear field..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 23:17:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Extraction/m-p/511256#M191006</guid>
      <dc:creator>phaneendra_kunc</dc:creator>
      <dc:date>2014-01-14T23:17:53Z</dc:date>
    </item>
  </channel>
</rss>

