<?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 and Bottom 5 values in Straight Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Top-5-and-Bottom-5-values-in-Straight-Table/m-p/1006224#M965096</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;Except Product, other 3 fields are expression. So, based on the Increase or Decrease expression, I need to display the top 5 values as well as bottom 5 values (Separately)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension Limits accepts only first Expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Oct 2015 12:55:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-10-06T12:55:13Z</dc:date>
    <item>
      <title>Top 5 and Bottom 5 values in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Top-5-and-Bottom-5-values-in-Straight-Table/m-p/1006222#M965094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created a Straight Table with columns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Products&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2013&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2014&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Increse/Decrease&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Increase or decrease is the difference between the Sales in 2014 and 2013. Based on this value, I should calculate Top 5 and Bottom 5. However, I can find only Dimension Limits. Is there any alternative? I found Rank as one. Not sure how to use it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 12:07:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-5-and-Bottom-5-values-in-Straight-Table/m-p/1006222#M965094</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-06T12:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Top 5 and Bottom 5 values in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Top-5-and-Bottom-5-values-in-Straight-Table/m-p/1006223#M965095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes rank() is an alternative. Since, you may have already gone through some threads here with not much luck, it would be better if you can provide your sample qvw where we can show 'how' .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 12:36:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-5-and-Bottom-5-values-in-Straight-Table/m-p/1006223#M965095</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-10-06T12:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: Top 5 and Bottom 5 values in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Top-5-and-Bottom-5-values-in-Straight-Table/m-p/1006224#M965096</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;Except Product, other 3 fields are expression. So, based on the Increase or Decrease expression, I need to display the top 5 values as well as bottom 5 values (Separately)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension Limits accepts only first Expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 12:55:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-5-and-Bottom-5-values-in-Straight-Table/m-p/1006224#M965096</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-06T12:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: Top 5 and Bottom 5 values in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Top-5-and-Bottom-5-values-in-Straight-Table/m-p/1006225#M965097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have calculated Increase/decrease then try using&lt;/P&gt;&lt;P&gt;=If(Rank([Increase/Decrease])&amp;lt;=5,'Top 5','Bottom 5') in another column to find top and bottom values&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/101151_Untitled.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 16:02:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-5-and-Bottom-5-values-in-Straight-Table/m-p/1006225#M965097</guid>
      <dc:creator>malini_qlikview</dc:creator>
      <dc:date>2015-10-06T16:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: Top 5 and Bottom 5 values in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Top-5-and-Bottom-5-values-in-Straight-Table/m-p/1006226#M965098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put the Increase/dDecrease value in front of the other expressions and your Dimension limits will be usable again.&lt;/P&gt;&lt;P&gt;To get top5 and bottom 5 in a "seemingly" single table, create two straight tables, one with the top 5 and one with the bottom 5 (again using dimension limits), cut the head of the second table and glue them together.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think there is a simpler method to accomplish this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 16:33:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-5-and-Bottom-5-values-in-Straight-Table/m-p/1006226#M965098</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-10-06T16:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Top 5 and Bottom 5 values in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Top-5-and-Bottom-5-values-in-Straight-Table/m-p/1006227#M965099</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 this. it is help full for you&lt;/P&gt;&lt;P&gt;i have two fields like&amp;nbsp; Revenue And Customer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=aggr(if(rank(sum(Revenue))&amp;lt;=10 or rank(-sum(Revenue))&amp;lt;=10,Customer),Customer).&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 17:51:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-5-and-Bottom-5-values-in-Straight-Table/m-p/1006227#M965099</guid>
      <dc:creator>maniram23</dc:creator>
      <dc:date>2015-10-06T17:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Top 5 and Bottom 5 values in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Top-5-and-Bottom-5-values-in-Straight-Table/m-p/1006228#M965100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this &lt;A href="https://community.qlik.com/message/882496"&gt;Top 5 &amp;amp;amp; Bottom 5 Values&lt;/A&gt; can help you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 17:54:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-5-and-Bottom-5-values-in-Straight-Table/m-p/1006228#M965100</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-10-06T17:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Top 5 and Bottom 5 values in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Top-5-and-Bottom-5-values-in-Straight-Table/m-p/1006229#M965101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for confusing you. I intended to do Top 5 and Bottom 5 in separate Chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I don't want to keep Growth as the first expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically except Product, other 3 are expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2013 Field - Has some Expression&lt;/P&gt;&lt;P&gt;2014 Field - Has some Expression&lt;/P&gt;&lt;P&gt;Increase/Decrease Field - (2014 Expression) - (2013 Expression)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to show the Top 5 values based on Growth field and Bottom 5 values in separate tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I explained it clearly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 04:52:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-5-and-Bottom-5-values-in-Straight-Table/m-p/1006229#M965101</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-07T04:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Top 5 and Bottom 5 values in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Top-5-and-Bottom-5-values-in-Straight-Table/m-p/1006230#M965102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 05:03:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-5-and-Bottom-5-values-in-Straight-Table/m-p/1006230#M965102</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2015-10-07T05:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Top 5 and Bottom 5 values in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Top-5-and-Bottom-5-values-in-Straight-Table/m-p/1006231#M965103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use Calculated Dimension : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr(if(rank(sum(FACT))&amp;lt;=5 or rank(-sum(FACT))&amp;lt;=5,DIMENSION),DIMENSION)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 05:06:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-5-and-Bottom-5-values-in-Straight-Table/m-p/1006231#M965103</guid>
      <dc:creator />
      <dc:date>2015-10-07T05:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Top 5 and Bottom 5 values in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Top-5-and-Bottom-5-values-in-Straight-Table/m-p/1006232#M965104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG __jive_id="101214" alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/101214_Capture.JPG" style="height: 219px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Refer &lt;STRONG style="font-style: inherit; font-size: 12px; font-family: inherit;"&gt;&lt;A href="https://community.qlik.com/people/JohnW"&gt;JohnW&lt;/A&gt;‌&lt;/STRONG&gt; solution at &lt;A href="https://community.qlik.com/message/90437"&gt;TOP 10 and Bottom 10 Customer by Revenue Amount&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 05:07:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-5-and-Bottom-5-values-in-Straight-Table/m-p/1006232#M965104</guid>
      <dc:creator />
      <dc:date>2015-10-07T05:07:35Z</dc:date>
    </item>
  </channel>
</rss>

