<?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 should not change on selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rank-should-not-change-on-selection/m-p/919583#M318696</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this for Average Weight:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Avg({&amp;lt;Supplier=&amp;gt;}Aggr(&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;IF(&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;(SUM({&amp;lt;Supplier=&amp;gt;}Sales)/SUM({&amp;lt;Supplier=&amp;gt;}Cost)-1)&amp;gt;=From and (SUM({&amp;lt;Supplier=&amp;gt;}Sales)/SUM({&amp;lt;Supplier=&amp;gt;}Cost)-1)&amp;lt;= To&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;,Rank) * Only ({&amp;lt;Supplier=&amp;gt;}Weight)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;,Rank,PartYearKey,Supplier))&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;/SUM({&amp;lt;Supplier=&amp;gt;}Total Weight)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will update once got the Rank expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Aug 2015 16:47:44 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2015-08-11T16:47:44Z</dc:date>
    <item>
      <title>Rank should not change on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-should-not-change-on-selection/m-p/919582#M318695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have three tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales :&amp;nbsp;&amp;nbsp; This table is having Sales information along with few more fields.&lt;/P&gt;&lt;P&gt;Rank :&amp;nbsp;&amp;nbsp;&amp;nbsp; This table is showing Rank for each part on Yearly basis. From and To is profit range &lt;/P&gt;&lt;P&gt;Weightage : This table contains Weightage of Parts for Yearly basis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Objective is&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt; Rank for each Supplier wrt Part&lt;/LI&gt;&lt;LI&gt; Weighted Average&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: red; text-decoration: underline;"&gt;Excel file and QVW both included for your reference.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above requirement is already achieved using aggr function (check pivot table from QVW file)&lt;/P&gt;&lt;P&gt;but tricky part is user wants &lt;STRONG&gt;Rank and Weighted Average should not be changed on selecting Supplier&lt;/STRONG&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;i.e. check Pivot Table. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Here for S4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AverageWeight = 0.3148 and &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rank = 3&lt;/P&gt;&lt;P&gt;(For partial sum of Part column)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If user select S4 from Supplier List Box, the above values (0.3148 and 3) should not change.&lt;/P&gt;&lt;P&gt;In my case, when I am selecting S4, the Weighted Average changes to 0.4048 and Rank to 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;The example provided is having transformed data but in real application, there are many fields and because of &lt;SPAN style="text-indent: 36pt; font-size: 10pt; line-height: 1.5em;"&gt;that I can’t aggregate SUM(Sales) and SUM(Cost) at Script Level.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em; text-indent: 36pt;"&gt;Also, I can’t use IntervalMatch between Sales and Rank Table. I can’t change script at this stage. So the solution must &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;be at front end also.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="76197" data-objecttype="3" href="https://community.qlik.com/people/bill.markham" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Bill Markham&lt;/SPAN&gt;&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="70029" data-objecttype="3" href="https://community.qlik.com/people/celambarasan" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;Celambarasan Adhimulam&lt;/A&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="21667" data-objecttype="3" href="https://community.qlik.com/people/cleveranjos" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;Clever Anjos&lt;/A&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="96544" data-objecttype="3" href="https://community.qlik.com/people/gwassenaar" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;Gysbert Wassenaar&lt;/A&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="23109" data-objecttype="3" href="https://community.qlik.com/people/jagan" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;Jagan Mohan Rao&lt;/A&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="13229" data-objecttype="3" href="https://community.qlik.com/people/jontydkpi" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;Jonathan Dienst&lt;/A&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="61824" data-objecttype="3" href="https://community.qlik.com/people/MarcoWedel" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;Marco Wedel&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="27943" data-objecttype="3" href="https://community.qlik.com/people/Marcus_Sommer" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;Marcus Sommer&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="10670" data-objecttype="3" href="https://community.qlik.com/people/maxgro" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;Massimo Grossi&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="2310" data-objecttype="3" href="https://community.qlik.com/people/troyansky" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;Oleg Troyansky&lt;/A&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="3540" data-objecttype="3" href="https://community.qlik.com/people/pcammaert" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;Peter Cammaert&lt;/A&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="3136" data-objecttype="3" href="https://community.qlik.com/people/rbecher" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;Ralf Becher&lt;/A&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="2286" data-objecttype="3" href="https://community.qlik.com/people/rwunderlich" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;Rob Wunderlich&lt;/A&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="4484" data-objecttype="3" href="https://community.qlik.com/people/stevedark" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;Steve Dark&lt;/A&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="28979" data-objecttype="3" href="https://community.qlik.com/people/nicolett.yuri" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;Yuri Nicolett&lt;/A&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;A href="https://community.qlik.com/qlik-users/171708"&gt;sunindia&lt;/A&gt;‌&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;A href="https://community.qlik.com/qlik-users/26418"&gt;tresesco&lt;/A&gt;‌&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #8b8b8b; font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt; &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;sunindia&lt;/A&gt;‌&lt;/SPAN&gt;&lt;/P&gt;&lt;H6 style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG style="font-family: inherit; line-height: 1.5em; font-style: inherit; font-size: 11.6999998092651px;"&gt;&lt;A href="https://community.qlik.com/people/HRLinder"&gt;HRLinder&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/H6&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG style="font-family: inherit; line-height: 1.5em; font-style: inherit; font-size: 11.6999998092651px;"&gt;&lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/jontydkpi"&gt;jontydkpi&lt;/A&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;A href="https://community.qlik.com/qlik-users/4003"&gt;hic&lt;/A&gt;‌&lt;/SPAN&gt;&lt;/P&gt;&lt;H6 style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-family: inherit; line-height: 1.5em; font-style: inherit; font-size: 11.6999998092651px;"&gt;&lt;A href="https://community.qlik.com/people/mov"&gt;mov&lt;/A&gt;&lt;/STRONG&gt;&lt;/H6&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 15:30:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-should-not-change-on-selection/m-p/919582#M318695</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-08-11T15:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Rank should not change on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-should-not-change-on-selection/m-p/919583#M318696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this for Average Weight:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Avg({&amp;lt;Supplier=&amp;gt;}Aggr(&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;IF(&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;(SUM({&amp;lt;Supplier=&amp;gt;}Sales)/SUM({&amp;lt;Supplier=&amp;gt;}Cost)-1)&amp;gt;=From and (SUM({&amp;lt;Supplier=&amp;gt;}Sales)/SUM({&amp;lt;Supplier=&amp;gt;}Cost)-1)&amp;lt;= To&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;,Rank) * Only ({&amp;lt;Supplier=&amp;gt;}Weight)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;,Rank,PartYearKey,Supplier))&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;/SUM({&amp;lt;Supplier=&amp;gt;}Total Weight)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will update once got the Rank expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 16:47:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-should-not-change-on-selection/m-p/919583#M318696</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-08-11T16:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Rank should not change on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-should-not-change-on-selection/m-p/919584#M318697</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;As Jagan suggested, you have to add the Supplier exclusion in all your aggregation functions. It will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 18:12:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-should-not-change-on-selection/m-p/919584#M318697</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2015-08-11T18:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: Rank should not change on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-should-not-change-on-selection/m-p/919585#M318698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its not working for Rank...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 18:14:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-should-not-change-on-selection/m-p/919585#M318698</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-08-11T18:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Rank should not change on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-should-not-change-on-selection/m-p/919586#M318699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;probably not the most straight forward solution, but I guess it works ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... sort of.&amp;nbsp; &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;&lt;IMG alt="QlikCommunity_Thread_176140_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/95696_QlikCommunity_Thread_176140_Pic1.JPG" style="height: 107px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_176140_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/95697_QlikCommunity_Thread_176140_Pic2.JPG" style="height: 67px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_176140_Pic3.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/95698_QlikCommunity_Thread_176140_Pic3.JPG" style="height: 79px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_176140_Pic4.JPG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/95699_QlikCommunity_Thread_176140_Pic4.JPG" style="height: 411px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 23:27:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-should-not-change-on-selection/m-p/919586#M318699</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-08-11T23:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Rank should not change on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-should-not-change-on-selection/m-p/919587#M318700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I really like &lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="61824" data-objecttype="3" href="https://community.qlik.com/people/MarcoWedel" style="font-weight: inherit; font-style: inherit; font-size: 13.3333320617676px; font-family: inherit; color: #3778c7;"&gt;Marco&lt;/A&gt;‌'s solution. See attached qvw for another try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 08:41:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-should-not-change-on-selection/m-p/919587#M318700</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-08-13T08:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Rank should not change on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-should-not-change-on-selection/m-p/919588#M318701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;Thanks for your reply...&lt;/P&gt;&lt;P&gt;But Rank is not coming up...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 08:55:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-should-not-change-on-selection/m-p/919588#M318701</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-08-13T08:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Rank should not change on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-should-not-change-on-selection/m-p/919589#M318702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rank is missing here&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/95979_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 16:02:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-should-not-change-on-selection/m-p/919589#M318702</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-08-13T16:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Rank should not change on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-should-not-change-on-selection/m-p/919590#M318703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I answered a similar question about ranking in this blog post:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.naturalsynergies.com/q-tip-8-ranking-the-unrankable/" title="http://www.naturalsynergies.com/q-tip-8-ranking-the-unrankable/"&gt;Q-Tip #8 – Ranking the Unrankable | Natural Synergies&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oleg Troyansky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 14:40:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-should-not-change-on-selection/m-p/919590#M318703</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2015-08-17T14:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Rank should not change on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-should-not-change-on-selection/m-p/919591#M318704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oleg,&lt;/P&gt;&lt;P&gt;Thanks for your reply. I already used your suggested method but here the Rank is based on data from more than one table and there is an aggregation also. Which is not giving me the desired result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 14:48:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-should-not-change-on-selection/m-p/919591#M318704</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-08-17T14:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Rank should not change on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-should-not-change-on-selection/m-p/919592#M318705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the key to the "trick" is that the Rank function should reside within the AGGR() function, and that all the aggregations within the AGGR() are configured to ignore the selection of Supplier. That includes the implied aggregations such as From and To.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you are already using AGGR as part of your calculation, you have to add another AGGR for the purpose of correct ranking. I'm attaching your app with the corrected expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oleg Troyansky&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.amazon.com/gp/product/1118949552/ref=as_li_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1118949552&amp;amp;linkCode=as2&amp;amp;tag=natursyner0f-20&amp;amp;linkId=7HVXLQGGDK62VROE"&gt;QlikView Your Business: An expert guide to Business Discovery with QlikView and Qlik Sense&lt;/A&gt;&lt;IMG alt="" border="0" height="1" src="http://ir-na.amazon-adsystem.com/e/ir?t=natursyner0f-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1118949552" style="border: none !important; margin: 0px !important;" width="1" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 15:14:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-should-not-change-on-selection/m-p/919592#M318705</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2015-08-17T15:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Rank should not change on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-should-not-change-on-selection/m-p/919593#M318706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Round(avg(aggr(Rank(Avg({&amp;lt;Supplier&amp;gt;}Aggr(IF(&lt;/P&gt;&lt;P&gt;&amp;nbsp; (SUM({&amp;lt;Supplier&amp;gt;}Sales)/SUM({&amp;lt;Supplier&amp;gt;}Cost)-1)&amp;gt;=only({&amp;lt;Supplier&amp;gt;}From)&lt;/P&gt;&lt;P&gt;&amp;nbsp; and (SUM({&amp;lt;Supplier&amp;gt;}Sales)/SUM({&amp;lt;Supplier&amp;gt;}Cost)-1)&amp;lt;= only({&amp;lt;Supplier&amp;gt;}To)&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,only({&amp;lt;Supplier&amp;gt;}Rank)) * Only ({&amp;lt;Supplier&amp;gt;}Weight)&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,Rank,PartYearKey,Supplier)) /SUM({&amp;lt;Supplier&amp;gt;}Total Weight),4),Part,Supplier)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 15:25:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-should-not-change-on-selection/m-p/919593#M318706</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-08-17T15:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Rank should not change on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-should-not-change-on-selection/m-p/919594#M318707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oleg,&lt;/P&gt;&lt;P&gt;Getting Closed now... !&lt;/P&gt;&lt;P&gt;The Rank we are getting here is in Decimal.. Can we have Rank like 1,2,3,4,5 ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 15:27:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-should-not-change-on-selection/m-p/919594#M318707</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-08-17T15:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: Rank should not change on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-should-not-change-on-selection/m-p/919595#M318708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The rank is a whole number for each individual product. When you average out multiple ranks into the Suppliers' ranking, you are getting the decimal numbers. I suppose you can round them, but this is simply the logical result of averaging out multiple ranks into one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 15:37:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-should-not-change-on-selection/m-p/919595#M318708</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2015-08-17T15:37:28Z</dc:date>
    </item>
  </channel>
</rss>

