<?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 Month Name from Number in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Get-Month-Name-from-Number/m-p/167962#M39337</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, simply do like this.. set your date formate as your way.. example:&lt;/P&gt;&lt;P&gt;SET DateFormat='M/D/YYYY';&lt;/P&gt;&lt;P&gt;we have a method named, Month() . it always takes a date and retuns the month name(first 3 chars: nov) as string. so, here i have used that method and giving a parameter like '11/1/1111'. your max(total MonthName) returns 11 and i given date as 1 and year as 1111. dont bother about date and year values. it only consider the month value. try like this..&lt;/P&gt;&lt;P&gt;=month('max(total MonthName)&amp;amp;'/'&amp;amp;'1'&amp;amp;'/'&amp;amp;'1111') &amp;amp; 'YTD Customer Report'&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;A'run'&lt;IMG alt="Idea" src="http://community.qlik.com/emoticons/emotion-55.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Mar 2011 05:16:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-03-18T05:16:05Z</dc:date>
    <item>
      <title>Get Month Name from Number</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Month-Name-from-Number/m-p/167961#M39336</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 have this formula for the report name that uses the most recent month selected as part of the report name.&lt;/P&gt;&lt;P&gt;nb: MonthName is just that the name of the month e.g. Nov-11, when the range July to November are selected the formula:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;max(total MonthName) &amp;amp; ' YTD Customer Report'&lt;/P&gt;&lt;P&gt;returns "11 YTD Customer Report". I want it to say "Nov YTD Customer Report".&lt;/P&gt;&lt;P&gt;How do I change my formula to get the name of the month not the number&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2011 04:55:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Month-Name-from-Number/m-p/167961#M39336</guid>
      <dc:creator />
      <dc:date>2011-03-18T04:55:28Z</dc:date>
    </item>
    <item>
      <title>Get Month Name from Number</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Month-Name-from-Number/m-p/167962#M39337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, simply do like this.. set your date formate as your way.. example:&lt;/P&gt;&lt;P&gt;SET DateFormat='M/D/YYYY';&lt;/P&gt;&lt;P&gt;we have a method named, Month() . it always takes a date and retuns the month name(first 3 chars: nov) as string. so, here i have used that method and giving a parameter like '11/1/1111'. your max(total MonthName) returns 11 and i given date as 1 and year as 1111. dont bother about date and year values. it only consider the month value. try like this..&lt;/P&gt;&lt;P&gt;=month('max(total MonthName)&amp;amp;'/'&amp;amp;'1'&amp;amp;'/'&amp;amp;'1111') &amp;amp; 'YTD Customer Report'&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;A'run'&lt;IMG alt="Idea" src="http://community.qlik.com/emoticons/emotion-55.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2011 05:16:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Month-Name-from-Number/m-p/167962#M39337</guid>
      <dc:creator />
      <dc:date>2011-03-18T05:16:05Z</dc:date>
    </item>
    <item>
      <title>Get Month Name from Number</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Month-Name-from-Number/m-p/167963#M39338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if its not working.. try like this also =month('max(total MonthName)&amp;amp;/&amp;amp;1&amp;amp;/&amp;amp;1111') &amp;amp; 'YTD Customer Report'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;A'run'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2011 05:20:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Month-Name-from-Number/m-p/167963#M39338</guid>
      <dc:creator />
      <dc:date>2011-03-18T05:20:02Z</dc:date>
    </item>
    <item>
      <title>Get Month Name from Number</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Month-Name-from-Number/m-p/167964#M39339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Davidcoad,&lt;/P&gt;&lt;P&gt;If you have date field then you make it this way. So when ever the user selects the Monthname, you will get the maximum date.&lt;/P&gt;&lt;P&gt;MonthName(Max(Date)).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2011 05:34:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Month-Name-from-Number/m-p/167964#M39339</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2011-03-18T05:34:01Z</dc:date>
    </item>
    <item>
      <title>Get Month Name from Number</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Month-Name-from-Number/m-p/167965#M39340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;P&gt;The Max function causes the numeric version of the dual to be used. This might work:&lt;/P&gt;&lt;P&gt;=text(max(total MonthName)) &amp;amp; ' YTD Customer Report'.&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2011 05:40:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Month-Name-from-Number/m-p/167965#M39340</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2011-03-18T05:40:27Z</dc:date>
    </item>
    <item>
      <title>Get Month Name from Number</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Month-Name-from-Number/m-p/167966#M39341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi.. deepak the monthName function returns.. monthname with year also. so, i think this is not fullfill our requirement..&lt;/P&gt;&lt;P&gt;plz check it once.. dont consider my reply, if am wrong..&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;A'run'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2011 05:42:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Month-Name-from-Number/m-p/167966#M39341</guid>
      <dc:creator />
      <dc:date>2011-03-18T05:42:25Z</dc:date>
    </item>
    <item>
      <title>Get Month Name from Number</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Month-Name-from-Number/m-p/167967#M39342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pls Try Following Method.&lt;/P&gt;&lt;P&gt;=NUM(Month(Date#(MonthName,'MMM')))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2011 06:32:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Month-Name-from-Number/m-p/167967#M39342</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2011-03-18T06:32:18Z</dc:date>
    </item>
  </channel>
</rss>

