<?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: Top 5 &amp; Bottom 5 Values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Top-5-Bottom-5-Values/m-p/995706#M967151</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, if you need it inside a graphe please use Dimension Limits as &lt;A href="https://community.qlik.com/qlik-users/95643"&gt;akrepistman&lt;/A&gt;‌ told&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Oct 2015 13:23:02 GMT</pubDate>
    <dc:creator>Clever_Anjos</dc:creator>
    <dc:date>2015-10-05T13:23:02Z</dc:date>
    <item>
      <title>Top 5 &amp; Bottom 5 Values</title>
      <link>https://community.qlik.com/t5/QlikView/Top-5-Bottom-5-Values/m-p/995701#M967146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want top 5 and bottom 5 customers. How to write the expression&lt;/P&gt;&lt;P&gt;Please help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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, 05 Oct 2015 12:20:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-5-Bottom-5-Values/m-p/995701#M967146</guid>
      <dc:creator />
      <dc:date>2015-10-05T12:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: Top 5 &amp; Bottom 5 Values</title>
      <link>https://community.qlik.com/t5/QlikView/Top-5-Bottom-5-Values/m-p/995702#M967147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There´s a function called FirstSortedValue that can do what you need&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bottom customers:&lt;/P&gt;&lt;P&gt;FirstSortedValue(Customer, Aggr(Sum(Sales),Customer),1)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;FirstSortedValue(Customer, Aggr(Sum(Sales),Customer),2)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333px;"&gt;FirstSortedValue(Customer, Aggr(Sum(Sales),Customer),5)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Topcustomers:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;FirstSortedValue(Customer, -Aggr(Sum(Sales),Customer),1)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;FirstSortedValue(Customer, -Aggr(Sum(Sales),Customer),2)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;FirstSortedValue(Customer, -Aggr(Sum(Sales),Customer),5)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 12:44:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-5-Bottom-5-Values/m-p/995702#M967147</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-10-05T12:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Top 5 &amp; Bottom 5 Values</title>
      <link>https://community.qlik.com/t5/QlikView/Top-5-Bottom-5-Values/m-p/995703#M967148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi Abhi,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Please check my &lt;A href="https://community.qlik.com/docs/DOC-9265"&gt;Firstsortedvalue Vs FirstValue Example&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 12:57:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-5-Bottom-5-Values/m-p/995703#M967148</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-10-05T12:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Top 5 &amp; Bottom 5 Values</title>
      <link>https://community.qlik.com/t5/QlikView/Top-5-Bottom-5-Values/m-p/995704#M967149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Clever,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its not working. I want to display top and bottom 5 customers in Bar chart.&lt;/P&gt;&lt;P&gt;&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, 05 Oct 2015 13:07:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-5-Bottom-5-Values/m-p/995704#M967149</guid>
      <dc:creator />
      <dc:date>2015-10-05T13:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Top 5 &amp; Bottom 5 Values</title>
      <link>https://community.qlik.com/t5/QlikView/Top-5-Bottom-5-Values/m-p/995705#M967150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;depending on what you are trying to accomplish, you may be able to use your standard expression and use Dimension limits tab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 13:12:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-5-Bottom-5-Values/m-p/995705#M967150</guid>
      <dc:creator />
      <dc:date>2015-10-05T13:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Top 5 &amp; Bottom 5 Values</title>
      <link>https://community.qlik.com/t5/QlikView/Top-5-Bottom-5-Values/m-p/995706#M967151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, if you need it inside a graphe please use Dimension Limits as &lt;A href="https://community.qlik.com/qlik-users/95643"&gt;akrepistman&lt;/A&gt;‌ told&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 13:23:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-5-Bottom-5-Values/m-p/995706#M967151</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-10-05T13:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: Top 5 &amp; Bottom 5 Values</title>
      <link>https://community.qlik.com/t5/QlikView/Top-5-Bottom-5-Values/m-p/995707#M967152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;It would be easier if you post a sample of your application&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 13:23:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-5-Bottom-5-Values/m-p/995707#M967152</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-10-05T13:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Top 5 &amp; Bottom 5 Values</title>
      <link>https://community.qlik.com/t5/QlikView/Top-5-Bottom-5-Values/m-p/995708#M967153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find attached if fits your needs&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="100983" alt="Capturar.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/100983_Capturar.PNG" style="height: 179px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 14:01:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-5-Bottom-5-Values/m-p/995708#M967153</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-10-05T14:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Top 5 &amp; Bottom 5 Values</title>
      <link>https://community.qlik.com/t5/QlikView/Top-5-Bottom-5-Values/m-p/995709#M967154</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;Try this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 17:32:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-5-Bottom-5-Values/m-p/995709#M967154</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-05T17:32:09Z</dc:date>
    </item>
  </channel>
</rss>

