<?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: Ranking in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Ranking/m-p/368961#M137168</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;The correct answer in the following discussion might be helpful:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/message/152044#152044" title="http://community.qlik.com/message/152044#152044"&gt;http://community.qlik.com/message/152044#152044&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Besr regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="loading" href="http://quickdevtips.blogspot.com/" title="http://quickdevtips.blogspot.com/"&gt;http://quickdevtips.blogspot.com/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 17 Jun 2012 08:54:50 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-06-17T08:54:50Z</dc:date>
    <item>
      <title>Ranking</title>
      <link>https://community.qlik.com/t5/QlikView/Ranking/m-p/368959#M137166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to just display the ranking of a single record without displaying the whole of the data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example if the data ia as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 160px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="102"&gt;Product Code&lt;/TD&gt;&lt;TD class="xl63" style="border-left: medium none;" width="58"&gt;Value&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: medium none;"&gt;TTA&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: medium none; border-left: medium none;"&gt;8&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: medium none;"&gt;TTB&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: medium none; border-left: medium none;"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: medium none;"&gt;TTC&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: medium none; border-left: medium none;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: medium none;"&gt;TTD&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: medium none; border-left: medium none;"&gt;12&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible to rank the values to get:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="184"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="102"&gt;Product Code&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none;" width="41"&gt;Value&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none;" width="41"&gt;Rank&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: medium none;"&gt;TTA&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: medium none; border-left: medium none;"&gt;8&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: medium none; border-left: medium none;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: medium none;"&gt;TTB&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: medium none; border-left: medium none;"&gt;10&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: medium none; border-left: medium none;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: medium none;"&gt;TTC&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: medium none; border-left: medium none;"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: medium none; border-left: medium none;"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: medium none;"&gt;TTD&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: medium none; border-left: medium none;"&gt;12&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: medium none; border-left: medium none;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But is it possible just to display the rank of just one Product Code (say just TTA) without showing all the other Product Codes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="143"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="102"&gt;Product Code&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none;" width="41"&gt;Rank&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: medium none;"&gt;TTA&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: medium none; border-left: medium none;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2012 07:56:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ranking/m-p/368959#M137166</guid>
      <dc:creator />
      <dc:date>2012-05-25T07:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Ranking</title>
      <link>https://community.qlik.com/t5/QlikView/Ranking/m-p/368960#M137167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just use experssion instead of field in list box and add exerpssion like if(max(rank),Productcode) . Dont add Rank column.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jun 2012 06:21:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ranking/m-p/368960#M137167</guid>
      <dc:creator>gainkarthi</dc:creator>
      <dc:date>2012-06-17T06:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Ranking</title>
      <link>https://community.qlik.com/t5/QlikView/Ranking/m-p/368961#M137168</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;The correct answer in the following discussion might be helpful:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/message/152044#152044" title="http://community.qlik.com/message/152044#152044"&gt;http://community.qlik.com/message/152044#152044&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Besr regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="loading" href="http://quickdevtips.blogspot.com/" title="http://quickdevtips.blogspot.com/"&gt;http://quickdevtips.blogspot.com/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jun 2012 08:54:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ranking/m-p/368961#M137168</guid>
      <dc:creator />
      <dc:date>2012-06-17T08:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Ranking</title>
      <link>https://community.qlik.com/t5/QlikView/Ranking/m-p/368962#M137169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi simon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;add this Set analysis into your expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rank (&amp;nbsp; &lt;STRONG&gt; {&amp;lt;ProductCode={TTA}&amp;gt;}&lt;/STRONG&gt; ....)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jun 2012 10:17:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ranking/m-p/368962#M137169</guid>
      <dc:creator />
      <dc:date>2012-06-17T10:17:32Z</dc:date>
    </item>
  </channel>
</rss>

