<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sorting/m-p/703823#M253847</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a calculated dimension whoch contains Month and Year fields concatenated together. Month field has values starting from Jan to Dec whereas Year field has values from 2013 onwards. My calculated dimension has values Jan 2013 and so on.&lt;/P&gt;&lt;P&gt;How do i sort theses values on the x axis of the chart so that i get values arranged properly e.g starting from Jan 2013 to Dec 2014.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Sep 2014 07:17:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-16T07:17:54Z</dc:date>
    <item>
      <title>Sorting</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting/m-p/703823#M253847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a calculated dimension whoch contains Month and Year fields concatenated together. Month field has values starting from Jan to Dec whereas Year field has values from 2013 onwards. My calculated dimension has values Jan 2013 and so on.&lt;/P&gt;&lt;P&gt;How do i sort theses values on the x axis of the chart so that i get values arranged properly e.g starting from Jan 2013 to Dec 2014.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 07:17:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting/m-p/703823#M253847</guid>
      <dc:creator />
      <dc:date>2014-09-16T07:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting/m-p/703824#M253848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Asma,e&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can concatenate month with year in the script like as " month &amp;amp; year" as MonthYear&lt;/P&gt;&lt;P&gt;then you can pass this in dimention in chart in sort tab select the MonthYear and check&amp;nbsp; enable&amp;nbsp; 'load order' then you can get the monthyear field in the order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this would be helpful for u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 07:34:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting/m-p/703824#M253848</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-16T07:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting/m-p/703825#M253849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Write sort expression based on table fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 07:39:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting/m-p/703825#M253849</guid>
      <dc:creator />
      <dc:date>2014-09-16T07:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting/m-p/703826#M253850</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;use this in your script&lt;/P&gt;&lt;P&gt;MonthName(yourdatefield) as Monthyear,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will give you month and year together the way you are looking at, and it will be sorted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 07:39:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting/m-p/703826#M253850</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-09-16T07:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting/m-p/703827#M253851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Considering that the Date field which you are using for your Calculated Dimension is named as Invoice Date....use below formula to create MMM YYYY ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calculated Dimension&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=DUAL(Date(MonthStart([Invoice Date]),'MMM YYYY'),Date(MonthStart([Invoice Date]),'YYYYMM'))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SUM(Sales) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;or whatever as per your datamodel...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using this, you can now sort the MonthYear field as Numeric field...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 08:04:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting/m-p/703827#M253851</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-09-16T08:04:53Z</dc:date>
    </item>
  </channel>
</rss>

