<?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 Sorting Month Year in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sorting-Month-Year/m-p/522615#M195262</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created two fileds Month &amp;amp; Monthyear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to display Month as Apr to Mar financial year wise. Apr..May..Mar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I am taking Month as dimension it is fine. I am getting month starting from Apr .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I am loading Monthyear.. I am getting the Monthyear like. Apr-2012, Apr-2013... May-2012, May 2013... Jun 2013,Jun 2012&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I want to display it as Apr-2012, May-2012, Jun 2012...Mar 2012, Apr 2013, May 2013....Mar-2013&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am confused how do i sort it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Jul 2013 07:00:05 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2013-07-25T07:00:05Z</dc:date>
    <item>
      <title>Sorting Month Year</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Month-Year/m-p/522615#M195262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created two fileds Month &amp;amp; Monthyear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to display Month as Apr to Mar financial year wise. Apr..May..Mar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I am taking Month as dimension it is fine. I am getting month starting from Apr .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I am loading Monthyear.. I am getting the Monthyear like. Apr-2012, Apr-2013... May-2012, May 2013... Jun 2013,Jun 2012&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I want to display it as Apr-2012, May-2012, Jun 2012...Mar 2012, Apr 2013, May 2013....Mar-2013&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am confused how do i sort it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 07:00:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Month-Year/m-p/522615#M195262</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2013-07-25T07:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Month Year</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Month-Year/m-p/522616#M195263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If sorting Monthyear numerically doesn't help then it's a field with string values. You won't be able to sort that easily. In that case try to create it as a date field in the script. If you have a date field you can use that: date(monthstart(MyDateField),'MMM-YYYY') as Monthyear. If all you have is the Monthyear field with strings try: date(date#(Monthyear,'MMM-YYYY'),'MMM-YYYY') as Monthyear.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 07:05:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Month-Year/m-p/522616#M195263</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-07-25T07:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Month Year</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Month-Year/m-p/522617#M195264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the quick reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already create Month year in scrip.. but when I am using Monthyear field in report it's load order is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="44514" class="jive-image-thumbnail jive-image" onclick="" alt="Untitled.jpg" src="https://community.qlik.com/legacyfs/online/44514_Untitled.jpg" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I am sorting it with Monthyear in Exression (sort tab of chart) I am getting the order as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="44515" class="jive-image-thumbnail jive-image" onclick="" alt="Untitled3.jpg" src="https://community.qlik.com/legacyfs/online/44515_Untitled3.jpg" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I want to display the order as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="44519" class="jive-image-thumbnail jive-image" onclick="" alt="Untitled1.jpg" src="https://community.qlik.com/legacyfs/online/44519_Untitled1.jpg" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 07:22:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Month-Year/m-p/522617#M195264</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2013-07-25T07:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Month Year</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Month-Year/m-p/522618#M195265</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Have a look at the application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 07:55:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Month-Year/m-p/522618#M195265</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2013-07-25T07:55:46Z</dc:date>
    </item>
  </channel>
</rss>

