<?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: converting month number into month name in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/converting-month-number-into-month-name/m-p/415021#M154379</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;Date(Date#('MonthNumbers','MM'),'MMM') as Monthname&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Dec 2012 03:51:47 GMT</pubDate>
    <dc:creator>sivarajs</dc:creator>
    <dc:date>2012-12-07T03:51:47Z</dc:date>
    <item>
      <title>converting month number into month name</title>
      <link>https://community.qlik.com/t5/QlikView/converting-month-number-into-month-name/m-p/415017#M154375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Community.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to convert month number into monthname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have two table one table contain MonthName like Jan,Feb.........etc.&lt;/P&gt;&lt;P&gt;another table contain MonthNumbers like 01,02,03...........12 etc.&lt;/P&gt;&lt;P&gt;i want to convert monthnumbers into monthnames and so that i can link these two tables.&lt;/P&gt;&lt;P&gt;i tried using inline it's not working properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;somebody help me please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mukram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2012 23:33:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/converting-month-number-into-month-name/m-p/415017#M154375</guid>
      <dc:creator />
      <dc:date>2012-12-06T23:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: converting month number into month name</title>
      <link>https://community.qlik.com/t5/QlikView/converting-month-number-into-month-name/m-p/415018#M154376</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;Did u get month field from datefield?&lt;/P&gt;&lt;P&gt;if so,&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;if(num(Month(DateField)) &amp;lt;10, '0'&amp;amp;num(Month(DateField)),num(Month(DateField)) ) as MonthNumbers from table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else,&lt;/P&gt;&lt;P&gt;inline table only can use.QV is case sentitive , so please check once the values and fieldname&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2012 23:57:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/converting-month-number-into-month-name/m-p/415018#M154376</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-12-06T23:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: converting month number into month name</title>
      <link>https://community.qlik.com/t5/QlikView/converting-month-number-into-month-name/m-p/415019#M154377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in&amp;nbsp; one table i'm getting the Month from TransactionDate (06/12/2012) &lt;/P&gt;&lt;P&gt;Month(TransactionDate ) as Month, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in another table i have MonthYear(201206) from that i have taken monthNumber.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i applied your if condition but i'm gettings month numbers doubles.&lt;/P&gt;&lt;P&gt;1,2,,,12 and again 1,2,3,4,,,,,,,,12 etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Mukram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 00:36:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/converting-month-number-into-month-name/m-p/415019#M154377</guid>
      <dc:creator />
      <dc:date>2012-12-07T00:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: converting month number into month name</title>
      <link>https://community.qlik.com/t5/QlikView/converting-month-number-into-month-name/m-p/415020#M154378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mukram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use mapping load to create Monthname and monthnumm like,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Monthtable:&lt;/P&gt;&lt;P&gt;Mapping load inline [&lt;/P&gt;&lt;P&gt;Monthnum, MonthName&lt;/P&gt;&lt;P&gt;01,jan&lt;/P&gt;&lt;P&gt;02,feb&lt;/P&gt;&lt;P&gt;03,Mar&lt;/P&gt;&lt;P&gt;..]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that use applymap function where you want monthname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;applymap('monthtable',right(MonthYear,02) as Monthname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 02:55:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/converting-month-number-into-month-name/m-p/415020#M154378</guid>
      <dc:creator />
      <dc:date>2012-12-07T02:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: converting month number into month name</title>
      <link>https://community.qlik.com/t5/QlikView/converting-month-number-into-month-name/m-p/415021#M154379</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;Date(Date#('MonthNumbers','MM'),'MMM') as Monthname&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 03:51:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/converting-month-number-into-month-name/m-p/415021#M154379</guid>
      <dc:creator>sivarajs</dc:creator>
      <dc:date>2012-12-07T03:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: converting month number into month name</title>
      <link>https://community.qlik.com/t5/QlikView/converting-month-number-into-month-name/m-p/415022#M154380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I had the same problem and in the end I created a variable called "vThisMonthName" using this nested if statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;vCuFiscalPeriod&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=1,'Jan',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;vCuFiscalPeriod&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=2,'Feb',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;vCuFiscalPeriod&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=3,'Mar',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;vCuFiscalPeriod&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=4,'Apr',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;vCuFiscalPeriod&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=5,'May',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;vCuFiscalPeriod&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=6,'Jun',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;vCuFiscalPeriod&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=7,'Jul',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;vCuFiscalPeriod&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=8,'Aug',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;vCuFiscalPeriod&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=9,'Sep',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;vCuFiscalPeriod&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=10,'Oct',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;vCuFiscalPeriod&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=11,'Nov','Dec'))))))))))) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 15:40:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/converting-month-number-into-month-name/m-p/415022#M154380</guid>
      <dc:creator />
      <dc:date>2013-09-24T15:40:38Z</dc:date>
    </item>
  </channel>
</rss>

