<?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 number of customer who makes 80% of turnover in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/number-of-customer-who-makes-80-of-turnover/m-p/145184#M23939</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;How will your file work if we add additional column says " quarter " in front of customer, and some sales figures contains negative values.&lt;/P&gt;&lt;P&gt;Will your sample still work ? because i'm applying it, and it doesn't seems to work.&lt;/P&gt;&lt;P&gt;Any advise? Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Feb 2011 04:21:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-02-24T04:21:04Z</dc:date>
    <item>
      <title>number of customer who makes 80% of turnover</title>
      <link>https://community.qlik.com/t5/QlikView/number-of-customer-who-makes-80-of-turnover/m-p/145173#M23928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;i need your help&lt;BR /&gt;I would like to display in a text object, the number of customer who makes 80% of turnover.&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help&lt;/P&gt;&lt;P&gt;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2009 05:13:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/number-of-customer-who-makes-80-of-turnover/m-p/145173#M23928</guid>
      <dc:creator>fredericmante</dc:creator>
      <dc:date>2009-05-27T05:13:55Z</dc:date>
    </item>
    <item>
      <title>number of customer who makes 80% of turnover</title>
      <link>https://community.qlik.com/t5/QlikView/number-of-customer-who-makes-80-of-turnover/m-p/145174#M23929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's a classic ParetoSelect - see APIGuide. There is example wich is 100% your solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2009 08:15:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/number-of-customer-who-makes-80-of-turnover/m-p/145174#M23929</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-27T08:15:20Z</dc:date>
    </item>
    <item>
      <title>number of customer who makes 80% of turnover</title>
      <link>https://community.qlik.com/t5/QlikView/number-of-customer-who-makes-80-of-turnover/m-p/145175#M23930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fred,&lt;/P&gt;&lt;P&gt;here are your macro:&lt;/P&gt;&lt;P&gt;'*************************************************************&lt;BR /&gt;'* Pareto 80_20&lt;BR /&gt;'*************************************************************&lt;BR /&gt;sub Pareto&lt;BR /&gt; set f = ActiveDocument.GetField ("Company")&lt;BR /&gt; f.ParetoSelect "Sum (Revenue)"&lt;BR /&gt;end sub&lt;/P&gt;&lt;P&gt;QV Version 9 will replace it by an ACTION (create a button and select an action: PARETO SELECT).&lt;/P&gt;&lt;P&gt;You also will have the option to choos the percentage (80/20 or 70/30 etc.).&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2009 15:14:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/number-of-customer-who-makes-80-of-turnover/m-p/145175#M23930</guid>
      <dc:creator />
      <dc:date>2009-05-27T15:14:37Z</dc:date>
    </item>
    <item>
      <title>number of customer who makes 80% of turnover</title>
      <link>https://community.qlik.com/t5/QlikView/number-of-customer-who-makes-80-of-turnover/m-p/145176#M23931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ParetoSelect is great if you actually want to SELECT the top 80% and don't mind macros. But if all you want to see is a count, then it isn't really what you want. This comes up often enough that I eventually just sat down and worked out a solution. In the attached example, the expression calculates the number of weeks required to hit a given percentage of sales (specified in input variable Limit). I'm guessing that it could be easily modified to count customers instead. I can give it a shot if it ends up not being so simple. Here's the expression:&lt;/P&gt;&lt;P&gt;1 - sum(aggr(sum(if(Week&amp;lt;=N,Amount))/sum(total Amount)&amp;lt;Limit,N))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2009 23:39:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/number-of-customer-who-makes-80-of-turnover/m-p/145176#M23931</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-05-27T23:39:01Z</dc:date>
    </item>
    <item>
      <title>number of customer who makes 80% of turnover</title>
      <link>https://community.qlik.com/t5/QlikView/number-of-customer-who-makes-80-of-turnover/m-p/145177#M23932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bonsoir Frédéric,&lt;/P&gt;&lt;P&gt;Ci-après un exemple de visiteurs médicaux.Cette expression indique le nombre de VM qui ont effectué 80 % des visites d'officines (dans mes données, 23 visiteurs sur 30).&lt;/P&gt;&lt;P&gt;= count(if(aggr(rangesum(top(count(Visites),1,rowno())) / rangesum(top(count(Visites),1,noofrows())),VM)&amp;lt;.8,VM,null()))&lt;/P&gt;&lt;P&gt;dans ton cas, j'essayerais :&lt;/P&gt;&lt;P&gt;= count(if(aggr(rangesum(top(sum(Sales),1,rowno())) / rangesum(top(sum(Sales),1,noofrows())),IdCustomer)&amp;lt;.8,IdCustomer,null()))&lt;/P&gt;&lt;P&gt;au plaisir&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 07:56:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/number-of-customer-who-makes-80-of-turnover/m-p/145177#M23932</guid>
      <dc:creator>yblake</dc:creator>
      <dc:date>2009-05-28T07:56:30Z</dc:date>
    </item>
    <item>
      <title>number of customer who makes 80% of turnover</title>
      <link>https://community.qlik.com/t5/QlikView/number-of-customer-who-makes-80-of-turnover/m-p/145178#M23933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah! Yes, that's a better approach than mine, as it doesn't require an extra field and seems more flexible in general. However, it doesn't include the customer that pushed you to or over 80%. And like my expression for Weeks, it just sorts by Customer ID, which likely isn't what you want here.&lt;/P&gt;&lt;P&gt;And unfortunately, I can't figure out how to tell the aggr() or top() functions a sort order. Aggr appears to always sort by the dimensions given.&lt;/P&gt;&lt;P&gt;Anyone else know how to add a sort by sum(Sales) to the expression?&lt;/P&gt;&lt;P&gt;Here's my simplification and fix for getting the customer that pushes you over 80%:&lt;/P&gt;&lt;P&gt;-sum(aggr(rangesum(top(sum(Sales),1,rowno()-1))/rangesum(top(sum(Sales),1,noofrows())),Customer)&amp;lt;Limit)&lt;/P&gt;&lt;P&gt;I've attached an example with that expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 23:54:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/number-of-customer-who-makes-80-of-turnover/m-p/145178#M23933</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-05-28T23:54:24Z</dc:date>
    </item>
    <item>
      <title>number of customer who makes 80% of turnover</title>
      <link>https://community.qlik.com/t5/QlikView/number-of-customer-who-makes-80-of-turnover/m-p/145179#M23934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your responses. I will try your suggestions and you respond very quickly.&lt;/P&gt;&lt;P&gt;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 00:11:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/number-of-customer-who-makes-80-of-turnover/m-p/145179#M23934</guid>
      <dc:creator>fredericmante</dc:creator>
      <dc:date>2009-05-29T00:11:13Z</dc:date>
    </item>
    <item>
      <title>number of customer who makes 80% of turnover</title>
      <link>https://community.qlik.com/t5/QlikView/number-of-customer-who-makes-80-of-turnover/m-p/145180#M23935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John,&lt;/P&gt;&lt;P&gt;Thank for fir your example, help me solve my pareto analysis. Your comment about sorting, I solved the sort problem by having the dimension sort by, in your example, Sum(Amount)&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2009 05:43:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/number-of-customer-who-makes-80-of-turnover/m-p/145180#M23935</guid>
      <dc:creator />
      <dc:date>2009-06-12T05:43:55Z</dc:date>
    </item>
    <item>
      <title>number of customer who makes 80% of turnover</title>
      <link>https://community.qlik.com/t5/QlikView/number-of-customer-who-makes-80-of-turnover/m-p/145181#M23936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As long as you have a dimension to sort by, that should do the trick. But if you JUST want the final number using an aggr() function, I'm not sure how to do the equivalent of sorting the dimension. Still hoping someone comes up with an answer to that part.&lt;/P&gt;&lt;P&gt;Example has been modified to include your solution in the chart, and to demonstrate that we still have a problem with the simple expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2009 05:54:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/number-of-customer-who-makes-80-of-turnover/m-p/145181#M23936</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-06-12T05:54:52Z</dc:date>
    </item>
    <item>
      <title>number of customer who makes 80% of turnover</title>
      <link>https://community.qlik.com/t5/QlikView/number-of-customer-who-makes-80-of-turnover/m-p/145182#M23937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved it with a Macro (not my favorite way) but a much cleaner looking presentation to the user without having to show the straight table detail for the user to find the numbers. Look at "GetCell" in the API. It loops through the columns and rows in my straight table. So I use the code below to put the pareto count into a variable that I display in an input box. Below, when the counter reaches 17 it is at the column and row that has the total of the "1's" in the "pareto count".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;sub ParetoCount&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;vCounter = 0&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;set table = ActiveDocument.GetSheetObject( "CH03" )&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;for RowIter = 0 to table.GetRowCount-1&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;for ColIter =0 to table.GetColumnCount-1&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;set cell = table.GetCell(RowIter,ColIter)&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;vCounter = vCounter + 1&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;if vCounter1 = 17 then&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;set v = ActiveDocument.Variables("vParetoCount")&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;v.SetContent cell.Text,true&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;exit sub&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;else&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;end if&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;next&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;next&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2009 22:57:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/number-of-customer-who-makes-80-of-turnover/m-p/145182#M23937</guid>
      <dc:creator />
      <dc:date>2009-07-22T22:57:14Z</dc:date>
    </item>
    <item>
      <title>number of customer who makes 80% of turnover</title>
      <link>https://community.qlik.com/t5/QlikView/number-of-customer-who-makes-80-of-turnover/m-p/145183#M23938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please can you post an example containing the macro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2009 14:44:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/number-of-customer-who-makes-80-of-turnover/m-p/145183#M23938</guid>
      <dc:creator />
      <dc:date>2009-11-10T14:44:58Z</dc:date>
    </item>
    <item>
      <title>number of customer who makes 80% of turnover</title>
      <link>https://community.qlik.com/t5/QlikView/number-of-customer-who-makes-80-of-turnover/m-p/145184#M23939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;How will your file work if we add additional column says " quarter " in front of customer, and some sales figures contains negative values.&lt;/P&gt;&lt;P&gt;Will your sample still work ? because i'm applying it, and it doesn't seems to work.&lt;/P&gt;&lt;P&gt;Any advise? Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 04:21:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/number-of-customer-who-makes-80-of-turnover/m-p/145184#M23939</guid>
      <dc:creator />
      <dc:date>2011-02-24T04:21:04Z</dc:date>
    </item>
    <item>
      <title>number of customer who makes 80% of turnover</title>
      <link>https://community.qlik.com/t5/QlikView/number-of-customer-who-makes-80-of-turnover/m-p/145185#M23940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;nicksatch wrote: How will your file work if we add additional column says " quarter " in front of customer, and some sales figures contains negative values.&lt;BR /&gt;Will your sample still work ? because i'm applying it, and it doesn't seems to work.&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;I'm not sure what you're asking. The example I posted back in 2009 doesn't work even as is. You don't have to add a column or make values negative to make it fail. It already fails. As I said, "Still hoping someone comes up with an answer".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Feb 2011 21:25:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/number-of-customer-who-makes-80-of-turnover/m-p/145185#M23940</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-02-25T21:25:59Z</dc:date>
    </item>
    <item>
      <title>number of customer who makes 80% of turnover</title>
      <link>https://community.qlik.com/t5/QlikView/number-of-customer-who-makes-80-of-turnover/m-p/145186#M23941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Yves,&lt;/P&gt;&lt;P&gt;I have the same need that Frédéric.&lt;BR /&gt;I tested your proposition into a QlikView Application and it works only if your data are sorted by an indicator. When the data are not sorted it doesn't work.&lt;/P&gt;&lt;P&gt;I need to calculate into a Text Object :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;How many customers cover 50% of sales of the current year ?&lt;/LI&gt;&lt;LI&gt;What is the cumulated sales amount of these customers ?&lt;/LI&gt;&lt;LI&gt;What are these customers ?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If someone could help me, you're the welcome.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 14:19:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/number-of-customer-who-makes-80-of-turnover/m-p/145186#M23941</guid>
      <dc:creator />
      <dc:date>2011-04-27T14:19:37Z</dc:date>
    </item>
    <item>
      <title>number of customer who makes 80% of turnover</title>
      <link>https://community.qlik.com/t5/QlikView/number-of-customer-who-makes-80-of-turnover/m-p/145187#M23942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my sense, the text object is not the best place to get sorted information, your second chart is the right way. &lt;/P&gt;&lt;P&gt;You may howerver highlight some ranking information in text object, i.e. to send alerts. &lt;/P&gt;&lt;P&gt;In your sample, you can get information from the n-th customer (replace n by the ranking required) :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;name : =Subfield(Concat(Customer,'-',-[Sales Amount]),'-',n)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;amount : =sum({&amp;lt;Customer={$(=firstsortedvalue ( Customer, -[Sales Amount],n))}&amp;gt;} [Sales Amount])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yves&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jul 2011 09:50:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/number-of-customer-who-makes-80-of-turnover/m-p/145187#M23942</guid>
      <dc:creator>yblake</dc:creator>
      <dc:date>2011-07-02T09:50:48Z</dc:date>
    </item>
    <item>
      <title>number of customer who makes 80% of turnover</title>
      <link>https://community.qlik.com/t5/QlikView/number-of-customer-who-makes-80-of-turnover/m-p/145188#M23943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello Yves,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your answer and the solutions you propose.&lt;BR /&gt;Now it doesn't solve my problem.&lt;BR /&gt;In my sample, if you choose &lt;STRONG&gt;80%&lt;/STRONG&gt;, I would like to calculate into a text object that &lt;STRONG&gt;6&lt;/STRONG&gt; customers cover 80% of Total Sales Amount and this amount is &lt;STRONG&gt;2 345 000 $&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that the best way is to use a graphic object but my customer want it in a text object, like a summary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2011 14:20:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/number-of-customer-who-makes-80-of-turnover/m-p/145188#M23943</guid>
      <dc:creator />
      <dc:date>2011-08-11T14:20:10Z</dc:date>
    </item>
    <item>
      <title>number of customer who makes 80% of turnover</title>
      <link>https://community.qlik.com/t5/QlikView/number-of-customer-who-makes-80-of-turnover/m-p/145189#M23944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi John,&lt;/P&gt;&lt;P&gt;Have you had any luck getting the pareto bucket analysis to work? &lt;/P&gt;&lt;P&gt;Namely, have you or someone else identified a way to sort within a chart (within an aggr or similar) to show the top selling customers, for example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Tyler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2011 17:10:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/number-of-customer-who-makes-80-of-turnover/m-p/145189#M23944</guid>
      <dc:creator />
      <dc:date>2011-10-24T17:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: number of customer who makes 80% of turnover</title>
      <link>https://community.qlik.com/t5/QlikView/number-of-customer-who-makes-80-of-turnover/m-p/145190#M23945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think i have a clue to fix it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the Philippe file &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, i've build a graphic that monitor the same result whithout sorting the dimension ... thanks to a valuelist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is when i try to monitor the result in a text object it doesn't work. It seems that it is not possible to use a valuelist with an Aggr ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If someone have an idea ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Romain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 17:14:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/number-of-customer-who-makes-80-of-turnover/m-p/145190#M23945</guid>
      <dc:creator>rchasser</dc:creator>
      <dc:date>2011-11-03T17:14:31Z</dc:date>
    </item>
    <item>
      <title>number of customer who makes 80% of turnover</title>
      <link>https://community.qlik.com/t5/QlikView/number-of-customer-who-makes-80-of-turnover/m-p/145191#M23946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;tylerwaterfall wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;Have you had any luck getting the pareto bucket analysis to work? &lt;/P&gt;&lt;P&gt;Namely, have you or someone else identified a way to sort within a chart (within an aggr or similar) to show the top selling customers, for example?&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;Nope, I never got it working.&amp;nbsp; I never tried very hard either, though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Nov 2011 00:30:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/number-of-customer-who-makes-80-of-turnover/m-p/145191#M23946</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-11-05T00:30:09Z</dc:date>
    </item>
    <item>
      <title>number of customer who makes 80% of turnover</title>
      <link>https://community.qlik.com/t5/QlikView/number-of-customer-who-makes-80-of-turnover/m-p/145192#M23947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Good discussion !!!!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bhushan N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Nov 2011 07:48:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/number-of-customer-who-makes-80-of-turnover/m-p/145192#M23947</guid>
      <dc:creator />
      <dc:date>2011-11-06T07:48:30Z</dc:date>
    </item>
  </channel>
</rss>

