<?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: Percentile Rank calculation in Water Cooler</title>
    <link>https://community.qlik.com/t5/Water-Cooler/Percentile-Rank-calculation/m-p/416395#M1282</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for sharing the video. But this is showing the rank only. How can I show a rank in percentile fashion? For example, I need to count how many items are within 10,20,30, 50, 90, and 95 percentile respectively. What is the equivalent function of Excel Percent Rank function in Qlikview?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 May 2013 14:57:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-05-30T14:57:31Z</dc:date>
    <item>
      <title>Percentile Rank calculation</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Percentile-Rank-calculation/m-p/416393#M1280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to calculate the percentile rank function on the fly in QV app., example see attached excel file, anyone knows how?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 19:19:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Percentile-Rank-calculation/m-p/416393#M1280</guid>
      <dc:creator />
      <dc:date>2013-05-28T19:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Percentile Rank calculation</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Percentile-Rank-calculation/m-p/416394#M1281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this video will help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.youtube.com/watch?v=KCPKNYWmb5g"&gt;http://www.youtube.com/watch?v=KCPKNYWmb5g&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or this video&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.youtube.com/watch?v=MypobUg-HkE"&gt;http://www.youtube.com/watch?v=MypobUg-HkE&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 19:27:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Percentile-Rank-calculation/m-p/416394#M1281</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2013-05-28T19:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Percentile Rank calculation</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Percentile-Rank-calculation/m-p/416395#M1282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for sharing the video. But this is showing the rank only. How can I show a rank in percentile fashion? For example, I need to count how many items are within 10,20,30, 50, 90, and 95 percentile respectively. What is the equivalent function of Excel Percent Rank function in Qlikview?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 14:57:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Percentile-Rank-calculation/m-p/416395#M1282</guid>
      <dc:creator />
      <dc:date>2013-05-30T14:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Percentile Rank calculation</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Percentile-Rank-calculation/m-p/416396#M1283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a need for this same functionality.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically I have a list of patients and I sum up their charges based on the selections the user has made, so this calculation must be done on the fly.&amp;nbsp; This is tricky, but I am sure there is a way to accomplish this in QVW.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 01:19:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Percentile-Rank-calculation/m-p/416396#M1283</guid>
      <dc:creator>phcaptjim</dc:creator>
      <dc:date>2014-02-18T01:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Percentile Rank calculation</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Percentile-Rank-calculation/m-p/416397#M1284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I figured out one way to do it...Let's say you have 2 dimensions (Dimension1 and Dimension2) and 1 expression (vExpression) in your straight table, the code would be...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rank(TOTAL -$(vExpression)) /&lt;/P&gt;&lt;P&gt;Count(TOTAL aggr($(vExpression), [Dimension1],[Dimension2]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may need to modify slightly for your specific example.&amp;nbsp; My guess is something like...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rank(TOTAL -[Citation Counts]) /&lt;/P&gt;&lt;P&gt;Count(TOTAL aggr([Citation Counts], [Journal],[Year Published],[Document Type],[Year Cited]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 23:30:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Percentile-Rank-calculation/m-p/416397#M1284</guid>
      <dc:creator />
      <dc:date>2014-10-24T23:30:10Z</dc:date>
    </item>
  </channel>
</rss>

