<?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 given a specific user in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rank-given-a-specific-user/m-p/1023414#M346042</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I figured out what I was trying to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only({&amp;lt;Field={'b'}&amp;gt;} aggr(rank(sum({1}Sales)), Field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Feb 2016 16:54:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-02-01T16:54:30Z</dc:date>
    <item>
      <title>Rank given a specific user</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-given-a-specific-user/m-p/1023412#M346040</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 am trying to get a rank of a specific user without selecting them in a listbox. For example, if I have the table below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a&amp;nbsp;&amp;nbsp; 20&lt;/P&gt;&lt;P&gt;b&amp;nbsp;&amp;nbsp; 15&lt;/P&gt;&lt;P&gt;c&amp;nbsp;&amp;nbsp; 30&lt;/P&gt;&lt;P&gt;d&amp;nbsp;&amp;nbsp; 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I wanted to show the rank of b in a text box, I want to display b = 2. That box should always show the rank of b even if any selections are made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 16:18:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-given-a-specific-user/m-p/1023412#M346040</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-01T16:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: Rank given a specific user</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-given-a-specific-user/m-p/1023413#M346041</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;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: line-through;"&gt;If(Sum(Sales) &amp;gt; 0, Rank(Sum({1}Sales)))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Aggr(If(Sum(Value) &amp;gt; 0,&amp;nbsp; Rank(Sum({1}Value))), Dim)&lt;/STRONG&gt;&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/113205_Capture.PNG" style="height: 289px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 16:52:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-given-a-specific-user/m-p/1023413#M346041</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-01T16:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Rank given a specific user</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-given-a-specific-user/m-p/1023414#M346042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I figured out what I was trying to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only({&amp;lt;Field={'b'}&amp;gt;} aggr(rank(sum({1}Sales)), Field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 16:54:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-given-a-specific-user/m-p/1023414#M346042</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-01T16:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Rank given a specific user</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-given-a-specific-user/m-p/1023415#M346043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome. I suggest closing this thread down by selecting correct and helpful answers &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>Mon, 01 Feb 2016 17:23:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-given-a-specific-user/m-p/1023415#M346043</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-01T17:23:00Z</dc:date>
    </item>
  </channel>
</rss>

