<?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 change the order? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-change-the-order/m-p/616171#M1100562</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the following expression in the Chart,under Sort tab enable expression for corresponding dimension name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Wildmatch(Dimensionname,'Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it will work...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Apr 2014 04:16:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-09T04:16:53Z</dc:date>
    <item>
      <title>How to change the order?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-order/m-p/616168#M1100552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone knows how to change the order of this sequence?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture1.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/56866_Capture1.PNG.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/56867_Capture.PNG.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 03:35:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-order/m-p/616168#M1100552</guid>
      <dc:creator />
      <dc:date>2014-04-09T03:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the order?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-order/m-p/616169#M1100556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In load script use dual function for month calculation&lt;/P&gt;&lt;P&gt;DUAL(Num(Month(Date)),Month(Date)) AS Month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then sort by numeric in a chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 03:47:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-order/m-p/616169#M1100556</guid>
      <dc:creator>SergeyMak</dc:creator>
      <dc:date>2014-04-09T03:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the order?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-order/m-p/616170#M1100561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also define Inline table in you data model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and use Month_Sort for sorting&amp;nbsp;&amp;nbsp;&amp;nbsp; chart --&amp;gt; &lt;STRONG&gt;Sort tab ----&amp;gt; Expression --&amp;gt; max({1} Month_Sort)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Month,Month_Sort&lt;/P&gt;&lt;P&gt;Jan,1&lt;/P&gt;&lt;P&gt;Feb,2&lt;/P&gt;&lt;P&gt;Mar,3&lt;/P&gt;&lt;P&gt;Apr,4&lt;/P&gt;&lt;P&gt;.......... so on&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 03:59:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-order/m-p/616170#M1100561</guid>
      <dc:creator>chiru_thota</dc:creator>
      <dc:date>2014-04-09T03:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the order?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-order/m-p/616171#M1100562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the following expression in the Chart,under Sort tab enable expression for corresponding dimension name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Wildmatch(Dimensionname,'Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it will work...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 04:16:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-order/m-p/616171#M1100562</guid>
      <dc:creator />
      <dc:date>2014-04-09T04:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the order?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-order/m-p/616172#M1100563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If u have a date field and u r showing data by month, then u can show it in order with the data field.&lt;/P&gt;&lt;P&gt;In sort use the expression&amp;nbsp; num(Date_field) and ascending.. this will work..&lt;/P&gt;&lt;P&gt;If u have data by onth, then u will have to create inline table to sort the month as shown by Chiru and u will have to link the month in the inline with ur data model.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 04:25:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-order/m-p/616172#M1100563</guid>
      <dc:creator>sundarakumar</dc:creator>
      <dc:date>2014-04-09T04:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the order?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-order/m-p/616173#M1100564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your calender is normal&lt;/P&gt;&lt;P&gt;then follow Chranjeevi's proposed solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if your calender is financial calender&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Month,Month_Sort&lt;/P&gt;&lt;P&gt;Apr,1&lt;/P&gt;&lt;P&gt;May,2&lt;/P&gt;&lt;P&gt;Jun,3&lt;/P&gt;&lt;P&gt;Jul,4&lt;/P&gt;&lt;P&gt;.......... so on&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in Sort tab, use this expression : =Only({1} Month_Sort)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 04:56:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-order/m-p/616173#M1100564</guid>
      <dc:creator />
      <dc:date>2014-04-09T04:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the order?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-order/m-p/616174#M1100565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load a inline table like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD * INLINE [&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Month,Month_Sequence&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jan,1&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Feb,2&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Mar,3&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Apr,4&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;.......... so on&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;]&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and use the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Month_Sequence&lt;/SPAN&gt; field in the properties -&amp;gt; expression -&amp;gt; type script like for sorting&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Or &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;in properties -&amp;gt; expression -&amp;gt; type script like&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Match(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Month&lt;/SPAN&gt;,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 05:02:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-order/m-p/616174#M1100565</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-09T05:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the order?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-order/m-p/616175#M1100566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How did you created the month field from date?&lt;/P&gt;&lt;P&gt;Using Simply Month function will give you month in Dual format, in that case you don't face this kind of issues.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"Month(DateFieldName) AS Month"&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 05:35:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-order/m-p/616175#M1100566</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2014-04-09T05:35:45Z</dc:date>
    </item>
  </channel>
</rss>

