<?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: Pie chart sorting in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pie-chart-sorting/m-p/511398#M191075</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;post some sample qvw .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jan 2014 05:12:13 GMT</pubDate>
    <dc:creator>nizamsha</dc:creator>
    <dc:date>2014-01-15T05:12:13Z</dc:date>
    <item>
      <title>Pie chart sorting</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-chart-sorting/m-p/511396#M191073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the below chart,&lt;/P&gt;&lt;P&gt;1. Removed "Suppress when value is NULL" and "Show all values" under Dimension tab.&lt;/P&gt;&lt;P&gt;2. Removed "Supress Zero values" under Presentation tab.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/51516_Untitled.png" /&gt;&lt;/P&gt;&lt;P&gt;Correct sorting order:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;=40&lt;/P&gt;&lt;P&gt;40&amp;lt;.......&amp;lt;=50&lt;/P&gt;&lt;P&gt;50&amp;lt;.......&amp;lt;=60&lt;/P&gt;&lt;P&gt;60&amp;lt;.......&amp;lt;=80&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;80&lt;/P&gt;&lt;P&gt;I had created a sort order as above under the "Expression" option under sort tab.&lt;/P&gt;&lt;P&gt;As far as i see the sort is also happening correctly. Actually its treating the categories with values separately and 0s separately. So if i remove the zeros from the chart, it shoufd be good.&lt;/P&gt;&lt;P&gt;But what i want is the Correct sorting order irrespective of whether it as values or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas guys?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Robinson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 02:05:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-chart-sorting/m-p/511396#M191073</guid>
      <dc:creator />
      <dc:date>2014-01-15T02:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Pie chart sorting</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-chart-sorting/m-p/511397#M191074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post sample qvw so we will you more&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 04:54:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-chart-sorting/m-p/511397#M191074</guid>
      <dc:creator />
      <dc:date>2014-01-15T04:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Pie chart sorting</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-chart-sorting/m-p/511398#M191075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;post some sample qvw .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 05:12:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-chart-sorting/m-p/511398#M191075</guid>
      <dc:creator>nizamsha</dc:creator>
      <dc:date>2014-01-15T05:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Pie chart sorting</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-chart-sorting/m-p/511399#M191076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robinson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; How are you boss.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a small inline table with the same order and link into the base field this table like below&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Bucket, Rank&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;=40, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 40&amp;lt; to &amp;lt;=50, 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 50&amp;lt; to &amp;lt;=60, 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 60&amp;lt; to &amp;lt;=80, 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;80, 5&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that in front end go to the sort tab choose expression as sort type call the field Rank as created on inline table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Santhosh G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 06:39:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-chart-sorting/m-p/511399#M191076</guid>
      <dc:creator />
      <dc:date>2014-01-15T06:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Pie chart sorting</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-chart-sorting/m-p/511400#M191077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am fine Santosh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks guys... I will try what Santosh has suggested and let you know.&lt;/P&gt;&lt;P&gt;Will post a sample if above doesnt work. I hope it does &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Robinson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 08:51:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-chart-sorting/m-p/511400#M191077</guid>
      <dc:creator />
      <dc:date>2014-01-15T08:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Pie chart sorting</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-chart-sorting/m-p/511401#M191078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 09:09:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-chart-sorting/m-p/511401#M191078</guid>
      <dc:creator>nizamsha</dc:creator>
      <dc:date>2014-01-15T09:09:06Z</dc:date>
    </item>
  </channel>
</rss>

