<?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 Issues in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1181383#M883415</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need Help at Gui Application (Front end) Level&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this Chart:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Sorting.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/138585_Sorting.png" style="height: 150px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Here in above Chart I am using Rank function to calculate Top 3 and Rest will Fall under Others.&lt;/P&gt;&lt;P&gt;I need following things:&lt;/P&gt;&lt;P&gt;1) Others Category will always come below after Top 3 Rank Holders.&lt;/P&gt;&lt;P&gt;2) Month should display as per the Latest Month.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; The Month should be Mar, Feb, Jan rather than&amp;nbsp; Jan, Feb, Mar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have sorted the Chart as per the Latest Month. See the Sort Expression Tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone has faced such scenario during their Project than please provide the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the qvw for reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Cire&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Sorting Issues</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1181383#M883415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need Help at Gui Application (Front end) Level&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this Chart:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Sorting.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/138585_Sorting.png" style="height: 150px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Here in above Chart I am using Rank function to calculate Top 3 and Rest will Fall under Others.&lt;/P&gt;&lt;P&gt;I need following things:&lt;/P&gt;&lt;P&gt;1) Others Category will always come below after Top 3 Rank Holders.&lt;/P&gt;&lt;P&gt;2) Month should display as per the Latest Month.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; The Month should be Mar, Feb, Jan rather than&amp;nbsp; Jan, Feb, Mar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have sorted the Chart as per the Latest Month. See the Sort Expression Tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone has faced such scenario during their Project than please provide the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the qvw for reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Cire&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-Issues/m-p/1181383#M883415</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Issues</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1181384#M883416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/138708_Capture.PNG" style="height: 141px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sort for your 1st dimension (Ascending)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Match(If(Aggr(Rank(Sum(Amount)),Code)&amp;lt;=3,Code,'Others'), 'Others')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sort for your 2nd dimension (Descending)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Month(Date#(Month_New, 'MMM'))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 16:15:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1181384#M883416</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-26T16:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Issues</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1181385#M883417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sir&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great Solution.&lt;/P&gt;&lt;P&gt;But I want Max Month wise Amount Sorting. Like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Final Result.png" class="jive-image image-1" src="/legacyfs/online/138737_Final Result.png" style="height: 137px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we get this end Result. I have done sorting in Sort Expression like this Sum({&amp;lt;Month={$(vMaxMonth)}&amp;gt;}Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Cire&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 19:29:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1181385#M883417</guid>
      <dc:creator />
      <dc:date>2016-09-26T19:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Issues</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1181386#M883418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sir Need your help on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 17:07:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1181386#M883418</guid>
      <dc:creator />
      <dc:date>2016-09-27T17:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Issues</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1181387#M883419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be sort using this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Aggr(NODISTINCT Rank(Sum(Amount)),Code)&amp;lt;=3,Sum(Value))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 17:38:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1181387#M883419</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-27T17:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Issues</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1181388#M883420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just responded. See my response below &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 17:46:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1181388#M883420</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-27T17:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Issues</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1181389#M883421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sir&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are Great. Your Solutions are small and Powerful.&lt;/P&gt;&lt;P&gt;That's the Beauty of Real and Genuine Coder.&lt;/P&gt;&lt;P&gt;Learning a lot of things from you.&lt;/P&gt;&lt;P&gt;I am just following your footsteps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have modified your Expression like this:&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;If(Aggr(NODISTINCT Rank(Sum({&amp;lt;Month={$(vMaxMonth)}&amp;gt;}Amount)),Code)&amp;lt;=3,Sum(&lt;SPAN style="font-family: inherit; font-size: 13.3333px; font-style: inherit;"&gt;&lt;STRONG&gt;{&amp;lt;Month={$(vMaxMonth)}&amp;gt;}&lt;/STRONG&gt;&lt;/SPAN&gt;Amount))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;and it worked.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Many-Many Thanks Sir to you.&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Regards&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Cire&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 18:36:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1181389#M883421</guid>
      <dc:creator />
      <dc:date>2016-09-27T18:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Issues</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1181390#M883422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem. I am glad I am able to help you learn. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 00:51:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Issues/m-p/1181390#M883422</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-28T00:51:41Z</dc:date>
    </item>
  </channel>
</rss>

