<?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: How to get month name from month number in Visualization and Usability</title>
    <link>https://community.qlik.com/t5/Visualization-and-Usability/How-to-get-month-name-from-month-number/m-p/1989853#M215744</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/675"&gt;@MarcoWedel&lt;/a&gt;&amp;nbsp; I tried your solution and it worked perfectly fine. Thanks.&lt;/P&gt;
&lt;P&gt;NoConcatenate&lt;BR /&gt;Temp:&lt;BR /&gt;Load Month,&lt;BR /&gt;MOnth(Date#(Month,'M')) as Month_Name&lt;/P&gt;
&lt;P&gt;inline [&lt;BR /&gt;Month&lt;BR /&gt;1&lt;BR /&gt;2&lt;BR /&gt;3&lt;BR /&gt;4&lt;BR /&gt;5&lt;BR /&gt;6&lt;BR /&gt;7&lt;BR /&gt;8&lt;BR /&gt;9&lt;BR /&gt;10&lt;BR /&gt;11&lt;BR /&gt;12&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;Exit Script;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sidhiq91_0-1665110894753.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/90763i05A8FF6FF2975FED/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sidhiq91_0-1665110894753.png" alt="sidhiq91_0-1665110894753.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 07 Oct 2022 02:48:33 GMT</pubDate>
    <dc:creator>sidhiq91</dc:creator>
    <dc:date>2022-10-07T02:48:33Z</dc:date>
    <item>
      <title>How to get month name from month number</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/How-to-get-month-name-from-month-number/m-p/1989719#M215713</link>
      <description>&lt;P&gt;Hi Everyone,&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/12989" target="_blank" rel="noopener"&gt;@Michael_Tarallo&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/25532" target="_blank" rel="noopener"&gt;@mbj&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/41481" target="_blank" rel="noopener"&gt;@petter&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48875" target="_blank" rel="noopener"&gt;@richbyard&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/60873" target="_blank" rel="noopener"&gt;@Mp3Leaks&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/16339" target="_blank" rel="noopener"&gt;@rohitk1609&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6335" target="_blank" rel="noopener"&gt;@Marcus_Spitzmiller&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/35422" target="_blank" rel="noopener"&gt;@ergustafsson&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/42605" target="_blank" rel="noopener"&gt;@Masaki_Hamano&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/60553" target="_blank" rel="noopener"&gt;@Sue_Macaluso&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Good Evening&lt;/P&gt;
&lt;P&gt;i am using month_no column in my app but i want month_name with the help of month_no column how we can use.&lt;BR /&gt;kindly help me in this.&lt;/P&gt;
&lt;P&gt;Thanks&lt;BR /&gt;Aditya&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2022 16:19:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/How-to-get-month-name-from-month-number/m-p/1989719#M215713</guid>
      <dc:creator>aditya_pratap</dc:creator>
      <dc:date>2022-10-06T16:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to get month name from month number</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/How-to-get-month-name-from-month-number/m-p/1989726#M215715</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/191742"&gt;@aditya_pratap&lt;/a&gt;&amp;nbsp; Could you please try something like below in your script:&lt;/P&gt;
&lt;P&gt;Temp:&lt;BR /&gt;Mapping Load * inline [&lt;BR /&gt;Month, MonthName&lt;BR /&gt;1,Jan&lt;BR /&gt;2,Feb&lt;BR /&gt;3,Mar&lt;BR /&gt;4,Apr&lt;BR /&gt;5,May&lt;BR /&gt;6,Jun&lt;BR /&gt;7,July&lt;BR /&gt;8,Aug&lt;BR /&gt;9,Sept&lt;BR /&gt;10,Oct&lt;BR /&gt;11,Nov&lt;BR /&gt;12,Dec&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NoConcatenate&lt;BR /&gt;Temp:&lt;BR /&gt;Load Month,&lt;BR /&gt;ApplyMap('Temp',Month) as MonthNames&lt;BR /&gt;inline [&lt;BR /&gt;Month&lt;BR /&gt;1&lt;BR /&gt;2&lt;BR /&gt;3&lt;BR /&gt;4&lt;BR /&gt;5&lt;BR /&gt;6&lt;BR /&gt;7&lt;BR /&gt;8&lt;BR /&gt;9&lt;BR /&gt;10&lt;BR /&gt;11&lt;BR /&gt;12&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;Exit Script;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2022 16:31:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/How-to-get-month-name-from-month-number/m-p/1989726#M215715</guid>
      <dc:creator>sidhiq91</dc:creator>
      <dc:date>2022-10-06T16:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to get month name from month number</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/How-to-get-month-name-from-month-number/m-p/1989789#M215729</link>
      <description>&lt;LI-CODE lang="markup"&gt;Month(Date#(month_no,'M'))&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 06 Oct 2022 19:59:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/How-to-get-month-name-from-month-number/m-p/1989789#M215729</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2022-10-06T19:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to get month name from month number</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/How-to-get-month-name-from-month-number/m-p/1989853#M215744</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/675"&gt;@MarcoWedel&lt;/a&gt;&amp;nbsp; I tried your solution and it worked perfectly fine. Thanks.&lt;/P&gt;
&lt;P&gt;NoConcatenate&lt;BR /&gt;Temp:&lt;BR /&gt;Load Month,&lt;BR /&gt;MOnth(Date#(Month,'M')) as Month_Name&lt;/P&gt;
&lt;P&gt;inline [&lt;BR /&gt;Month&lt;BR /&gt;1&lt;BR /&gt;2&lt;BR /&gt;3&lt;BR /&gt;4&lt;BR /&gt;5&lt;BR /&gt;6&lt;BR /&gt;7&lt;BR /&gt;8&lt;BR /&gt;9&lt;BR /&gt;10&lt;BR /&gt;11&lt;BR /&gt;12&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;Exit Script;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sidhiq91_0-1665110894753.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/90763i05A8FF6FF2975FED/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sidhiq91_0-1665110894753.png" alt="sidhiq91_0-1665110894753.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2022 02:48:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/How-to-get-month-name-from-month-number/m-p/1989853#M215744</guid>
      <dc:creator>sidhiq91</dc:creator>
      <dc:date>2022-10-07T02:48:33Z</dc:date>
    </item>
  </channel>
</rss>

