<?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: Finding a Rank in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Finding-a-Rank/m-p/600519#M222234</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're trying to replicate the rank when you add State as your dimension on your table? Then you want to go with &lt;A href="https://community.qlik.com/qlik-users/120618"&gt;Manish Kachhia&lt;/A&gt;'s formula but with Person and State reversed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aggr(Rank(Sum(Sales)),State,Person)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might also want to rank each state without Person in consideration using the formula:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aggr(Nodistinct Rank(SUM(Sales)),State)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Feb 2014 13:16:07 GMT</pubDate>
    <dc:creator>jerem1234</dc:creator>
    <dc:date>2014-02-03T13:16:07Z</dc:date>
    <item>
      <title>Finding a Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-a-Rank/m-p/600516#M222231</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;i want to find out Rank of Sales according State without Taking State as dimension in Table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;am attaching QVW file&amp;nbsp; And data File &lt;/P&gt;&lt;P&gt;i have Find out by including&amp;nbsp; State dimension&amp;nbsp; in Table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finding a Rank according to that Dimension Without including That dimension in Table&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>Mon, 03 Feb 2014 12:58:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-a-Rank/m-p/600516#M222231</guid>
      <dc:creator />
      <dc:date>2014-02-03T12:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Finding a Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-a-Rank/m-p/600517#M222232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aggr(Rank(SUM(Sales)),Person,State)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 13:01:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-a-Rank/m-p/600517#M222232</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-03T13:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Finding a Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-a-Rank/m-p/600518#M222233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;PFA,&lt;/P&gt;&lt;P&gt;Add&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&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;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;SPAN style="color: #800000; font-size: 8pt;"&gt;State&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;as expression , if you use it as expression you will see it is shown only once for every state,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; if you want to show it in every coloum plese use the same in the calculated dimension.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;-Sundar&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 13:13:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-a-Rank/m-p/600518#M222233</guid>
      <dc:creator>sundarakumar</dc:creator>
      <dc:date>2014-02-03T13:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Finding a Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-a-Rank/m-p/600519#M222234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're trying to replicate the rank when you add State as your dimension on your table? Then you want to go with &lt;A href="https://community.qlik.com/qlik-users/120618"&gt;Manish Kachhia&lt;/A&gt;'s formula but with Person and State reversed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aggr(Rank(Sum(Sales)),State,Person)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might also want to rank each state without Person in consideration using the formula:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aggr(Nodistinct Rank(SUM(Sales)),State)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 13:16:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-a-Rank/m-p/600519#M222234</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-02-03T13:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Finding a Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-a-Rank/m-p/600520#M222235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks jerem for Your Fast reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 13:42:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-a-Rank/m-p/600520#M222235</guid>
      <dc:creator />
      <dc:date>2014-02-03T13:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Finding a Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-a-Rank/m-p/600521#M222236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;Hi, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt; check this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px; line-height: 1.5em;"&gt;Aggr(Rank(Sum(Sales)),State,Person)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 13:44:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-a-Rank/m-p/600521#M222236</guid>
      <dc:creator>sunilkumarqv</dc:creator>
      <dc:date>2014-02-03T13:44:42Z</dc:date>
    </item>
  </channel>
</rss>

