<?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: Total Rank in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Total-Rank/m-p/962104#M330075</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swuehl , whatever you said is correct however I can't do like you provided,&amp;nbsp; it has to so the total line first and then add all the rank column values including with Total value then&amp;nbsp; need to give horizontal rank for those sum values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;John &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Oct 2015 12:09:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-10-26T12:09:38Z</dc:date>
    <item>
      <title>Total Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Total-Rank/m-p/962099#M330070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;can any one help me on the below issue,&lt;/P&gt;&lt;P&gt;I have a Pivot table with Rank and Sales% for Type and Branch, Now I want one extra row that displays&amp;nbsp; sum of the rank and rank of the sum of the rank[consider lowest value of rank sum as highest rank. ]&lt;/P&gt;&lt;P&gt;ex:&amp;nbsp;&amp;nbsp; For the first column Branch1 the sum of the rank is 20, For the Branch 2 sum of the rank is 10 ....., Now I want the rank for these values, the value which is having lowest sum value has better rank.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;PFA.&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/103046_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 11:03:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-Rank/m-p/962099#M330070</guid>
      <dc:creator />
      <dc:date>2015-10-26T11:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Total Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Total-Rank/m-p/962100#M330071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use an aggr() function for your Total's like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(dimensionality() = 0, sum(aggr(rank(YourExpression), Type)), rank(YourExpression))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 11:10:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-Rank/m-p/962100#M330071</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-10-26T11:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Total Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Total-Rank/m-p/962101#M330072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marcus, I have tried your Expression but No luck.&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;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 11:22:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-Rank/m-p/962101#M330072</guid>
      <dc:creator />
      <dc:date>2015-10-26T11:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: Total Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Total-Rank/m-p/962102#M330073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How looked the result from this expression, why it's wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 11:28:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-Rank/m-p/962102#M330073</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-10-26T11:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Total Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Total-Rank/m-p/962103#M330074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You already use a total calculation and it seems like you want to add the total rank to your new sum-of-rank (why so?).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be more feasible to achieve what you want when the total line can be used for your new calculation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached a sample for a sum of rank and the rank of it, using the total line for the calculation and omitting the total from the sum.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 11:45:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-Rank/m-p/962103#M330074</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-10-26T11:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Total Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Total-Rank/m-p/962104#M330075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swuehl , whatever you said is correct however I can't do like you provided,&amp;nbsp; it has to so the total line first and then add all the rank column values including with Total value then&amp;nbsp; need to give horizontal rank for those sum values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;John &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 12:09:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-Rank/m-p/962104#M330075</guid>
      <dc:creator />
      <dc:date>2015-10-26T12:09:38Z</dc:date>
    </item>
  </channel>
</rss>

