<?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: rank() in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/rank/m-p/7999#M791776</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=aggr(Rank(sum({1}Score)),Month, Client)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 27 Jan 2018 16:39:56 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2018-01-27T16:39:56Z</dc:date>
    <item>
      <title>rank()</title>
      <link>https://community.qlik.com/t5/QlikView/rank/m-p/7995#M791772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one please help me on this .&lt;/P&gt;&lt;P&gt;In the below table for the the month year Apr 2018 for client002 The rank is 305&lt;/P&gt;&lt;P&gt;but when i filtered client0002 particularly then 305 changed to 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me on this.&lt;/P&gt;&lt;P&gt;I have used this expression&lt;/P&gt;&lt;P&gt;aggr(rank(sum(score),0,1),clientid)&lt;/P&gt;&lt;P&gt;Thanks in advance&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/7995#M791772</guid>
      <dc:creator>bhavvibudagam</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/7996#M791773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try maybe&lt;/P&gt;&lt;P&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;aggr(rank(sum(&lt;STRONG&gt;{1}&lt;/STRONG&gt; score),0,1),clientid)&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;&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;or&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;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;aggr(rank(sum(&lt;STRONG&gt;{&amp;lt;clientid&amp;gt;}&lt;/STRONG&gt;score),0,1),clientid)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jan 2018 13:40:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/rank/m-p/7996#M791773</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-01-27T13:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: rank()</title>
      <link>https://community.qlik.com/t5/QlikView/rank/m-p/7997#M791774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The first one ignores all selections, the second one only selections in your client field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both should work in priniciple. Have you tested the second?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And why are you using the Aggr() function here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jan 2018 14:03:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/rank/m-p/7997#M791774</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-01-27T14:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: rank()</title>
      <link>https://community.qlik.com/t5/QlikView/rank/m-p/7998#M791775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Stefen,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have prepared a sample app with sample files about the above rank() requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have 4 excel source files attached below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have to calculate the score of clients related to that month only in a Table box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Suppose in the Jan month client0145 has the rank 1 with in feb month his rank is 2 based on that month related client score.Please help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="/legacyfs/online/191619_Main expected output.png"&gt;&lt;IMG __jive_id="191619" alt="Main expected output.png" class="jive-image image-1" height="440" src="/legacyfs/online/191619_Main expected output.png" style="border-width: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;" width="630" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Tried with aggregation function but not working. Please help me on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jan 2018 16:09:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/rank/m-p/7998#M791775</guid>
      <dc:creator>bhavvibudagam</dc:creator>
      <dc:date>2018-01-27T16:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: rank()</title>
      <link>https://community.qlik.com/t5/QlikView/rank/m-p/7999#M791776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=aggr(Rank(sum({1}Score)),Month, Client)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jan 2018 16:39:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/rank/m-p/7999#M791776</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-01-27T16:39:56Z</dc:date>
    </item>
  </channel>
</rss>

