<?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 function with multiple dimensions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rank-function-with-multiple-dimensions/m-p/775588#M1045209</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=rank(total sum(Sales))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Nov 2014 09:39:19 GMT</pubDate>
    <dc:creator>anbu1984</dc:creator>
    <dc:date>2014-11-19T09:39:19Z</dc:date>
    <item>
      <title>Rank function with multiple dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-function-with-multiple-dimensions/m-p/775587#M1045208</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;I need a little help with the Rank function. &lt;/P&gt;&lt;P&gt;I have a chart with Dimensions Owner and Store, and Expression Sum (Sales). I would like to add an expression that ranks the stores sales against all stores, NOT just those within the same owner. I have attached the QVW as well as an XL file of what I'm trying to achieve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;W&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 09:37:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-function-with-multiple-dimensions/m-p/775587#M1045208</guid>
      <dc:creator>warrenpress</dc:creator>
      <dc:date>2014-11-19T09:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: Rank function with multiple dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-function-with-multiple-dimensions/m-p/775588#M1045209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=rank(total sum(Sales))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 09:39:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-function-with-multiple-dimensions/m-p/775588#M1045209</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-11-19T09:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Rank function with multiple dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-function-with-multiple-dimensions/m-p/775589#M1045210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Warren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just add in the TOTAL qualifier, so your expression would be =rank(TOTAL Sum(Sales)).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 09:39:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-function-with-multiple-dimensions/m-p/775589#M1045210</guid>
      <dc:creator>morganaaron</dc:creator>
      <dc:date>2014-11-19T09:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Rank function with multiple dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-function-with-multiple-dimensions/m-p/775590#M1045211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add the expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;rank&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;total&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 09:44:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-function-with-multiple-dimensions/m-p/775590#M1045211</guid>
      <dc:creator />
      <dc:date>2014-11-19T09:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Rank function with multiple dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-function-with-multiple-dimensions/m-p/775591#M1045212</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;Just Add Total in front of Sum in your expression.&lt;/P&gt;&lt;P&gt;=rank( Total sum(Sales))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 09:49:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-function-with-multiple-dimensions/m-p/775591#M1045212</guid>
      <dc:creator>ashwanin</dc:creator>
      <dc:date>2014-11-19T09:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Rank function with multiple dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-function-with-multiple-dimensions/m-p/775592#M1045213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. I knew it had be something simple!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 09:58:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-function-with-multiple-dimensions/m-p/775592#M1045213</guid>
      <dc:creator>warrenpress</dc:creator>
      <dc:date>2014-11-19T09:58:11Z</dc:date>
    </item>
  </channel>
</rss>

