<?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: Rank Customers by Profitability in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rank-Customers-by-Profitability/m-p/835669#M470375</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How negative profit should be handled?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 May 2015 12:52:39 GMT</pubDate>
    <dc:creator>Clever_Anjos</dc:creator>
    <dc:date>2015-05-29T12:52:39Z</dc:date>
    <item>
      <title>Rank Customers by Profitability</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-Customers-by-Profitability/m-p/835664#M470370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to rank my customer base to determine who is the top 10% of my customer base.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to calculate the profit field by adding the income generated per customer and subtracting the costs per customer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that all of the solutions I have come across thus far has been based on the dimension and I need to be able to rank the customers based on a calculated expression..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you can assist me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;L&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 13:26:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-Customers-by-Profitability/m-p/835664#M470370</guid>
      <dc:creator />
      <dc:date>2015-05-22T13:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Rank Customers by Profitability</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-Customers-by-Profitability/m-p/835665#M470371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you mind sharing some data? &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-1290" title="https://community.qlik.com/docs/DOC-1290"&gt;https://community.qlik.com/docs/DOC-1290&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 13:33:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-Customers-by-Profitability/m-p/835665#M470371</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-05-22T13:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: Rank Customers by Profitability</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-Customers-by-Profitability/m-p/835666#M470372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at the Dimension Limits tab of your Chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Tick&amp;gt; Restrict which values are displayed using fthe first expression and set the setting below that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'll need to make sure that your first expression is indeed the Profit expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 13:35:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-Customers-by-Profitability/m-p/835666#M470372</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-22T13:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Rank Customers by Profitability</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-Customers-by-Profitability/m-p/835667#M470373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So please find attached - I appreciate&amp;nbsp; your assistance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have made a fake qlikview but I believe the same principles apply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 06:54:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-Customers-by-Profitability/m-p/835667#M470373</guid>
      <dc:creator />
      <dc:date>2015-05-29T06:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Rank Customers by Profitability</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-Customers-by-Profitability/m-p/835668#M470374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create a calculated dimension using =num(aggr(sum(Income),CustID)-(aggr( sum(Expense),CustID)),'############.')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then use this dimension to limit the dimension using Dimension Limits&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;BKC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 08:04:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-Customers-by-Profitability/m-p/835668#M470374</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-29T08:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: Rank Customers by Profitability</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-Customers-by-Profitability/m-p/835669#M470375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How negative profit should be handled?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 12:52:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-Customers-by-Profitability/m-p/835669#M470375</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-05-29T12:52:39Z</dc:date>
    </item>
  </channel>
</rss>

