<?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 Get full month name in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Get-full-month-name/m-p/375670#M139975</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it's working but when &lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;vMaxDateVariable is 12 i'm getting 2 instead of 1.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Mar 2012 15:29:43 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-03-29T15:29:43Z</dc:date>
    <item>
      <title>Get full month name</title>
      <link>https://community.qlik.com/t5/QlikView/Get-full-month-name/m-p/375662#M139967</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;I'm runing below code it works fine.&lt;/P&gt;&lt;P&gt;&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;&lt;P&gt;SQLData:&lt;/P&gt;&lt;P&gt;//Concatenate (LatestMonth)&lt;/P&gt;&lt;P&gt;LOAD *,Month(DateTime) AS MonthName1&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM "Split Data".dbo."TempData_Date_JanToFeb"&lt;/P&gt;&lt;P&gt;Where &lt;/P&gt;&lt;P&gt;//DateTime &amp;gt;'2012-03-05 00:00:00.000'&lt;/P&gt;&lt;P&gt;DateTime &amp;gt; '$(vMaxDate)' &lt;/P&gt;&lt;P&gt;and datename(month,[datetime])='March'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;But if i change it to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQLData:&lt;/P&gt;&lt;P&gt;//Concatenate (LatestMonth)&lt;/P&gt;&lt;P&gt;LOAD *,Month(DateTime) AS MonthName1&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM "Split Data".dbo."TempData_Date_JanToFeb"&lt;/P&gt;&lt;P&gt;Where &lt;/P&gt;&lt;P&gt;//DateTime &amp;gt;'2012-03-05 00:00:00.000'&lt;/P&gt;&lt;P&gt;DateTime &amp;gt; '$(vMaxDate)' &lt;/P&gt;&lt;P&gt;and datename(month,[datetime])='$(vMonth)'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In variable vMonth name i'm getting name as &lt;STRONG&gt;Mar . I'm getting this from one of my previous loaded field by using peek function. How can i change it into fullname of month.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I'm using Month(fieldname) as MonthName&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Let vMonth=Peek('&lt;STRONG&gt;MonthName&lt;/STRONG&gt;');&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 13:03:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-full-month-name/m-p/375662#M139967</guid>
      <dc:creator />
      <dc:date>2012-03-29T13:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Get full month name</title>
      <link>https://community.qlik.com/t5/QlikView/Get-full-month-name/m-p/375663#M139968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use date(fieldname,'MMMM') instead of month(fieldname)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 13:05:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-full-month-name/m-p/375663#M139968</guid>
      <dc:creator />
      <dc:date>2012-03-29T13:05:44Z</dc:date>
    </item>
    <item>
      <title>Get full month name</title>
      <link>https://community.qlik.com/t5/QlikView/Get-full-month-name/m-p/375664#M139969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks to help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 13:17:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-full-month-name/m-p/375664#M139969</guid>
      <dc:creator />
      <dc:date>2012-03-29T13:17:10Z</dc:date>
    </item>
    <item>
      <title>Get full month name</title>
      <link>https://community.qlik.com/t5/QlikView/Get-full-month-name/m-p/375665#M139970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i've a datefield with different number of dates. I'm catching the max date using peek function in a variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i get the next monthname in a variable. It should also be in the format &lt;STRONG&gt;March &lt;/STRONG&gt;not as &lt;STRONG&gt;Mar&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;full name format i want to store in a variable.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 14:15:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-full-month-name/m-p/375665#M139970</guid>
      <dc:creator />
      <dc:date>2012-03-29T14:15:53Z</dc:date>
    </item>
    <item>
      <title>Get full month name</title>
      <link>https://community.qlik.com/t5/QlikView/Get-full-month-name/m-p/375666#M139971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; use Text(Date(AddMonths(vMaxDateVariable,1),'MMM'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 14:24:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-full-month-name/m-p/375666#M139971</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-03-29T14:24:02Z</dc:date>
    </item>
    <item>
      <title>Get full month name</title>
      <link>https://community.qlik.com/t5/QlikView/Get-full-month-name/m-p/375667#M139972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not only name of the month i want to store month number is seperate variable&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 14:24:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-full-month-name/m-p/375667#M139972</guid>
      <dc:creator />
      <dc:date>2012-03-29T14:24:03Z</dc:date>
    </item>
    <item>
      <title>Get full month name</title>
      <link>https://community.qlik.com/t5/QlikView/Get-full-month-name/m-p/375668#M139973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also try using this:&amp;nbsp; Dual(Month(fieldname),date(fieldname,'MMMM')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 14:32:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-full-month-name/m-p/375668#M139973</guid>
      <dc:creator />
      <dc:date>2012-03-29T14:32:18Z</dc:date>
    </item>
    <item>
      <title>Get full month name</title>
      <link>https://community.qlik.com/t5/QlikView/Get-full-month-name/m-p/375669#M139974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Yes you can use dual for this case.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =Dual(Date(AddMonths(vMaxDateVariable,1),'MMMM'),Month(AddMonths(vMaxDateVariable,1)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Variable name to get Month Name and use Num(Variable name) to get month number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 14:37:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-full-month-name/m-p/375669#M139974</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-03-29T14:37:27Z</dc:date>
    </item>
    <item>
      <title>Get full month name</title>
      <link>https://community.qlik.com/t5/QlikView/Get-full-month-name/m-p/375670#M139975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it's working but when &lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;vMaxDateVariable is 12 i'm getting 2 instead of 1.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 15:29:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-full-month-name/m-p/375670#M139975</guid>
      <dc:creator />
      <dc:date>2012-03-29T15:29:43Z</dc:date>
    </item>
    <item>
      <title>Get full month name</title>
      <link>https://community.qlik.com/t5/QlikView/Get-full-month-name/m-p/375671#M139976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; What Expression you used in this vMaxDateVariable?is it a date or only month?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2012 04:22:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-full-month-name/m-p/375671#M139976</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-03-30T04:22:54Z</dc:date>
    </item>
    <item>
      <title>Get full month name</title>
      <link>https://community.qlik.com/t5/QlikView/Get-full-month-name/m-p/375672#M139977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Check with this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =Dual(Date(AddMonths(MakeDate(2012,vMaxDateVariable),1),'MMMM'),Month(AddMonths(MakeDate(2012,vMaxDateVariable),1)))&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;better make your vMaxDateVariable as Maximum date instead of maximum month then you can use the expression in the previous post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2012 04:29:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-full-month-name/m-p/375672#M139977</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-03-30T04:29:44Z</dc:date>
    </item>
  </channel>
</rss>

