<?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 problem in chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sorting-problem-in-chart/m-p/337955#M1176416</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following dimension in my chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(region_short_name='KAR',Gen_Date_Mn)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where Gen_Date_Mn is jan,feb,mar,apr,may,jun,jul,aug,sep,oct,nov,dec&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to show the chart in these way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jun,Jul,Aug,Sep,Oct,Nov,Dec,Jan,Feb,Mar,Apr,May&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 05 May 2012 18:56:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-05-05T18:56:13Z</dc:date>
    <item>
      <title>Sorting problem in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-problem-in-chart/m-p/337955#M1176416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following dimension in my chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(region_short_name='KAR',Gen_Date_Mn)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where Gen_Date_Mn is jan,feb,mar,apr,may,jun,jul,aug,sep,oct,nov,dec&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to show the chart in these way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jun,Jul,Aug,Sep,Oct,Nov,Dec,Jan,Feb,Mar,Apr,May&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 May 2012 18:56:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-problem-in-chart/m-p/337955#M1176416</guid>
      <dc:creator />
      <dc:date>2012-05-05T18:56:13Z</dc:date>
    </item>
    <item>
      <title>Sorting problem in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-problem-in-chart/m-p/337956#M1176417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try a sort expression like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;= match(Gen_Date_Mn,'Jun','Jul','Aug','Sep','Oct','Nov','Dec','Jan','Feb','Mar','Apr','May')&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 May 2012 19:14:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-problem-in-chart/m-p/337956#M1176417</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-05-05T19:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting problem in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-problem-in-chart/m-p/337957#M1176418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.qlik.com/people/sumitthakur.mpvm" id="jive-7627524678838385890580" style="background-color: #e0eaf3; font-size: 12px; color: #007fc0; font-weight: bold; font-family: Arial; text-align: center;"&gt;sumitthakur&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the sort tab mark the expression and write the expression as given below :&lt;/P&gt;&lt;P&gt;if(wildmatch(&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;Gen_Date_Mn&lt;/SPAN&gt;,'Jun'),1,if(wildmatch(&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;Gen_Date_Mn&lt;/SPAN&gt;,'Jul',2,if(wildmatch(&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;Gen_Date_Mn&lt;/SPAN&gt;,'Aug'),3,if(wildmatch(&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;Gen_Date_Mn,'Sep'&lt;/SPAN&gt;),4)))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and do the same for all the months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sure that It will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nilesh Gangurde&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 May 2012 19:44:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-problem-in-chart/m-p/337957#M1176418</guid>
      <dc:creator>nilesh_gangurde</dc:creator>
      <dc:date>2012-05-05T19:44:48Z</dc:date>
    </item>
  </channel>
</rss>

