<?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: sorting month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/sorting-month/m-p/776534#M275294</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to create the month field using the Month() function in the script.&lt;/P&gt;&lt;P&gt;Doing so, it will be sorted chronologically without any additional sorting expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please provide sample app/data to demonstrate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&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>Thu, 06 Nov 2014 11:53:17 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2014-11-06T11:53:17Z</dc:date>
    <item>
      <title>sorting month</title>
      <link>https://community.qlik.com/t5/QlikView/sorting-month/m-p/776526#M275286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to sort month names in ascending order in qlikview .Can anyone help me to sort months in a proper order..i tired in expression also but not sort month. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 06:04:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sorting-month/m-p/776526#M275286</guid>
      <dc:creator />
      <dc:date>2014-11-06T06:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: sorting month</title>
      <link>https://community.qlik.com/t5/QlikView/sorting-month/m-p/776527#M275287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want to sort alphabetically or financial month wise or calender month wise?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For alphabetic you just sort it as &lt;STRONG&gt;Text (A-Z)&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;For financial month you try with &lt;STRONG&gt;Match(Month, 'Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec','Jan','Feb','Mar')&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 06:12:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sorting-month/m-p/776527#M275287</guid>
      <dc:creator>senpradip007</dc:creator>
      <dc:date>2014-11-06T06:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: sorting month</title>
      <link>https://community.qlik.com/t5/QlikView/sorting-month/m-p/776528#M275288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this app&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 06:12:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sorting-month/m-p/776528#M275288</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-11-06T06:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: sorting month</title>
      <link>https://community.qlik.com/t5/QlikView/sorting-month/m-p/776529#M275289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amjad&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two ways through which you can sort it,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Using sort A-Z selection under sort tab ,that comes when you go to the properties of your chart.&lt;/P&gt;&lt;P&gt;2)The second option is by using expression option and writing an If condition like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(month=jan,1),if (mon=feb,2)......likewise&lt;/P&gt;&lt;P&gt;hope you must have got the idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 06:20:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sorting-month/m-p/776529#M275289</guid>
      <dc:creator />
      <dc:date>2014-11-06T06:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: sorting month</title>
      <link>https://community.qlik.com/t5/QlikView/sorting-month/m-p/776530#M275290</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;If you are arriving month in script like below then you can specify Properties -&amp;gt; Sort-&amp;gt; Numeric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;Month(Date) AS Month&lt;/P&gt;&lt;P&gt;FROM DataSource;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 06:24:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sorting-month/m-p/776530#M275290</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-11-06T06:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: sorting month</title>
      <link>https://community.qlik.com/t5/QlikView/sorting-month/m-p/776531#M275291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi it works.. thanks alot for ur feedback &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 06:32:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sorting-month/m-p/776531#M275291</guid>
      <dc:creator />
      <dc:date>2014-11-06T06:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: sorting month</title>
      <link>https://community.qlik.com/t5/QlikView/sorting-month/m-p/776532#M275292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pls close the thread, if your queries are answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 06:37:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sorting-month/m-p/776532#M275292</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-11-06T06:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: sorting month</title>
      <link>https://community.qlik.com/t5/QlikView/sorting-month/m-p/776533#M275293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Sort Tab you can use the following expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only ( {1} Match(Month,'Jan,'Feb',Mar','Apr','May','Jun','Jul','Aug','Sep'.'Oct','Nov','Dec')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will help you the way you wish .. may be from Jan- Dec or Apr-Mar...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please close the thread by marking Helpful and answered .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Chaitanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 06:49:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sorting-month/m-p/776533#M275293</guid>
      <dc:creator>ychaitanya</dc:creator>
      <dc:date>2014-11-06T06:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: sorting month</title>
      <link>https://community.qlik.com/t5/QlikView/sorting-month/m-p/776534#M275294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to create the month field using the Month() function in the script.&lt;/P&gt;&lt;P&gt;Doing so, it will be sorted chronologically without any additional sorting expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please provide sample app/data to demonstrate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&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>Thu, 06 Nov 2014 11:53:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sorting-month/m-p/776534#M275294</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-11-06T11:53:17Z</dc:date>
    </item>
  </channel>
</rss>

