<?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 sort month by order? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-sort-month-by-order/m-p/998949#M339663</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's because your month is a text field. Convert it to a proper month field during load. The month field is a dual with the month number as a value and a text representation of the 3 character month name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month As MonthText,&amp;nbsp;&amp;nbsp; // do you need this field?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(Date#(Month &amp;amp; '2015', 'MMMYYYY')) As Month,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(the year used is irrelevant)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This month field should be sorted numerically (as is usual for dual values)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Aug 2015 09:57:35 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2015-08-26T09:57:35Z</dc:date>
    <item>
      <title>how to sort month by order?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-sort-month-by-order/m-p/998947#M339661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi to all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone of you explain how to sort the month by order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My month dimension like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;month:&lt;/P&gt;&lt;P&gt;Apr&lt;/P&gt;&lt;P&gt;Aug&lt;/P&gt;&lt;P&gt;Jul&lt;/P&gt;&lt;P&gt;Jun&lt;/P&gt;&lt;P&gt;Sep&lt;/P&gt;&lt;P&gt;Oct&lt;/P&gt;&lt;P&gt;Nov&lt;/P&gt;&lt;P&gt;Mar&lt;/P&gt;&lt;P&gt;May&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;P&gt;Feb&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I want month list like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;P&gt;Feb&lt;/P&gt;&lt;P&gt;Mar&lt;/P&gt;&lt;P&gt;Apr&lt;/P&gt;&lt;P&gt;May&lt;/P&gt;&lt;P&gt;Jun&lt;/P&gt;&lt;P&gt;Jul&lt;/P&gt;&lt;P&gt;Aug&lt;/P&gt;&lt;P&gt;Sep&lt;/P&gt;&lt;P&gt;Nov&lt;/P&gt;&lt;P&gt;Dec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 09:50:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-sort-month-by-order/m-p/998947#M339661</guid>
      <dc:creator />
      <dc:date>2015-08-26T09:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: how to sort month by order?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-sort-month-by-order/m-p/998948#M339662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if the field have a date format, order are automaticly good as Num(Month)&lt;/P&gt;&lt;P&gt;Can you upload more explicity your problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To sort by Month (numeric) is necesary to have date format &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 09:54:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-sort-month-by-order/m-p/998948#M339662</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2015-08-26T09:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to sort month by order?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-sort-month-by-order/m-p/998949#M339663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's because your month is a text field. Convert it to a proper month field during load. The month field is a dual with the month number as a value and a text representation of the 3 character month name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month As MonthText,&amp;nbsp;&amp;nbsp; // do you need this field?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(Date#(Month &amp;amp; '2015', 'MMMYYYY')) As Month,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(the year used is irrelevant)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This month field should be sorted numerically (as is usual for dual values)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 09:57:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-sort-month-by-order/m-p/998949#M339663</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-08-26T09:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to sort month by order?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-sort-month-by-order/m-p/998950#M339664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sort expression: =Month(Date#(month,'MMM'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 09:58:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-sort-month-by-order/m-p/998950#M339664</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-08-26T09:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to sort month by order?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-sort-month-by-order/m-p/998951#M339665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Month,Month_NO&lt;/P&gt;&lt;P&gt;Apr,4&lt;/P&gt;&lt;P&gt;Aug,8&lt;/P&gt;&lt;P&gt;Jul,7&lt;/P&gt;&lt;P&gt;Jun,6&lt;/P&gt;&lt;P&gt;Sep,9&lt;/P&gt;&lt;P&gt;Oct,10&lt;/P&gt;&lt;P&gt;Nov,11&lt;/P&gt;&lt;P&gt;Dec,12&lt;/P&gt;&lt;P&gt;Mar,3&lt;/P&gt;&lt;P&gt;May,5&lt;/P&gt;&lt;P&gt;Jan,1&lt;/P&gt;&lt;P&gt;Feb,2&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in list box of Month Go to Sort Tab&amp;gt;Expression write the Month_NO &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks And Regards &lt;/P&gt;&lt;P&gt;Amarnath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 10:18:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-sort-month-by-order/m-p/998951#M339665</guid>
      <dc:creator>prajapatiamar38</dc:creator>
      <dc:date>2015-08-26T10:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to sort month by order?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-sort-month-by-order/m-p/998952#M339666</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;Please find the attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Edit&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;month:&lt;/P&gt;&lt;P&gt;LOAD Month(Date#(Month,'MMM')) as month&lt;/P&gt;&lt;P&gt;INLINE [&lt;/P&gt;&lt;P&gt;Month,&lt;/P&gt;&lt;P&gt;Apr&lt;/P&gt;&lt;P&gt;Aug&lt;/P&gt;&lt;P&gt;Jul&lt;/P&gt;&lt;P&gt;Jun&lt;/P&gt;&lt;P&gt;Sep&lt;/P&gt;&lt;P&gt;Oct&lt;/P&gt;&lt;P&gt;Nov&lt;/P&gt;&lt;P&gt;Mar&lt;/P&gt;&lt;P&gt;May&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;P&gt;Feb&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 10:32:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-sort-month-by-order/m-p/998952#M339666</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2015-08-26T10:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to sort month by order?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-sort-month-by-order/m-p/998953#M339667</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;for the&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_1440587036836590" jivemacro_uid="_1440587036836590"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Month(Date#(month,'MMM'))&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;approach (best done in the script) you might have to adjust your MonthNames variable to&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14405870318666023 jive_text_macro" jivemacro_uid="_14405870318666023"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if that's not your local default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 11:04:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-sort-month-by-order/m-p/998953#M339667</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-08-26T11:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to sort month by order?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-sort-month-by-order/m-p/998954#M339668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Copy the script and use Sortvalue descending in sort expression. &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load *, INLINE [&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Month,Sortvalue&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Apr,4&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Aug,8&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jul,7&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jun,6&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sep,9&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Oct,10&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Nov,11&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Dec,12&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Mar,3&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;May,5&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jan,1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Feb,2&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 11:26:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-sort-month-by-order/m-p/998954#M339668</guid>
      <dc:creator>sunilkumarqv</dc:creator>
      <dc:date>2015-08-26T11:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to sort month by order?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-sort-month-by-order/m-p/998955#M339669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Sort Tab, under expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wildmatch(Month_field,'Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 11:44:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-sort-month-by-order/m-p/998955#M339669</guid>
      <dc:creator>kavita25</dc:creator>
      <dc:date>2015-08-26T11:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to sort month by order?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-sort-month-by-order/m-p/998956#M339670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue;"&gt;wildmatch&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue;"&gt;capitalize&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue;"&gt;only&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black;"&gt;({1}&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: maroon;"&gt;CalMonth&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black;"&gt;)),&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333330154419px;"&gt;'JAN','FEB','MAR',&lt;/SPAN&gt;'APR','MAY','JUN','JUL','AUG','SEP','OCT','NOV','DEC') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope this will helps you..!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Mohammad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 11:47:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-sort-month-by-order/m-p/998956#M339670</guid>
      <dc:creator>mohammadkhatimi</dc:creator>
      <dc:date>2015-08-26T11:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to sort month by order?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-sort-month-by-order/m-p/998957#M339671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 08:01:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-sort-month-by-order/m-p/998957#M339671</guid>
      <dc:creator />
      <dc:date>2015-10-30T08:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to sort month by order?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-sort-month-by-order/m-p/998958#M339672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohammed&lt;/P&gt;&lt;P&gt;I did that but is there a reason why if i select months the order jumps around.&amp;nbsp; how do i keep the order as jan to Dec irrespective of the month selected&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2015 09:11:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-sort-month-by-order/m-p/998958#M339672</guid>
      <dc:creator />
      <dc:date>2015-11-05T09:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to sort month by order?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-sort-month-by-order/m-p/998959#M339673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In which chart you are applying???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 03:50:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-sort-month-by-order/m-p/998959#M339673</guid>
      <dc:creator>mohammadkhatimi</dc:creator>
      <dc:date>2015-11-06T03:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to sort month by order?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-sort-month-by-order/m-p/998960#M339674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Try this Expression:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;wildmatch(&lt;SPAN style="font-size: 13px; font-family: 'Courier New'; color: blue;"&gt;only&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Courier New'; color: black;"&gt;({1}&lt;/SPAN&gt;Month_field),'Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;only({1})- with this it wont change the order.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 05:17:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-sort-month-by-order/m-p/998960#M339674</guid>
      <dc:creator>kavita25</dc:creator>
      <dc:date>2015-11-06T05:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to sort month by order?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-sort-month-by-order/m-p/998961#M339675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Uncheck State Check box , if you want to keep selected values as it is,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 06:02:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-sort-month-by-order/m-p/998961#M339675</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2015-11-06T06:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to sort month by order?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-sort-month-by-order/m-p/998962#M339676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brilliant Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 06:12:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-sort-month-by-order/m-p/998962#M339676</guid>
      <dc:creator />
      <dc:date>2015-11-06T06:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to sort month by order?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-sort-month-by-order/m-p/998963#M339677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks its working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 06:18:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-sort-month-by-order/m-p/998963#M339677</guid>
      <dc:creator />
      <dc:date>2015-11-06T06:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to sort month by order?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-sort-month-by-order/m-p/998964#M339678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excellent!! It worked flawlessly!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It´s good to say that you must put that expression in the Sort tab of Properties.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 20:49:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-sort-month-by-order/m-p/998964#M339678</guid>
      <dc:creator />
      <dc:date>2016-07-18T20:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to sort month by order?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-sort-month-by-order/m-p/998965#M339679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your expression which helps for my case. After 3 hours of time waste I came to your suggestion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 07:46:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-sort-month-by-order/m-p/998965#M339679</guid>
      <dc:creator>chandu441</dc:creator>
      <dc:date>2017-02-22T07:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to sort month by order?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-sort-month-by-order/m-p/998966#M339680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It worked very well for me, but I couldn't understand why &lt;STRONG&gt;Month(MonthAbbr)&lt;/STRONG&gt; do not work and &lt;STRONG&gt;Month(Date#(MonthAbbr, 'MMM'))&lt;/STRONG&gt; works.&lt;/P&gt;&lt;P&gt;MonthAbbr being the abbreviation for the months names.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 00:16:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-sort-month-by-order/m-p/998966#M339680</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-24T00:16:58Z</dc:date>
    </item>
  </channel>
</rss>

