<?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 Need Help on Rank Function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-Help-on-Rank-Function/m-p/221909#M74666</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;Need Help on below issue.&lt;BR /&gt;&lt;BR /&gt;I need show value in pivot table with higest rank 3. ranking should be with based on my max of month. Till here i dnt have problem.&lt;BR /&gt;&lt;BR /&gt;Problem is i need to show the total for all irrespective of the ranks.&lt;BR /&gt;&lt;BR /&gt;Pl. look into my application.&lt;BR /&gt;&lt;BR /&gt;i need a total for&lt;BR /&gt;&lt;BR /&gt;01-01-2009 = 200&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;01-02-2009 = 135&lt;BR /&gt;&lt;BR /&gt;but now i`m getting&lt;BR /&gt;&lt;BR /&gt;01-01-2009 = 180&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;01-02-2009 = 130&lt;BR /&gt;&lt;BR /&gt;Since i have restricted my value to top 3 i.e Rank 3.&lt;BR /&gt;&lt;BR /&gt;Hope i have explained my problem clearly. please reply for further query&lt;/P&gt;&lt;P&gt;- Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Apr 2010 12:30:41 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-04-22T12:30:41Z</dc:date>
    <item>
      <title>Need Help on Rank Function</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-on-Rank-Function/m-p/221909#M74666</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;Need Help on below issue.&lt;BR /&gt;&lt;BR /&gt;I need show value in pivot table with higest rank 3. ranking should be with based on my max of month. Till here i dnt have problem.&lt;BR /&gt;&lt;BR /&gt;Problem is i need to show the total for all irrespective of the ranks.&lt;BR /&gt;&lt;BR /&gt;Pl. look into my application.&lt;BR /&gt;&lt;BR /&gt;i need a total for&lt;BR /&gt;&lt;BR /&gt;01-01-2009 = 200&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;01-02-2009 = 135&lt;BR /&gt;&lt;BR /&gt;but now i`m getting&lt;BR /&gt;&lt;BR /&gt;01-01-2009 = 180&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;01-02-2009 = 130&lt;BR /&gt;&lt;BR /&gt;Since i have restricted my value to top 3 i.e Rank 3.&lt;BR /&gt;&lt;BR /&gt;Hope i have explained my problem clearly. please reply for further query&lt;/P&gt;&lt;P&gt;- Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Apr 2010 12:30:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-on-Rank-Function/m-p/221909#M74666</guid>
      <dc:creator />
      <dc:date>2010-04-22T12:30:41Z</dc:date>
    </item>
    <item>
      <title>Need Help on Rank Function</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-on-Rank-Function/m-p/221910#M74667</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;not able to upload the application. Pl find the details below&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;BR /&gt; POSNR, Duration, Temp,Month&lt;BR /&gt; 1, 5, 30,1-1-2009&lt;BR /&gt; 2, 7, 100,1-1-2009&lt;BR /&gt; 3, 3, 50,1-1-2009&lt;BR /&gt; 4, 2, 20,1-1-2009&lt;BR /&gt; 5, 5, 60,1-2-2009&lt;BR /&gt; 6, 7, 50,1-2-2009&lt;BR /&gt; 7, 3, 20,1-2-2009&lt;BR /&gt; 8, 2, 5,1-2-2009&lt;BR /&gt;&lt;BR /&gt;];&lt;/P&gt;&lt;P style="font-weight: bold"&gt;O/P which i`m getting&lt;/P&gt;&lt;P style="font-weight: bold"&gt;RANK DURATION 01-01-2009 01-02-2009&lt;/P&gt;&lt;P&gt;1 5 50 60&lt;/P&gt;&lt;P&gt;2 7 100 50&lt;/P&gt;&lt;P&gt;3 3 50 20&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Total 180 130&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Required O/P&lt;/P&gt;&lt;P style="font-weight: bold"&gt;RANK DURATION 01-01-2009 01-02-2009&lt;/P&gt;&lt;P&gt;1 5 50 60&lt;/P&gt;&lt;P&gt;2 7 100 50&lt;/P&gt;&lt;P&gt;3 3 50 20&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Total 200 135&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression whihc i`m using to find my rank is&lt;/P&gt;&lt;P style="font-weight: bold"&gt;=if(aggr(rank( Sum (if(Monthname(Month) = Monthname(VMax),Temp))),Duration)&amp;lt;=3,&lt;BR /&gt;&lt;BR /&gt;aggr(rank( Sum (if(Monthname(Month) = Monthname(VMax),Temp))),Duration))&lt;/P&gt;&lt;P&gt;Pl. reply for further clarification.&lt;/P&gt;&lt;P&gt;- Sridhar&lt;B&gt;&lt;BR /&gt;&lt;/B&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Apr 2010 13:50:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-on-Rank-Function/m-p/221910#M74667</guid>
      <dc:creator />
      <dc:date>2010-04-22T13:50:55Z</dc:date>
    </item>
    <item>
      <title>Need Help on Rank Function</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-on-Rank-Function/m-p/221911#M74668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Finally did it with below formula.&lt;/P&gt;&lt;P&gt;if(Dimensionality() = 2,Sum (Temp),aggr(Sum ( Temp),Month))&lt;/P&gt;&lt;P&gt;- Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Apr 2010 15:52:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-on-Rank-Function/m-p/221911#M74668</guid>
      <dc:creator />
      <dc:date>2010-04-22T15:52:39Z</dc:date>
    </item>
  </channel>
</rss>

