<?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 Graph Help: Comparing an individual to a Team without in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Graph-Help-Comparing-an-individual-to-a-Team-without/m-p/232841#M84418</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, see attached.&lt;/P&gt;&lt;P&gt;Dimension = if(aggr(rank(SUM(AGGR(IF(SUM([YTD Net Rev]) - SUM([PYTD Net Rev]) &amp;gt; 0,SUM([YTD Net Rev]) - SUM([PYTD Net Rev]),0),CustomerName))),Corpsales)=1,dual(Corpsales,1),dual('ALL OTHERS',2))&lt;/P&gt;&lt;P&gt;Expression = SUM(AGGR(IF(SUM([YTD Net Rev]) - SUM([PYTD Net Rev]) &amp;gt; 0,SUM([YTD Net Rev]) - SUM([PYTD Net Rev]),0),CustomerName))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Nov 2009 05:10:02 GMT</pubDate>
    <dc:creator>johnw</dc:creator>
    <dc:date>2009-11-06T05:10:02Z</dc:date>
    <item>
      <title>Graph Help: Comparing an individual to a Team without</title>
      <link>https://community.qlik.com/t5/QlikView/Graph-Help-Comparing-an-individual-to-a-Team-without/m-p/232830#M84407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What am I trying to compare is an individual along side the average of everyone elses number...I can't figure it out...&lt;/P&gt;&lt;P&gt;I have 20 employees and I want to show how this employee selected is comparing to the other 20....&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-580_sourceID:580" /&gt;&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, 05 Nov 2009 03:48:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graph-Help-Comparing-an-individual-to-a-Team-without/m-p/232830#M84407</guid>
      <dc:creator />
      <dc:date>2009-11-05T03:48:25Z</dc:date>
    </item>
    <item>
      <title>Graph Help: Comparing an individual to a Team without</title>
      <link>https://community.qlik.com/t5/QlikView/Graph-Help-Comparing-an-individual-to-a-Team-without/m-p/232831#M84408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, say you're comparing sales. Assuming your list box requires one and only one selected employee, I think this would work:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;sum(sales) // selected employee's sales&lt;BR /&gt;avg(aggr(sum({&amp;lt;Employee-=Employee&amp;gt;}sales),Employee)) // average sales of all other employees&lt;/P&gt;&lt;P&gt;Assuming I got the set analysis syntax correct, that says to look at all employees except the selected employee. We group the sum(sales) by employee, then take the average.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 04:18:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graph-Help-Comparing-an-individual-to-a-Team-without/m-p/232831#M84408</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-11-05T04:18:08Z</dc:date>
    </item>
    <item>
      <title>Graph Help: Comparing an individual to a Team without</title>
      <link>https://community.qlik.com/t5/QlikView/Graph-Help-Comparing-an-individual-to-a-Team-without/m-p/232832#M84409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is that a graph for one employee with the employee as the only dimension?&lt;/P&gt;&lt;P&gt;If so, you may want to look at using TOTAL inside your aggregate function. For example, if you have a chart with employee as the dimension, Sum(Sales) would give total sales for that employee. If you use Sum(TOTAL Sales), you would get total sales for all employees (the dimension is ignored). You would then probably want to divide by Count(TOTAL Employee) to get total sales per employee.&lt;/P&gt;&lt;P&gt;If you want average of all employees other than the employee in question, you could do (Sum(TOTAL Sales) - Sum(Sales))/(Count(TOTAL Employee) - 1). That's just a general example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 04:20:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graph-Help-Comparing-an-individual-to-a-Team-without/m-p/232832#M84409</guid>
      <dc:creator />
      <dc:date>2009-11-05T04:20:17Z</dc:date>
    </item>
    <item>
      <title>Graph Help: Comparing an individual to a Team without</title>
      <link>https://community.qlik.com/t5/QlikView/Graph-Help-Comparing-an-individual-to-a-Team-without/m-p/232833#M84410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for help...I'm using Qlikview 8.5 and I can't make the Sum(TOTAL Sales) expression work...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 09:45:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graph-Help-Comparing-an-individual-to-a-Team-without/m-p/232833#M84410</guid>
      <dc:creator />
      <dc:date>2009-11-05T09:45:54Z</dc:date>
    </item>
    <item>
      <title>Graph Help: Comparing an individual to a Team without</title>
      <link>https://community.qlik.com/t5/QlikView/Graph-Help-Comparing-an-individual-to-a-Team-without/m-p/232834#M84411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did finally get this statement to work. in a test App...&lt;/P&gt;&lt;P&gt;SUM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;( {1} Total Revenue) &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/7266.QVTest.bmp"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/7266.QVTest.bmp" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&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;P&gt;&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>Thu, 05 Nov 2009 11:27:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graph-Help-Comparing-an-individual-to-a-Team-without/m-p/232834#M84411</guid>
      <dc:creator />
      <dc:date>2009-11-05T11:27:32Z</dc:date>
    </item>
    <item>
      <title>Graph Help: Comparing an individual to a Team without</title>
      <link>https://community.qlik.com/t5/QlikView/Graph-Help-Comparing-an-individual-to-a-Team-without/m-p/232835#M84412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did finally get this statement to work. in a test App...&lt;/P&gt;&lt;P&gt;SUM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;( {1} Total Revenue) &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/7266.QVTest.bmp"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/7266.QVTest.bmp" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&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;P&gt;&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>Thu, 05 Nov 2009 11:27:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graph-Help-Comparing-an-individual-to-a-Team-without/m-p/232835#M84412</guid>
      <dc:creator />
      <dc:date>2009-11-05T11:27:41Z</dc:date>
    </item>
    <item>
      <title>Graph Help: Comparing an individual to a Team without</title>
      <link>https://community.qlik.com/t5/QlikView/Graph-Help-Comparing-an-individual-to-a-Team-without/m-p/232836#M84413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's my statement I'm trying to use...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( {1} ALL AGGR({1}IF(SUM(If(CYTD=1,TotalNetRevenueFromStart,0)) - SUM(If(CYTD=1,PrevNetRevFromStartCalc,0)) &amp;gt; 0,SUM(If(CYTD=1,TotalNetRevenueFromStart,0)) - SUM(If(CYTD=1,PrevNetRevFromStartCalc,0)),0),CustomerCode))&lt;/P&gt;&lt;P&gt;When I have no selections the number is coming back correctly...but as soon I select a SalesPerson...my Totals are only for that one SalesPerson and not as a whole...Please HELP &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 22:17:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graph-Help-Comparing-an-individual-to-a-Team-without/m-p/232836#M84413</guid>
      <dc:creator />
      <dc:date>2009-11-05T22:17:11Z</dc:date>
    </item>
    <item>
      <title>Graph Help: Comparing an individual to a Team without</title>
      <link>https://community.qlik.com/t5/QlikView/Graph-Help-Comparing-an-individual-to-a-Team-without/m-p/232837#M84414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using that {1} ignores selection. I think you need to put it in each of your Sums though. Otherwise, you are ignoring selection in the first Sum and Aggr, but not ignoring it when making the calculation. Try:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Sum({1} ALL AGGR({1}IF(SUM({1}If(CYTD=1,TotalNetRevenueFromStart,0)) -&lt;BR /&gt;SUM({1}If(CYTD=1,PrevNetRevFromStartCalc,0)) &amp;gt; 0,SUM({1}If(CYTD=1,TotalNetRevenueFromStart,0)) -&lt;BR /&gt;SUM({1}If(CYTD=1,PrevNetRevFromStartCalc,0)),0),CustomerCode))&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;I think your expression would be simplified if you used Set Analysis throughout. EDIT: For example, this piece:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;SUM({1}If(CYTD=1,TotalNetRevenueFromStart,0))&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Can be rewritten as:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;SUM({1&amp;lt;CYTD = {1}&amp;gt;} TotalNetRevenueFromStart)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 23:28:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graph-Help-Comparing-an-individual-to-a-Team-without/m-p/232837#M84414</guid>
      <dc:creator />
      <dc:date>2009-11-05T23:28:39Z</dc:date>
    </item>
    <item>
      <title>Graph Help: Comparing an individual to a Team without</title>
      <link>https://community.qlik.com/t5/QlikView/Graph-Help-Comparing-an-individual-to-a-Team-without/m-p/232838#M84415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh you are awesome!! It works... I have another question in terms of this... Along with this Statement is there code to figure out the top Sales Person?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I want to show SalesPerson 1 compared to the top SalesPerson?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You, Thank You , Thank You for your help...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 23:41:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graph-Help-Comparing-an-individual-to-a-Team-without/m-p/232838#M84415</guid>
      <dc:creator />
      <dc:date>2009-11-05T23:41:33Z</dc:date>
    </item>
    <item>
      <title>Graph Help: Comparing an individual to a Team without</title>
      <link>https://community.qlik.com/t5/QlikView/Graph-Help-Comparing-an-individual-to-a-Team-without/m-p/232839#M84416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In theory, you should be able to get the Max of that equation grouped by customer code.&lt;/P&gt;&lt;P&gt;That expression is pretty complex, so it's hard to say what exactly would work. I think you could simplify it by assuming that the top sales person is going to be greater than 0. That gets rid of your outermost if statement.&lt;/P&gt;&lt;P&gt;Where are these expressions going to appear? If it's in a chart, what will be the dimensions?&lt;/P&gt;&lt;P&gt;If you have a chart with Customer as the dimension, then you may even be able to get rid of the outermost Sum and the Aggr. Then for each customer you would use:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;IF(SUM({1}If(CYTD=1,TotalNetRevenueFromStart,0)) -&lt;BR /&gt;SUM({1}If(CYTD=1,PrevNetRevFromStartCalc,0)) &amp;gt; 0,SUM({1}If(CYTD=1,TotalNetRevenueFromStart,0)) -&lt;BR /&gt;SUM({1}If(CYTD=1,PrevNetRevFromStartCalc,0)),0)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;In order to ignore dimension, you're going to need to use TOTAL in the sum. You said you had trouble getting it to work, but that is the only way I know of to ignore dimension in the expression. I would try:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;IF(SUM({1} TOTAL If(CYTD=1,TotalNetRevenueFromStart,0)) -&lt;BR /&gt;SUM({1} TOTAL If(CYTD=1,PrevNetRevFromStartCalc,0)) &amp;gt; 0,&lt;BR /&gt;SUM({1} TOTAL If(CYTD=1,TotalNetRevenueFromStart,0)) -&lt;BR /&gt;SUM({1} TOTAL If(CYTD=1,PrevNetRevFromStartCalc,0)),0)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;It may be helpful if you could post what some of your data looks like. You can completely make it up (or use Scramble), but without seeing your data structure, it's hard to tell what is needed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 02:42:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graph-Help-Comparing-an-individual-to-a-Team-without/m-p/232839#M84416</guid>
      <dc:creator />
      <dc:date>2009-11-06T02:42:46Z</dc:date>
    </item>
    <item>
      <title>Graph Help: Comparing an individual to a Team without</title>
      <link>https://community.qlik.com/t5/QlikView/Graph-Help-Comparing-an-individual-to-a-Team-without/m-p/232840#M84417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've attached the Qlikview App along with Set Statement that wasn't working along with the solution you gave me which is working :).&lt;/P&gt;&lt;P&gt;Thanks again...I'm looking for a similiar number like the Set Example which would give me the Top Sales Person even if I don't have them selected.&lt;/P&gt;&lt;P&gt;I hope the upload worked.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 04:51:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graph-Help-Comparing-an-individual-to-a-Team-without/m-p/232840#M84417</guid>
      <dc:creator />
      <dc:date>2009-11-06T04:51:36Z</dc:date>
    </item>
    <item>
      <title>Graph Help: Comparing an individual to a Team without</title>
      <link>https://community.qlik.com/t5/QlikView/Graph-Help-Comparing-an-individual-to-a-Team-without/m-p/232841#M84418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, see attached.&lt;/P&gt;&lt;P&gt;Dimension = if(aggr(rank(SUM(AGGR(IF(SUM([YTD Net Rev]) - SUM([PYTD Net Rev]) &amp;gt; 0,SUM([YTD Net Rev]) - SUM([PYTD Net Rev]),0),CustomerName))),Corpsales)=1,dual(Corpsales,1),dual('ALL OTHERS',2))&lt;/P&gt;&lt;P&gt;Expression = SUM(AGGR(IF(SUM([YTD Net Rev]) - SUM([PYTD Net Rev]) &amp;gt; 0,SUM([YTD Net Rev]) - SUM([PYTD Net Rev]),0),CustomerName))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 05:10:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graph-Help-Comparing-an-individual-to-a-Team-without/m-p/232841#M84418</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-11-06T05:10:02Z</dc:date>
    </item>
    <item>
      <title>Graph Help: Comparing an individual to a Team without</title>
      <link>https://community.qlik.com/t5/QlikView/Graph-Help-Comparing-an-individual-to-a-Team-without/m-p/232842#M84419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John, thanks for the repsonse...&lt;/P&gt;&lt;P&gt;It's very close for what I'm looking for...&lt;/P&gt;&lt;P&gt;What I'm trying to do is...if I Select Scott on the Corpsales that in the report I still hold what the amount is for the top Sales Person. Similiar to the Set Command but can't figure out how to make the rank work with it for one person.&lt;/P&gt;&lt;P&gt;The help is very appreciated...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 05:28:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graph-Help-Comparing-an-individual-to-a-Team-without/m-p/232842#M84419</guid>
      <dc:creator />
      <dc:date>2009-11-06T05:28:04Z</dc:date>
    </item>
    <item>
      <title>Graph Help: Comparing an individual to a Team without</title>
      <link>https://community.qlik.com/t5/QlikView/Graph-Help-Comparing-an-individual-to-a-Team-without/m-p/232843#M84420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, OK. Apply a liberal sprinkling of {1} then? Or a liberal sprinkling of {&amp;lt;Corpsales=&amp;gt;} if you want all other selections to still apply. Attached uses {1}.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 05:52:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graph-Help-Comparing-an-individual-to-a-Team-without/m-p/232843#M84420</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-11-06T05:52:47Z</dc:date>
    </item>
    <item>
      <title>Graph Help: Comparing an individual to a Team without</title>
      <link>https://community.qlik.com/t5/QlikView/Graph-Help-Comparing-an-individual-to-a-Team-without/m-p/232844#M84421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not getting how to move the rank feature has an expression...&lt;/P&gt;&lt;P&gt;I would to show always the Top Sales Person in the Columns as data...&lt;/P&gt;&lt;P&gt;Thanks again for the help...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 06:17:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graph-Help-Comparing-an-individual-to-a-Team-without/m-p/232844#M84421</guid>
      <dc:creator />
      <dc:date>2009-11-06T06:17:56Z</dc:date>
    </item>
  </channel>
</rss>

