<?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: Calculate the Rank in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculate-the-Rank/m-p/1328498#M842345</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Prabhas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer attached sample application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Apr 2017 04:49:02 GMT</pubDate>
    <dc:creator>rahulpawarb</dc:creator>
    <dc:date>2017-04-27T04:49:02Z</dc:date>
    <item>
      <title>Calculate the Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-the-Rank/m-p/1328494#M842341</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;I have 5 years data in my dashboard, now i want rank for the multiple years.&lt;BR /&gt;Ex: i have years like&amp;nbsp; 2010,2011,2012,2013,2014&amp;nbsp; and their sales 10,20,30,40,50, resp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now if click on 2014,2013 then i want get the rank for those years.how to get it?&lt;/P&gt;&lt;P&gt;&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/Calculate-the-Rank/m-p/1328494#M842341</guid>
      <dc:creator>prabhas277</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-the-Rank/m-p/1328495#M842342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this you are expecting?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without selection&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/161402_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;With Selection&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/161403_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2017 04:33:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-the-Rank/m-p/1328495#M842342</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-04-27T04:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-the-Rank/m-p/1328496#M842343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please share the expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2017 04:38:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-the-Rank/m-p/1328496#M842343</guid>
      <dc:creator>prabhas277</dc:creator>
      <dc:date>2017-04-27T04:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-the-Rank/m-p/1328497#M842344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create straight table&lt;/P&gt;&lt;P&gt;Dimension is &lt;STRONG&gt;Year&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Expressions are &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1) Sum(Sales) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2) Rank(Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: For filter you may take Year as List box&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2017 04:42:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-the-Rank/m-p/1328497#M842344</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-04-27T04:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-the-Rank/m-p/1328498#M842345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Prabhas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer attached sample application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2017 04:49:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-the-Rank/m-p/1328498#M842345</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-04-27T04:49:02Z</dc:date>
    </item>
  </channel>
</rss>

