<?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 Rank in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rank/m-p/1224721#M865699</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 want to show rank top of a client, based on Sales. Can i do this with set analysis? I am trying rank(aggr(sum(Sales),[NameClient])), but when i select a client it shows 1. I need to be able to select a client and to show the rank between the rest of the clients.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Cosmina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Rank/m-p/1224721#M865699</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 want to show rank top of a client, based on Sales. Can i do this with set analysis? I am trying rank(aggr(sum(Sales),[NameClient])), but when i select a client it shows 1. I need to be able to select a client and to show the rank between the rest of the clients.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Cosmina&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/Rank/m-p/1224721#M865699</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Rank/m-p/1224722#M865700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share few rows of data and point out the expected ouput?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 12:00:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank/m-p/1224722#M865700</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-22T12:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Rank/m-p/1224723#M865701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;you can use set analysis in your rank &lt;/P&gt;&lt;P&gt;if you display a table with customer rank &lt;/P&gt;&lt;P&gt;this should do the trick &lt;/P&gt;&lt;P&gt;max(aggr(rank(sum({&amp;lt;NameClient=&amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sales&lt;/SPAN&gt;)),NameClient))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 12:06:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank/m-p/1224723#M865701</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2016-12-22T12:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Rank/m-p/1224724#M865702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TRY&lt;/P&gt;&lt;P&gt;AGGR(NODISTINCT rank(SUM({1}Sales),1,1),[&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;NameClient&lt;/SPAN&gt;])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 12:33:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank/m-p/1224724#M865702</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-12-22T12:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Rank/m-p/1224725#M865703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this &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;rank(sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;NameClient&lt;/SPAN&gt;=&amp;gt;}Sales))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 12:46:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank/m-p/1224725#M865703</guid>
      <dc:creator />
      <dc:date>2016-12-22T12:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Rank/m-p/1224726#M865704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tested &lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;max(aggr(rank(sum({&amp;lt;NameClient=&amp;gt;}&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Sales&lt;/SPAN&gt;)),NameClient)) and works.&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;Best regards,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Cosmina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 17:08:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank/m-p/1224726#M865704</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-22T17:08:18Z</dc:date>
    </item>
  </channel>
</rss>

