<?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: Customer rank in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Customer-rank/m-p/997012#M339135</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or may be&lt;/P&gt;&lt;P&gt;=Rank(sum(Sales))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Dec 2015 07:33:18 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2015-12-11T07:33:18Z</dc:date>
    <item>
      <title>Customer rank</title>
      <link>https://community.qlik.com/t5/QlikView/Customer-rank/m-p/997010#M339133</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;&lt;/P&gt;&lt;P&gt;I have a Pivot table which is having Customer name and Rank among them&amp;nbsp; for every source of sale, and their Total at the bottom.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want&amp;nbsp; a line chart with the total&amp;nbsp; rank for each month for every Customer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:&amp;nbsp; For Customer A the total sum of various sources rank is 22 and it has rank ""Two" among all the customers , this value I want to see as a line chart with Month as dimension how can I get it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one please help me .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attachment. for sample data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 07:20:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Customer-rank/m-p/997010#M339133</guid>
      <dc:creator />
      <dc:date>2015-12-11T07:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Customer rank</title>
      <link>https://community.qlik.com/t5/QlikView/Customer-rank/m-p/997011#M339134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of HRank, try Rank(), like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Rank(sum(Sales)/sum(TOTAL Sales))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 07:30:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Customer-rank/m-p/997011#M339134</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-12-11T07:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: Customer rank</title>
      <link>https://community.qlik.com/t5/QlikView/Customer-rank/m-p/997012#M339135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or may be&lt;/P&gt;&lt;P&gt;=Rank(sum(Sales))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 07:33:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Customer-rank/m-p/997012#M339135</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-12-11T07:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Customer rank</title>
      <link>https://community.qlik.com/t5/QlikView/Customer-rank/m-p/997013#M339136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tresesco it's nice to here your words, I tried&amp;nbsp; when I select the Month it is working fine, however if there is no selection the result is not showing correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 07:56:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Customer-rank/m-p/997013#M339136</guid>
      <dc:creator />
      <dc:date>2015-12-11T07:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Customer rank</title>
      <link>https://community.qlik.com/t5/QlikView/Customer-rank/m-p/997014#M339137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I select 'Jan', CustomerA's rank is 8; when no month is selected it is same I see. Could you tell where you find it incorrect?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 08:19:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Customer-rank/m-p/997014#M339137</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-12-11T08:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Customer rank</title>
      <link>https://community.qlik.com/t5/QlikView/Customer-rank/m-p/997015#M339138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Tresesco , Please find the attachment there in the pivot table for Customer E we have rank as 1 , however in the line chart B has the rank one when no month has selected. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 09:28:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Customer-rank/m-p/997015#M339138</guid>
      <dc:creator />
      <dc:date>2015-12-11T09:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Customer rank</title>
      <link>https://community.qlik.com/t5/QlikView/Customer-rank/m-p/997016#M339139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Month-wise rank can always varry. Remove month from dimension, you would see Customer E is at rank 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 09:32:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Customer-rank/m-p/997016#M339139</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-12-11T09:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Customer rank</title>
      <link>https://community.qlik.com/t5/QlikView/Customer-rank/m-p/997017#M339140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what about this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=Rank(sum(Sales),4)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 09:36:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Customer-rank/m-p/997017#M339140</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-11T09:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Customer rank</title>
      <link>https://community.qlik.com/t5/QlikView/Customer-rank/m-p/997018#M339141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No I can't I need to show it as Month wise rank for every Customer. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 09:54:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Customer-rank/m-p/997018#M339141</guid>
      <dc:creator />
      <dc:date>2015-12-11T09:54:28Z</dc:date>
    </item>
  </channel>
</rss>

