<?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 for MonthYear in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sorting-for-MonthYear/m-p/1098228#M905772</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satish,&lt;/P&gt;&lt;P&gt;Try this&lt;IMG alt="17.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/128937_17.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jun 2016 07:22:38 GMT</pubDate>
    <dc:creator>susovan</dc:creator>
    <dc:date>2016-06-23T07:22:38Z</dc:date>
    <item>
      <title>Sorting for MonthYear</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-for-MonthYear/m-p/1098223#M905765</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;I'm Having Dimension MonthYear in Which Values are like Feb2015, Mar2015, Feb2016, April 2016.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i sort them in Bar chart ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-for-MonthYear/m-p/1098223#M905765</guid>
      <dc:creator>sspawar88</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting for MonthYear</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-for-MonthYear/m-p/1098224#M905767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satish,&lt;/P&gt;&lt;P&gt;You can order it by Expression, if you have a date associated: =Max({1} Date).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 07:14:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-for-MonthYear/m-p/1098224#M905767</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-23T07:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting for MonthYear</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-for-MonthYear/m-p/1098225#M905768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use below sort expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;=Date(Date#(MonthYear,'MMMYYYY'))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 07:14:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-for-MonthYear/m-p/1098225#M905768</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-06-23T07:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting for MonthYear</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-for-MonthYear/m-p/1098226#M905769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;If you don't have any date column, try like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD MonthName(Date#(Month, 'MMMYYYY')) as Month Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Month&lt;/P&gt;&lt;P&gt;Feb2015, &lt;/P&gt;&lt;P&gt;Mar2015, &lt;/P&gt;&lt;P&gt;Feb2016, &lt;/P&gt;&lt;P&gt;Apr2016&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then sort by Numeric Value in Sort Tab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 07:18:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-for-MonthYear/m-p/1098226#M905769</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2016-06-23T07:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting for MonthYear</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-for-MonthYear/m-p/1098227#M905771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If MonthYear is a valid QV date numeric, then sort numerically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If MonthYear is a string, change your load so that it is converted into a date type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date#(MonthYear, 'MMMyyyy') as MonthYear,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then sort numerically.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 07:20:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-for-MonthYear/m-p/1098227#M905771</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-06-23T07:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting for MonthYear</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-for-MonthYear/m-p/1098228#M905772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satish,&lt;/P&gt;&lt;P&gt;Try this&lt;IMG alt="17.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/128937_17.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 07:22:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-for-MonthYear/m-p/1098228#M905772</guid>
      <dc:creator>susovan</dc:creator>
      <dc:date>2016-06-23T07:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting for MonthYear</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-for-MonthYear/m-p/1098229#M905774</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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Create your Month_Year field as a date in the script: &lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Date(MonthStart(MyDate),'YYYYMMM') as Month_Year&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;. Then sort it by Numeric Value in the chart.&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;chk similar thread&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;&lt;A href="https://community.qlik.com/thread/211939"&gt;RE:Bar Sort order&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 07:35:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-for-MonthYear/m-p/1098229#M905774</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-06-23T07:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting for MonthYear</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-for-MonthYear/m-p/1098230#M905775</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;Also it's usefull to use Dual() function. Please refer to QV reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Maxim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 07:39:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-for-MonthYear/m-p/1098230#M905775</guid>
      <dc:creator>maksim_senin</dc:creator>
      <dc:date>2016-06-23T07:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting for MonthYear</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-for-MonthYear/m-p/1098231#M905777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Dual(&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Date(MonthStart(&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DateField&lt;/STRONG&gt;),'YYYYMMM') ,DateField) as MonthYear&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 07:45:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-for-MonthYear/m-p/1098231#M905777</guid>
      <dc:creator>ziadm</dc:creator>
      <dc:date>2016-06-23T07:45:19Z</dc:date>
    </item>
  </channel>
</rss>

