<?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: Adding Ranking to objects - how to achieve this in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Adding-Ranking-to-objects-how-to-achieve-this/m-p/1428388#M804035</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Trail, there are a lot of ways to do this, how is your data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Nov 2017 13:53:11 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-11-07T13:53:11Z</dc:date>
    <item>
      <title>Adding Ranking to objects - how to achieve this</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-Ranking-to-objects-how-to-achieve-this/m-p/1428387#M804034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to add Rank to charts and graphs ordering value from large to small. How to achieve this? Please reply.&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/Adding-Ranking-to-objects-how-to-achieve-this/m-p/1428387#M804034</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Ranking to objects - how to achieve this</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-Ranking-to-objects-how-to-achieve-this/m-p/1428388#M804035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Trail, there are a lot of ways to do this, how is your data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 13:53:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-Ranking-to-objects-how-to-achieve-this/m-p/1428388#M804035</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-07T13:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Ranking to objects - how to achieve this</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-Ranking-to-objects-how-to-achieve-this/m-p/1428389#M804036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use Rank() function or in the Sort tab you can sort by expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pratyush&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 13:57:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-Ranking-to-objects-how-to-achieve-this/m-p/1428389#M804036</guid>
      <dc:creator>prat1507</dc:creator>
      <dc:date>2017-11-07T13:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Ranking to objects - how to achieve this</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-Ranking-to-objects-how-to-achieve-this/m-p/1428390#M804037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pratyush, can you kindly tell me where to best use the Rank function sharing the syntax as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 14:02:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-Ranking-to-objects-how-to-achieve-this/m-p/1428390#M804037</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-07T14:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Ranking to objects - how to achieve this</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-Ranking-to-objects-how-to-achieve-this/m-p/1428391#M804038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure, you can use rank function to sort your chart, as well as give ranks to the dimensions basis any expression.&lt;/P&gt;&lt;P&gt;For. ex. &lt;/P&gt;&lt;P&gt;If your data is something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Student,Marks&lt;/P&gt;&lt;P&gt;Auro, 100&lt;/P&gt;&lt;P&gt;Ben, 30&lt;/P&gt;&lt;P&gt;Charles, 40&lt;/P&gt;&lt;P&gt;Dan, 70&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and use a simple straight table&lt;/P&gt;&lt;P&gt;where you can use dimensions as Student, and get the ranks based on their Marks&lt;/P&gt;&lt;P&gt;using expression rank(Sum(Marks))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will return&lt;/P&gt;&lt;P&gt;Auro 1&lt;/P&gt;&lt;P&gt;Dan 2&lt;/P&gt;&lt;P&gt;Charles 3&lt;/P&gt;&lt;P&gt;Ben 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Pratyush&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 14:21:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-Ranking-to-objects-how-to-achieve-this/m-p/1428391#M804038</guid>
      <dc:creator>prat1507</dc:creator>
      <dc:date>2017-11-07T14:21:04Z</dc:date>
    </item>
  </channel>
</rss>

