<?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 HOw to achieve first top values ?? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/HOw-to-achieve-first-top-values/m-p/769415#M1037872</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HEy,&lt;/P&gt;&lt;P&gt;How to get top 5 items according to sales wise(item with maximum sales at top and so on).&lt;/P&gt;&lt;P&gt;How to achieve this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Jan 2015 08:07:36 GMT</pubDate>
    <dc:creator>nikhilgarg</dc:creator>
    <dc:date>2015-01-12T08:07:36Z</dc:date>
    <item>
      <title>HOw to achieve first top values ??</title>
      <link>https://community.qlik.com/t5/QlikView/HOw-to-achieve-first-top-values/m-p/769415#M1037872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HEy,&lt;/P&gt;&lt;P&gt;How to get top 5 items according to sales wise(item with maximum sales at top and so on).&lt;/P&gt;&lt;P&gt;How to achieve this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 08:07:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HOw-to-achieve-first-top-values/m-p/769415#M1037872</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-01-12T08:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: HOw to achieve first top values ??</title>
      <link>https://community.qlik.com/t5/QlikView/HOw-to-achieve-first-top-values/m-p/769416#M1037874</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;For Top 5 use Rank function ad calculated dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:_&lt;/P&gt;&lt;P&gt;Dim:-&amp;nbsp; =If(Aggr(Rank(Sum(Sales)) &amp;lt;= 5, Customer),Customer)&lt;/P&gt;&lt;P&gt;Expr:- Sum(Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 08:10:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HOw-to-achieve-first-top-values/m-p/769416#M1037874</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2015-01-12T08:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: HOw to achieve first top values ??</title>
      <link>https://community.qlik.com/t5/QlikView/HOw-to-achieve-first-top-values/m-p/769417#M1037876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(rank(sum(Sales)) &amp;lt;= 5, sum(Sales))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 08:11:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HOw-to-achieve-first-top-values/m-p/769417#M1037876</guid>
      <dc:creator>maleksafa</dc:creator>
      <dc:date>2015-01-12T08:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: HOw to achieve first top values ??</title>
      <link>https://community.qlik.com/t5/QlikView/HOw-to-achieve-first-top-values/m-p/769418#M1037878</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;Check this example&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;INLINE&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[&lt;BR /&gt; Item, Sales&lt;BR /&gt; A, 25698&lt;BR /&gt; B, 24823&lt;BR /&gt; C, 2624&lt;BR /&gt; D, 236645&lt;BR /&gt; E, 2365&lt;BR /&gt; F, 22666&lt;BR /&gt; G, 245598&lt;BR /&gt; H, 2258&lt;BR /&gt; I, 226336&lt;BR /&gt; J, 22689&lt;BR /&gt; K, 222223&lt;BR /&gt; L, 112121&lt;BR /&gt; M, 213215&lt;BR /&gt; N, 123121&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;In straight table chart &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Dim:- =&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Rank&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)) &amp;lt;= 5,&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Item&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Item&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Expre:- &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;Sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;Anand&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 08:14:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HOw-to-achieve-first-top-values/m-p/769418#M1037878</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2015-01-12T08:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: HOw to achieve first top values ??</title>
      <link>https://community.qlik.com/t5/QlikView/HOw-to-achieve-first-top-values/m-p/769419#M1037880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nikhil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to chart Preperties -&amp;gt; Dimension Limits -&amp;gt; Select Item Field from List of Dimensions -&amp;gt; Check the Check Box (Restrict which values are displayed using the first expression) -&amp;gt; select radio box (Show Only) -&amp;gt; Select Largest from Drop down select -&amp;gt; enter 5 in input box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By above procedure you will get required output mentioned above...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 08:27:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HOw-to-achieve-first-top-values/m-p/769419#M1037880</guid>
      <dc:creator>kiranmanoharrode</dc:creator>
      <dc:date>2015-01-12T08:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: HOw to achieve first top values ??</title>
      <link>https://community.qlik.com/t5/QlikView/HOw-to-achieve-first-top-values/m-p/769420#M1037882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try&amp;nbsp; Calculated Dimension for displaying Top 5 records:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr(If(RANK(aggr(sum(Sales), Customer)) &amp;lt;= 5, Customer) , Customer)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Goto Object Properties of Chart&lt;/P&gt;&lt;P&gt;Click "Dimension Limits"&lt;/P&gt;&lt;P&gt;Click "Restrict which values are displayed using the first expression"&lt;/P&gt;&lt;P&gt;Show only "Largest" 5 values and Click "OK"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Neetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 08:45:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HOw-to-achieve-first-top-values/m-p/769420#M1037882</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-12T08:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: HOw to achieve first top values ??</title>
      <link>https://community.qlik.com/t5/QlikView/HOw-to-achieve-first-top-values/m-p/769421#M1037884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;What is the difference between your Calculated dimension and following calculated dimension ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;Rank&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;Sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;)) &amp;lt;= 5,&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;Item&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;Item&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 09:36:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HOw-to-achieve-first-top-values/m-p/769421#M1037884</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-01-12T09:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: HOw to achieve first top values ??</title>
      <link>https://community.qlik.com/t5/QlikView/HOw-to-achieve-first-top-values/m-p/769422#M1037886</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;There is no much difference between&amp;nbsp; both the expressions,it's just i have grouped the sales amount based on dimension and calculated sum of sales to derive Top N&lt;SPAN style="color: #575757;"&gt; Records&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Neetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 09:46:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HOw-to-achieve-first-top-values/m-p/769422#M1037886</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-12T09:46:32Z</dc:date>
    </item>
  </channel>
</rss>

