<?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 Rank in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rank/m-p/293294#M1201698</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Bhaskar,&lt;/P&gt;&lt;P&gt;yes I'm aware about rank function but would be great help if you send me some examples as m confused in diff. syntax.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Dec 2010 14:56:06 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-12-09T14:56:06Z</dc:date>
    <item>
      <title>Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Rank/m-p/293292#M1201696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is there anything possible in QV like other reporting tool to have ranked data.&lt;/P&gt;&lt;P&gt;let say if i want ot have top 5 or bottom 5 revenue based on a particular dimension, how do I achieve in QV 10?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Dec 2010 14:22:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank/m-p/293292#M1201696</guid>
      <dc:creator />
      <dc:date>2010-12-09T14:22:50Z</dc:date>
    </item>
    <item>
      <title>Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Rank/m-p/293293#M1201697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, U can&lt;/P&gt;&lt;P&gt;we have Rank Function which accepts parameters try to use the function&lt;/P&gt;&lt;P&gt;if u want further help , let me know i will send a sample application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Dec 2010 14:50:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank/m-p/293293#M1201697</guid>
      <dc:creator />
      <dc:date>2010-12-09T14:50:45Z</dc:date>
    </item>
    <item>
      <title>Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Rank/m-p/293294#M1201698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Bhaskar,&lt;/P&gt;&lt;P&gt;yes I'm aware about rank function but would be great help if you send me some examples as m confused in diff. syntax.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Dec 2010 14:56:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank/m-p/293294#M1201698</guid>
      <dc:creator />
      <dc:date>2010-12-09T14:56:06Z</dc:date>
    </item>
    <item>
      <title>Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Rank/m-p/293295#M1201699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can achieve that using a condition on the dimension.&lt;/P&gt;&lt;P&gt;=if(aggr(rank(&amp;lt;expression&amp;gt;), &amp;lt;dimension&amp;gt;) &amp;lt;= 5, &amp;lt;dimension&amp;gt;, 'Others')&lt;/P&gt;&lt;P&gt;You can use the above format to show the top 5 values in the chart and the rest bucketed as others, if you do not want to show Others, just do not enter the else condition as 'Others' (also, you will have to supress nulls on this calculated dimension.&lt;/P&gt;&lt;P&gt;Let me know if you have any questions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Dec 2010 14:59:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank/m-p/293295#M1201699</guid>
      <dc:creator>boorgura</dc:creator>
      <dc:date>2010-12-09T14:59:04Z</dc:date>
    </item>
    <item>
      <title>Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Rank/m-p/293296#M1201700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Have you checked out the Executive Dashboard available as a Qlikdemo here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://demo.qlik.com/QvAJAXZfc/opendoc.htm?document=Executive%20Dashboard.qvw&amp;amp;host=Demo10&amp;amp;anonymous=true"&gt;http://demo.qlik.com/QvAJAXZfc/opendoc.htm?document=Executive%20Dashboard.qvw&amp;amp;host=Demo10&amp;amp;anonymous=true&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you go into the 80:20 table on the Sales Analyis sheet, it will show you how to order the Customers by Sales value ie Dimension by expression.&lt;/P&gt;&lt;P&gt;To only show top 5, go to Presentation tab in Properties, and for your dimension, change the Max Number to 5on the RHS - it will limit the display to the first 5.&lt;/P&gt;&lt;P&gt;For lowest, just change the sort order to ascending.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Dec 2010 15:06:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank/m-p/293296#M1201700</guid>
      <dc:creator>mazacini</dc:creator>
      <dc:date>2010-12-09T15:06:51Z</dc:date>
    </item>
    <item>
      <title>Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Rank/m-p/293297#M1201703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you look at the properties of these demos? Is there a way you can download them?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Dec 2010 16:43:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank/m-p/293297#M1201703</guid>
      <dc:creator />
      <dc:date>2010-12-09T16:43:23Z</dc:date>
    </item>
    <item>
      <title>Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Rank/m-p/293298#M1201705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I did something very similar in an application you can download and check the properties in the chart of &lt;A href="http://community.qlik.com/forums/p/37757/148287.aspx#148287" target="_blank" title="Top xxx based on Slider"&gt;this post.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Dec 2010 17:13:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank/m-p/293298#M1201705</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-12-09T17:13:46Z</dc:date>
    </item>
    <item>
      <title>Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Rank/m-p/293299#M1201707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;If you follow this link&lt;/P&gt;&lt;P&gt;&lt;A href="http://demo.qlik.com/"&gt;http://demo.qlik.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Some of the demos have a link (DOWNLOAD . QVW) to download the .qvw file. You can then save them to your hard drive and view at your leisure. Some demos do not have this link, and can only be viewed in your browser.&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2010 11:03:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank/m-p/293299#M1201707</guid>
      <dc:creator>mazacini</dc:creator>
      <dc:date>2010-12-10T11:03:33Z</dc:date>
    </item>
    <item>
      <title>Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Rank/m-p/293300#M1201710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks All.&lt;/P&gt;&lt;P&gt;I got the idea but stil not able to show the proper results.&lt;/P&gt;&lt;P&gt;Requiremetns -&lt;/P&gt;&lt;P&gt;- need to show ranked measure on line chart -- where I need year on X , USD on Y and other dimension on which my rank should be based on third one.&lt;/P&gt;&lt;P&gt;- with the current expression my ranked thing is there on Y but the requirement is revenue should appear for top 5 only, I have used below expression - &lt;STRONG&gt;(aggr(rank(Sum ([USD])),[Vendor]) &amp;lt;= 5)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;also with this i dont know result is quite weird with ranking ref. points as -1 and all the things pointing to that only.&lt;/P&gt;&lt;P&gt;Please assist, let me know any further clarifications needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2010 11:43:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank/m-p/293300#M1201710</guid>
      <dc:creator />
      <dc:date>2010-12-10T11:43:00Z</dc:date>
    </item>
    <item>
      <title>Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Rank/m-p/293301#M1201712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any help pls for charts...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Dec 2010 08:27:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank/m-p/293301#M1201712</guid>
      <dc:creator />
      <dc:date>2010-12-13T08:27:19Z</dc:date>
    </item>
  </channel>
</rss>

