<?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: Re: Re: Bottom 5 values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bottom-5-values/m-p/577503#M1101341</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use one more Aggr() like:&lt;/P&gt;&lt;P&gt;=aggr(if(Aggr(rank(-sum({$&amp;lt;Account={'3010'}, Type={'AC'}&amp;gt;} Value),4)&amp;lt;=5, Product),Product), Product)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Apr 2014 09:55:49 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2014-04-15T09:55:49Z</dc:date>
    <item>
      <title>Bottom 5 values</title>
      <link>https://community.qlik.com/t5/QlikView/Bottom-5-values/m-p/577495#M1101333</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;I have two charts that shows (or are supposed to show) top 5 and bottom 5. The top 5 is no problem, here's my expression in the dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr(&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;if(rank(sum({$&amp;lt;AccountName={'3010'}&amp;gt;} Value))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;=5)&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; ,Product)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;,Product)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;And for the bottom 5, i thought that this would work:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=aggr(&lt;SPAN style="font-size: 10pt;"&gt;if(rank(-sum({$&amp;lt;AccountName={'3010'}&amp;gt;} Value))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;=5)&lt;SPAN style="font-size: 10pt;"&gt; ,Product)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,Product)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;My problem seem to be the "-" sign in front of sum. Aggr doesn't seem to like it. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Any ideas of how i can achive this? Dimension limit is not an option here since the dimension i want to rank by is the secound dimension after a cyclic group. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//A. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 07:38:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bottom-5-values/m-p/577495#M1101333</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-15T07:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Bottom 5 values</title>
      <link>https://community.qlik.com/t5/QlikView/Bottom-5-values/m-p/577496#M1101334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems okay. Could you share sample qvw that demonstrates the issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 07:44:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bottom-5-values/m-p/577496#M1101334</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-04-15T07:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Bottom 5 values</title>
      <link>https://community.qlik.com/t5/QlikView/Bottom-5-values/m-p/577497#M1101335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry to edit up try this&lt;/P&gt;&lt;P&gt;=aggr(&lt;SPAN style="font-size: 10pt;"&gt;if(rank(-sum({$&amp;lt;AccountName={'3010'}&amp;gt;} Value),4)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;=5&lt;SPAN style="font-size: 10pt;"&gt; ,Product)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,Product)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 07:46:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bottom-5-values/m-p/577497#M1101335</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2014-04-15T07:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Bottom 5 values</title>
      <link>https://community.qlik.com/t5/QlikView/Bottom-5-values/m-p/577498#M1101336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tried that, doesn't work unfortunatly. &lt;/P&gt;&lt;P&gt;I'm thinking maybe the set analysis is the problem since it works if it isn't at set analysis that's beeing ranked and aggregated. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 07:51:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bottom-5-values/m-p/577498#M1101336</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-15T07:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Bottom 5 values</title>
      <link>https://community.qlik.com/t5/QlikView/Bottom-5-values/m-p/577499#M1101337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;try this?&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=aggr(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;if(rank(sum({$&amp;lt;AccountName={'3010'}&amp;gt;} &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;-&lt;/STRONG&gt;&lt;/SPAN&gt;Value))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; &amp;lt;=5)&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt; ,Product)&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;,Product)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 07:53:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bottom-5-values/m-p/577499#M1101337</guid>
      <dc:creator />
      <dc:date>2014-04-15T07:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Bottom 5 values</title>
      <link>https://community.qlik.com/t5/QlikView/Bottom-5-values/m-p/577500#M1101338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's a test application&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 08:03:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bottom-5-values/m-p/577500#M1101338</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-15T08:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: Bottom 5 values</title>
      <link>https://community.qlik.com/t5/QlikView/Bottom-5-values/m-p/577501#M1101339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calculated Dimension&lt;/P&gt;&lt;P&gt;=IF(Aggr(Rank(-SUM({&amp;lt;Account = {'3010'},Type = {'AC'}&amp;gt;}Value),4),Product)&amp;lt;=5,Product)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;Total Value&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;Account = {'3010'},Type = {'AC'}&amp;gt;}Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rank&lt;/P&gt;&lt;P&gt;Rank(SUM({&amp;lt;Account = {'3010'},Type = {'AC'}&amp;gt;}Value),4)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 08:58:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bottom-5-values/m-p/577501#M1101339</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-15T08:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Bottom 5 values</title>
      <link>https://community.qlik.com/t5/QlikView/Bottom-5-values/m-p/577502#M1101340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Top 5 u can use this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if(rank(sum({$&amp;lt;AccountName={'3010'}&amp;gt;} Value))&amp;lt;=5,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum({$&amp;lt;AccountName={'3010'}&amp;gt;} Value)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;bottom 5 u can use this &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if(rank( rank(sum({$&amp;lt;AccountName={'3010'}&amp;gt;} Value)))&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;lt;=5,&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum({$&amp;lt;AccountName={'3010'}&amp;gt;} Value))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 09:08:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bottom-5-values/m-p/577502#M1101340</guid>
      <dc:creator>nizamsha</dc:creator>
      <dc:date>2014-04-15T09:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Bottom 5 values</title>
      <link>https://community.qlik.com/t5/QlikView/Bottom-5-values/m-p/577503#M1101341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use one more Aggr() like:&lt;/P&gt;&lt;P&gt;=aggr(if(Aggr(rank(-sum({$&amp;lt;Account={'3010'}, Type={'AC'}&amp;gt;} Value),4)&amp;lt;=5, Product),Product), Product)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 09:55:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bottom-5-values/m-p/577503#M1101341</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-04-15T09:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Bottom 5 values</title>
      <link>https://community.qlik.com/t5/QlikView/Bottom-5-values/m-p/577504#M1101342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TRY THIS ONE&lt;/P&gt;&lt;P&gt;=aggr(if(rank(sum(Revenue))&amp;lt;=5 or rank(-sum(Revenue))&amp;lt;=5,Customer),Customer)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 11:45:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bottom-5-values/m-p/577504#M1101342</guid>
      <dc:creator>arjunkrishnan</dc:creator>
      <dc:date>2014-04-15T11:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Bottom 5 values</title>
      <link>https://community.qlik.com/t5/QlikView/Bottom-5-values/m-p/577505#M1101343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For some reson the expression now works with the negative sign in front of it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But. I hav another problem conencted to this. When listing the bottom 5 values it only show 3 of them. And what I've discovered is that it only shows the ones that have a negative value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the list of the bottom products:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE bgcolor="#ffffff" border="1" cellpadding="2" cellspacing="0" style="font-size: 9pt;"&gt;&lt;TBODY&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;Product1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;-0,50%&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636; font-size: 12px;"&gt;Product3&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;-0,04%&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636; font-size: 12px;"&gt;Product5&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;-0,01%&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636; font-size: 12px;"&gt;Product2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;0,00%&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636; font-size: 12px;"&gt;Product7&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;0,00%&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636; font-size: 12px;"&gt;Product6&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;0,00%&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636; font-size: 12px;"&gt;Product10&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;0,00%&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636; font-size: 12px;"&gt;Product9&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;0,01%&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636; font-size: 12px;"&gt;Product8&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;0,01%&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i get it to list the other values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 08:36:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bottom-5-values/m-p/577505#M1101343</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-24T08:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: Bottom 5 values</title>
      <link>https://community.qlik.com/t5/QlikView/Bottom-5-values/m-p/577506#M1101344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried my solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 08:41:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bottom-5-values/m-p/577506#M1101344</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-24T08:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: Bottom 5 values</title>
      <link>https://community.qlik.com/t5/QlikView/Bottom-5-values/m-p/577507#M1101345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is the solution i have used also but it doesn't fix my problem with the percentage values that are negative and positive. If that is the problem but that's my conclusion. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 08:49:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bottom-5-values/m-p/577507#M1101345</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-24T08:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Bottom 5 values</title>
      <link>https://community.qlik.com/t5/QlikView/Bottom-5-values/m-p/577508#M1101346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If possible, please stick with your sample data provided earlier...&lt;/P&gt;&lt;P&gt;Now you are coming with Product1, Product2.... it's difficult to work...&lt;/P&gt;&lt;P&gt;Kindly provide correct sample data along with your required result... Would love to help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 08:52:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bottom-5-values/m-p/577508#M1101346</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-24T08:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Bottom 5 values</title>
      <link>https://community.qlik.com/t5/QlikView/Bottom-5-values/m-p/577509#M1101347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry about that, here's an extended version of sample data. I couldn't re-create the problem i had with the percentage values not showing all five. But instead the regulare value is not showing all bottom five but three of them only (the negatvie ones) so i'm thinking a solution to that might solve the real case i have aswell.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 09:19:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bottom-5-values/m-p/577509#M1101347</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-24T09:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Bottom 5 values</title>
      <link>https://community.qlik.com/t5/QlikView/Bottom-5-values/m-p/577510#M1101348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you check MRK349 file enclose on 15/04, you can see that my solution is working for Bottom 5 also.&lt;/P&gt;&lt;P&gt;Now, please let us know what is the percentage formula you are using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 09:22:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bottom-5-values/m-p/577510#M1101348</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-24T09:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Bottom 5 values</title>
      <link>https://community.qlik.com/t5/QlikView/Bottom-5-values/m-p/577511#M1101349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes i can see that but the difference is the data i have in the new file. Where i have negative values so i think THAT is the problem. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 09:26:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bottom-5-values/m-p/577511#M1101349</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-24T09:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Bottom 5 values</title>
      <link>https://community.qlik.com/t5/QlikView/Bottom-5-values/m-p/577512#M1101350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide -ve value data also?&lt;/P&gt;&lt;P&gt;Also, let us know how you are getting %&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 09:37:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bottom-5-values/m-p/577512#M1101350</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-24T09:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Bottom 5 values</title>
      <link>https://community.qlik.com/t5/QlikView/Bottom-5-values/m-p/577513#M1101351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached you'll find the source data.&lt;/P&gt;&lt;P&gt;How i get the procentage you can see in the expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 10:12:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bottom-5-values/m-p/577513#M1101351</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-24T10:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: Bottom 5 values</title>
      <link>https://community.qlik.com/t5/QlikView/Bottom-5-values/m-p/577514#M1101352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry but where is the expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 10:17:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bottom-5-values/m-p/577514#M1101352</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-24T10:17:00Z</dc:date>
    </item>
  </channel>
</rss>

