<?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: dimension limit in set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/dimension-limit-in-set-analysis/m-p/616531#M227262</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;top 5 sales (1)&lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;Customer={"=rank(sum(Sales),4)&amp;lt;=5"}&amp;gt;}&amp;nbsp;&amp;nbsp; Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sales (2)&lt;/P&gt;&lt;P&gt;=sum(Sales)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or&amp;nbsp; =sum({1} Sales)&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in text box&lt;/P&gt;&lt;P&gt;(1) / (2)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 09 Mar 2014 16:24:03 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2014-03-09T16:24:03Z</dc:date>
    <item>
      <title>dimension limit in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/dimension-limit-in-set-analysis/m-p/616529#M227260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;hello I know in a chart I can use the dimension limit tab to display the top 5 customers that contribute to sales&lt;/P&gt;&lt;P&gt;my expression is sum(sales)&lt;/P&gt;&lt;P&gt;in the dimension limit I selected show First 5&lt;/P&gt;&lt;P&gt;that's fine but now I want to take the total sales of these top 5 customers to divide it by the total sales&lt;/P&gt;&lt;P&gt;how can I take the total sales of the top 5 to divide it by total sales and display result on a text object?&lt;/P&gt;&lt;P&gt;please advise&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Mar 2014 15:38:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dimension-limit-in-set-analysis/m-p/616529#M227260</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2014-03-09T15:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: dimension limit in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/dimension-limit-in-set-analysis/m-p/616530#M227261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the following expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=100*Sum(Aggr(if(Rank(Sum(Sales)) &amp;lt;=5, Sum(Sales)), Seller))/Sum({1}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Mar 2014 16:06:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dimension-limit-in-set-analysis/m-p/616530#M227261</guid>
      <dc:creator>srchilukoori</dc:creator>
      <dc:date>2014-03-09T16:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: dimension limit in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/dimension-limit-in-set-analysis/m-p/616531#M227262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;top 5 sales (1)&lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;Customer={"=rank(sum(Sales),4)&amp;lt;=5"}&amp;gt;}&amp;nbsp;&amp;nbsp; Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sales (2)&lt;/P&gt;&lt;P&gt;=sum(Sales)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or&amp;nbsp; =sum({1} Sales)&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in text box&lt;/P&gt;&lt;P&gt;(1) / (2)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Mar 2014 16:24:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dimension-limit-in-set-analysis/m-p/616531#M227262</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-03-09T16:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: dimension limit in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/dimension-limit-in-set-analysis/m-p/616532#M227263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I posted a blog article that describes in detail all the aspects of calculating Top N performers, and some of the pitfalls related to calculated dimensions. Here is the link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.naturalsynergies.com/q-tip-5-show-top-performers-common-but-not-too-trivial/" title="http://www.naturalsynergies.com/q-tip-5-show-top-performers-common-but-not-too-trivial/"&gt;QlikView Blog Q-Tip #5 – Show Top Performers. Common but not too trivial. | Natural Synergies&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;enjoy!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oleg Troyansky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Mar 2014 16:26:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dimension-limit-in-set-analysis/m-p/616532#M227263</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2014-03-09T16:26:40Z</dc:date>
    </item>
  </channel>
</rss>

