<?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 ranking rows in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ranking-rows/m-p/806409#M284693</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dears&lt;/P&gt;&lt;P&gt;got a pivot table with one dimension and sorted by an expression&lt;/P&gt;&lt;P&gt;actually there are two expressions&lt;/P&gt;&lt;P&gt;I'm sorting the results based on the values of the first expression Descending&lt;/P&gt;&lt;P&gt;Now for the second expression I get the following values let's say&lt;/P&gt;&lt;P&gt;100%&lt;/P&gt;&lt;P&gt;95%&lt;/P&gt;&lt;P&gt;80%&lt;/P&gt;&lt;P&gt;95%&lt;/P&gt;&lt;P&gt;100%&lt;/P&gt;&lt;P&gt;70%&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;what I want is add a third expression and rank the results of the second expression as follows:&lt;/P&gt;&lt;P&gt;100%&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;95%&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;/P&gt;&lt;P&gt;80%&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&lt;/P&gt;&lt;P&gt;95%&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;/P&gt;&lt;P&gt;100%&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;70% .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Feb 2015 11:04:25 GMT</pubDate>
    <dc:creator>ali_hijazi</dc:creator>
    <dc:date>2015-02-02T11:04:25Z</dc:date>
    <item>
      <title>ranking rows</title>
      <link>https://community.qlik.com/t5/QlikView/ranking-rows/m-p/806409#M284693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dears&lt;/P&gt;&lt;P&gt;got a pivot table with one dimension and sorted by an expression&lt;/P&gt;&lt;P&gt;actually there are two expressions&lt;/P&gt;&lt;P&gt;I'm sorting the results based on the values of the first expression Descending&lt;/P&gt;&lt;P&gt;Now for the second expression I get the following values let's say&lt;/P&gt;&lt;P&gt;100%&lt;/P&gt;&lt;P&gt;95%&lt;/P&gt;&lt;P&gt;80%&lt;/P&gt;&lt;P&gt;95%&lt;/P&gt;&lt;P&gt;100%&lt;/P&gt;&lt;P&gt;70%&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;what I want is add a third expression and rank the results of the second expression as follows:&lt;/P&gt;&lt;P&gt;100%&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;95%&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;/P&gt;&lt;P&gt;80%&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&lt;/P&gt;&lt;P&gt;95%&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;/P&gt;&lt;P&gt;100%&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;70% .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 11:04:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ranking-rows/m-p/806409#M284693</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2015-02-02T11:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: ranking rows</title>
      <link>https://community.qlik.com/t5/QlikView/ranking-rows/m-p/806410#M284694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;add third expression and use &lt;/P&gt;&lt;P&gt;Rank(second expression)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 11:29:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ranking-rows/m-p/806410#M284694</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-02T11:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: ranking rows</title>
      <link>https://community.qlik.com/t5/QlikView/ranking-rows/m-p/806411#M284695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried it&lt;/P&gt;&lt;P&gt;but I got 100% for 278 rows and on the second values less than 100% the rank is giving me 279&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 11:38:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ranking-rows/m-p/806411#M284695</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2015-02-02T11:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: ranking rows</title>
      <link>https://community.qlik.com/t5/QlikView/ranking-rows/m-p/806412#M284696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to have 2 instead&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 11:38:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ranking-rows/m-p/806412#M284696</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2015-02-02T11:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: ranking rows</title>
      <link>https://community.qlik.com/t5/QlikView/ranking-rows/m-p/806413#M284697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What formula are you using to calculate %? Is it some kind of aggregate function?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 11:50:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ranking-rows/m-p/806413#M284697</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-02-02T11:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: ranking rows</title>
      <link>https://community.qlik.com/t5/QlikView/ranking-rows/m-p/806414#M284698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no aggr&lt;/P&gt;&lt;P&gt;the thing is that rank is displaying same rank value for similar results i.e. for the values 100% suppose I got 2 rows with 100% the rank displays 1 for each row, however if the value is 95% which is the first value just below 100% , the rank displays 3 instead of 2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 11:52:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ranking-rows/m-p/806414#M284698</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2015-02-02T11:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: ranking rows</title>
      <link>https://community.qlik.com/t5/QlikView/ranking-rows/m-p/806415#M284699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What does your first expression look like?&lt;/P&gt;&lt;P&gt;Could you attached your file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 12:11:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ranking-rows/m-p/806415#M284699</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-02-02T12:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: ranking rows</title>
      <link>https://community.qlik.com/t5/QlikView/ranking-rows/m-p/806416#M284700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;look at the example given in the help when you press F1 in QlikView client&lt;/P&gt;&lt;P&gt;the rank function works as the document is behaving in my case&lt;/P&gt;&lt;P&gt;is there a way to give custom ranks?&lt;/P&gt;&lt;P&gt;I want to give rank to the first x lines in the pivot table where x is specified by the user&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 12:26:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ranking-rows/m-p/806416#M284700</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2015-02-02T12:26:33Z</dc:date>
    </item>
  </channel>
</rss>

