<?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 month into Month name in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Convert-month-into-Month-name/m-p/773207#M274333</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;And more specific if you requires perfect monthname field then write like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Map:&lt;/P&gt;&lt;P&gt;Mapping &lt;/P&gt;&lt;P&gt;LOAD NumMonth,Month(Date#(MonthName,'MMM')) as MonthName;&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;NumMonth,MonthName&lt;/P&gt;&lt;P&gt;1,Jan&lt;/P&gt;&lt;P&gt;2,Feb&lt;/P&gt;&lt;P&gt;3,Mar&lt;/P&gt;&lt;P&gt;4,Apr&lt;/P&gt;&lt;P&gt;5,May&lt;/P&gt;&lt;P&gt;6,June&lt;/P&gt;&lt;P&gt;7,July&lt;/P&gt;&lt;P&gt;8,Aug&lt;/P&gt;&lt;P&gt;9,Sep&lt;/P&gt;&lt;P&gt;10,Oct&lt;/P&gt;&lt;P&gt;11,Nov&lt;/P&gt;&lt;P&gt;12,Dec&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Fact:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN class="Code" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;ApplyMap ('Map', NumMonth,&lt;/SPAN&gt;) as MonthName&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;From Source;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Nov 2014 14:49:35 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2014-11-05T14:49:35Z</dc:date>
    <item>
      <title>Convert month into Month name</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-month-into-Month-name/m-p/773202#M274328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all!&lt;/P&gt;&lt;P&gt;i have months as numbers in excel file, how can i convert them to Month Names in qlikview&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 14:04:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-month-into-Month-name/m-p/773202#M274328</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-05T14:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: Convert month into Month name</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-month-into-Month-name/m-p/773203#M274329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use below in your script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Subfield('$(MonthNames)',';',NumberFormatMonthField) as MonthName&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 14:07:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-month-into-Month-name/m-p/773203#M274329</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-11-05T14:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Convert month into Month name</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-month-into-Month-name/m-p/773204#M274330</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;Map the another String Month&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Map:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Mapping Load * inline&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;NumMonth,MonthName&lt;/P&gt;&lt;P&gt;1,Jan&lt;/P&gt;&lt;P&gt;2,Feb&lt;/P&gt;&lt;P&gt;3,Mar&lt;/P&gt;&lt;P&gt;4,Apr&lt;/P&gt;&lt;P&gt;5,May&lt;/P&gt;&lt;P&gt;6,June&lt;/P&gt;&lt;P&gt;7,July&lt;/P&gt;&lt;P&gt;8,Aug&lt;/P&gt;&lt;P&gt;9,Sep&lt;/P&gt;&lt;P&gt;10,Oct&lt;/P&gt;&lt;P&gt;11,Nov&lt;/P&gt;&lt;P&gt;12,Dec&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Fact:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;ApplyMap ('Map', NumMonth,&lt;/SPAN&gt;) as MonthName&lt;/P&gt;&lt;P&gt;From Source;&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>Wed, 05 Nov 2014 14:16:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-month-into-Month-name/m-p/773204#M274330</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-11-05T14:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Convert month into Month name</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-month-into-Month-name/m-p/773205#M274331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or how about this (much simpler). Assume that the column with month number is called MNum:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; text(Month('1/' &amp;amp; MNum &amp;amp; '/2014')) AS MonthName&lt;/P&gt;&lt;P&gt;FROM YourExcelFile.xlsx (...);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month() always returns a dual value, and depending on the context it will use the numerical or string representation. Text() forces the use of the string representation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 14:37:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-month-into-Month-name/m-p/773205#M274331</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-11-05T14:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Convert month into Month name</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-month-into-Month-name/m-p/773206#M274332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Note that, just like Manish's example this solution will use the month names (or abbreviations) that are set at the beginning of your script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you prefer full month names or different languages, then use the Mapping Table solution as presented above by Anand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 14:40:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-month-into-Month-name/m-p/773206#M274332</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-11-05T14:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Convert month into Month name</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-month-into-Month-name/m-p/773207#M274333</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;And more specific if you requires perfect monthname field then write like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Map:&lt;/P&gt;&lt;P&gt;Mapping &lt;/P&gt;&lt;P&gt;LOAD NumMonth,Month(Date#(MonthName,'MMM')) as MonthName;&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;NumMonth,MonthName&lt;/P&gt;&lt;P&gt;1,Jan&lt;/P&gt;&lt;P&gt;2,Feb&lt;/P&gt;&lt;P&gt;3,Mar&lt;/P&gt;&lt;P&gt;4,Apr&lt;/P&gt;&lt;P&gt;5,May&lt;/P&gt;&lt;P&gt;6,June&lt;/P&gt;&lt;P&gt;7,July&lt;/P&gt;&lt;P&gt;8,Aug&lt;/P&gt;&lt;P&gt;9,Sep&lt;/P&gt;&lt;P&gt;10,Oct&lt;/P&gt;&lt;P&gt;11,Nov&lt;/P&gt;&lt;P&gt;12,Dec&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Fact:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN class="Code" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;ApplyMap ('Map', NumMonth,&lt;/SPAN&gt;) as MonthName&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;From Source;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 14:49:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-month-into-Month-name/m-p/773207#M274333</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-11-05T14:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: Convert month into Month name</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-month-into-Month-name/m-p/773208#M274334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;Month(Date#(Monthnumberfield,'MM'))&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Monthname&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;from xxx;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 15:00:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-month-into-Month-name/m-p/773208#M274334</guid>
      <dc:creator>preminqlik</dc:creator>
      <dc:date>2014-11-05T15:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Convert month into Month name</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-month-into-Month-name/m-p/773209#M274335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the special variable MonthNames to do this&lt;/P&gt;&lt;P&gt;SubField(MonthNames,';',5)&amp;nbsp; will return May&lt;/P&gt;&lt;P&gt;SubField(LongMonthNames,';',6) will return June&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 15:21:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-month-into-Month-name/m-p/773209#M274335</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2014-11-05T15:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Convert month into Month name</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-month-into-Month-name/m-p/773210#M274336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone I have solved the problem by using Month(Date#(Monthnumberfield,'MM')) function&amp;nbsp;&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 11:07:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-month-into-Month-name/m-p/773210#M274336</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-06T11:07:23Z</dc:date>
    </item>
  </channel>
</rss>

