<?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: Month name from January to December in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Month-name-from-January-to-December/m-p/1557056#M743547</link>
    <description>&lt;P&gt;Hi Piyush,&lt;/P&gt;&lt;P&gt;Create this inline table in your script and Map your Month field with this table.&lt;/P&gt;&lt;P&gt;Month_1:&lt;BR /&gt;Load * INLINE [&lt;BR /&gt;MonthName, Month&lt;BR /&gt;Jan,1&lt;BR /&gt;Feb,2&lt;BR /&gt;Mar,3&lt;BR /&gt;Apr,4&lt;BR /&gt;May,5&lt;BR /&gt;Jun,6&lt;BR /&gt;Jul,7&lt;BR /&gt;Aug,8&lt;BR /&gt;Sep,9&lt;BR /&gt;Oct,10&lt;BR /&gt;Nov,11&lt;BR /&gt;Dec,12&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;It is better first create a separate field in your data model by concatenate 'Month' and 'Year' like MonthYear (Apr 2018, May 2018, Jun 2018 etc) and use that field in your chart.&lt;/P&gt;&lt;P&gt;After this in your chart-&amp;gt; go to Sort -&amp;gt; Sort by Expression (Ascending) =num(Month)&amp;nbsp; and Numeric Value (Ascending)&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try this!&lt;/P&gt;</description>
    <pubDate>Fri, 15 Mar 2019 10:12:52 GMT</pubDate>
    <dc:creator>prabir_c</dc:creator>
    <dc:date>2019-03-15T10:12:52Z</dc:date>
    <item>
      <title>Month name from January to December</title>
      <link>https://community.qlik.com/t5/QlikView/Month-name-from-January-to-December/m-p/1555836#M743544</link>
      <description>&lt;P&gt;Hi, I have a chart in which I have to show the data from the month of January to selected month.&lt;/P&gt;&lt;P&gt;My problem is my chart shows the months as expected however it starts from month of April. Actually, It should start from January as per calendar.&lt;/P&gt;&lt;P&gt;Please find attached screenshot &amp;amp; qvw fil&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image6.PNG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/7874i9B6D39B885070660/image-size/medium?v=v2&amp;amp;px=400" role="button" title="image6.PNG" alt="image6.PNG" /&gt;&lt;/span&gt;e for reference.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:11:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-name-from-January-to-December/m-p/1555836#M743544</guid>
      <dc:creator>piyush_s11</dc:creator>
      <dc:date>2024-11-16T04:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Month name from January to December</title>
      <link>https://community.qlik.com/t5/QlikView/Month-name-from-January-to-December/m-p/1555842#M743545</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sort it by Numerical value by Ascending order.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naresh&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="12.png" style="width: 629px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/7876i738F960F602811A0/image-size/large?v=v2&amp;amp;px=999" role="button" title="12.png" alt="12.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 09:39:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-name-from-January-to-December/m-p/1555842#M743545</guid>
      <dc:creator>narband2778</dc:creator>
      <dc:date>2019-03-13T09:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Month name from January to December</title>
      <link>https://community.qlik.com/t5/QlikView/Month-name-from-January-to-December/m-p/1555852#M743546</link>
      <description>&lt;P&gt;Hi Naresh, Thanks for your quick reply. Unfortunately the solution provided by you is not working.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 09:55:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-name-from-January-to-December/m-p/1555852#M743546</guid>
      <dc:creator>piyush_s11</dc:creator>
      <dc:date>2019-03-13T09:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: Month name from January to December</title>
      <link>https://community.qlik.com/t5/QlikView/Month-name-from-January-to-December/m-p/1557056#M743547</link>
      <description>&lt;P&gt;Hi Piyush,&lt;/P&gt;&lt;P&gt;Create this inline table in your script and Map your Month field with this table.&lt;/P&gt;&lt;P&gt;Month_1:&lt;BR /&gt;Load * INLINE [&lt;BR /&gt;MonthName, Month&lt;BR /&gt;Jan,1&lt;BR /&gt;Feb,2&lt;BR /&gt;Mar,3&lt;BR /&gt;Apr,4&lt;BR /&gt;May,5&lt;BR /&gt;Jun,6&lt;BR /&gt;Jul,7&lt;BR /&gt;Aug,8&lt;BR /&gt;Sep,9&lt;BR /&gt;Oct,10&lt;BR /&gt;Nov,11&lt;BR /&gt;Dec,12&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;It is better first create a separate field in your data model by concatenate 'Month' and 'Year' like MonthYear (Apr 2018, May 2018, Jun 2018 etc) and use that field in your chart.&lt;/P&gt;&lt;P&gt;After this in your chart-&amp;gt; go to Sort -&amp;gt; Sort by Expression (Ascending) =num(Month)&amp;nbsp; and Numeric Value (Ascending)&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try this!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 10:12:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-name-from-January-to-December/m-p/1557056#M743547</guid>
      <dc:creator>prabir_c</dc:creator>
      <dc:date>2019-03-15T10:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Month name from January to December</title>
      <link>https://community.qlik.com/t5/QlikView/Month-name-from-January-to-December/m-p/1557126#M743548</link>
      <description>&lt;P&gt;Hi Prabir_c&lt;/P&gt;&lt;P&gt;Thanks for your kind reply. regarding this issue I have couple of charts, who are displaying correct month order like from Jan to Dec however for a specific char which is attached, it is not showing. could you please check the test file attached &amp;amp; check why it is not working for this chart. Rest of other charts it's showing in correct order.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 11:46:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-name-from-January-to-December/m-p/1557126#M743548</guid>
      <dc:creator>piyush_s11</dc:creator>
      <dc:date>2019-03-15T11:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Month name from January to December</title>
      <link>https://community.qlik.com/t5/QlikView/Month-name-from-January-to-December/m-p/1558310#M743549</link>
      <description>&lt;P&gt;Try this..&lt;/P&gt;&lt;P&gt;Dimension =Date(MakeDate(Year, Month, 1),'MMM YYYY')&lt;/P&gt;&lt;P&gt;and &lt;STRONG&gt;sort&lt;/STRONG&gt; tab use &lt;STRONG&gt;default&lt;/STRONG&gt; settings..&lt;/P&gt;&lt;P&gt;Hope it helps!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2019 09:40:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-name-from-January-to-December/m-p/1558310#M743549</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2019-03-19T09:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Month name from January to December</title>
      <link>https://community.qlik.com/t5/QlikView/Month-name-from-January-to-December/m-p/1558759#M743550</link>
      <description>&lt;P&gt;Hi Qv_testing,&lt;/P&gt;&lt;P&gt;Thanks for your solution, my problem got solved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2019 06:35:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-name-from-January-to-December/m-p/1558759#M743550</guid>
      <dc:creator>piyush_s11</dc:creator>
      <dc:date>2019-03-20T06:35:22Z</dc:date>
    </item>
  </channel>
</rss>

