<?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: Group Customers Into 3 Tiers Based On Revenue? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Group-Customers-Into-3-Tiers-Based-On-Revenue/m-p/684710#M248193</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if I understand you can adapt this (changing ABC %)&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/12/09/pareto-analysis" title="http://community.qlik.com/blogs/qlikviewdesignblog/2013/12/09/pareto-analysis"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2013/12/09/pareto-analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Aug 2014 18:46:47 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2014-08-14T18:46:47Z</dc:date>
    <item>
      <title>Group Customers Into 3 Tiers Based On Revenue?</title>
      <link>https://community.qlik.com/t5/QlikView/Group-Customers-Into-3-Tiers-Based-On-Revenue/m-p/684709#M248192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This one's a headscratcher.&amp;nbsp; I have a new requirement to display a list of our customers, their total net revenue, and a new column that shows their "tier."&amp;nbsp; The tier is whether their revenue is in the top third, the middle third, or the bottom third; but it's not quite that simple.&amp;nbsp; It has to be the sum of several customers that fill out the top third, even if that sum is bigger than a third.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance, if our top two customers have 20% and 15% of the total revenue respectively, that totals 35% which is more than a third.&amp;nbsp; The the middle tier might be several customers that also add up to more than a third.&amp;nbsp; The bottom tier would therefore be less than a third.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried this in a straight table using something like:&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;/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;RangeSum&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;Above&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 style="color: #800080; font-size: 9.0pt; font-family: 'Courier New';"&gt;NetRevenue&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9.0pt; font-family: 'Courier New';"&gt;)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,0,&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;RowNo&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;())) &amp;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: blue;"&gt;TOTAL&lt;/SPAN&gt; &lt;SPAN style="color: #800080; font-size: 9.0pt; font-family: 'Courier New';"&gt;NetRevenue&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;) * 0.66), '1',&lt;BR /&gt; &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;RangeSum&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;Above&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 style="color: #800080; font-size: 9.0pt; font-family: 'Courier New';"&gt;NetRevenue&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9.0pt; font-family: 'Courier New';"&gt;)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,0,&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;RowNo&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;())) &amp;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: blue;"&gt;TOTAL&lt;/SPAN&gt; &lt;SPAN style="color: #800080; font-size: 9.0pt; font-family: 'Courier New';"&gt;NetRevenue&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;) * 0.33), '2', '3')) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, even if this were close to correct, it would only work if the table is sorted by NetRevenue descending, and you can't sort by expressions and use Intra Chart functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried many other variations but haven't stumbled onto a solution.&amp;nbsp; Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 18:19:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-Customers-Into-3-Tiers-Based-On-Revenue/m-p/684709#M248192</guid>
      <dc:creator>billbois</dc:creator>
      <dc:date>2014-08-14T18:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Group Customers Into 3 Tiers Based On Revenue?</title>
      <link>https://community.qlik.com/t5/QlikView/Group-Customers-Into-3-Tiers-Based-On-Revenue/m-p/684710#M248193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if I understand you can adapt this (changing ABC %)&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/12/09/pareto-analysis" title="http://community.qlik.com/blogs/qlikviewdesignblog/2013/12/09/pareto-analysis"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2013/12/09/pareto-analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 18:46:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-Customers-Into-3-Tiers-Based-On-Revenue/m-p/684710#M248193</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-08-14T18:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Group Customers Into 3 Tiers Based On Revenue?</title>
      <link>https://community.qlik.com/t5/QlikView/Group-Customers-Into-3-Tiers-Based-On-Revenue/m-p/684711#M248194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes!&amp;nbsp; I think that will do it.&amp;nbsp; Thanks a million!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 19:04:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-Customers-Into-3-Tiers-Based-On-Revenue/m-p/684711#M248194</guid>
      <dc:creator>billbois</dc:creator>
      <dc:date>2014-08-14T19:04:55Z</dc:date>
    </item>
  </channel>
</rss>

