<?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: How to rank using a piviot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-rank-using-a-piviot-table/m-p/257644#M498355</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use this as your reference.. see attached qvw..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/devil.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Sep 2011 07:59:24 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-09-14T07:59:24Z</dc:date>
    <item>
      <title>How to rank using a piviot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-rank-using-a-piviot-table/m-p/257639#M498350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a pivot table which consists of sales offices and years.&amp;nbsp; I need to rank a customer growth percentage for 2010 and compare it to 2011.&amp;nbsp; I want to rank 2010 and compare the rank for 2011.&amp;nbsp; Is there a simple way to do this?&amp;nbsp; Here is the statement I am using.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rank(count({$&amp;lt;[Proposed Line Flag] = {'PL'}&amp;gt;} DISTINCT ([Ship To])) / count(DISTINCT([Ship To]))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 13:36:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-rank-using-a-piviot-table/m-p/257639#M498350</guid>
      <dc:creator>tmumaw</dc:creator>
      <dc:date>2011-09-13T13:36:28Z</dc:date>
    </item>
    <item>
      <title>How to rank using a piviot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-rank-using-a-piviot-table/m-p/257640#M498351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;count({$&amp;lt;[Proposed Line Flag] = {'PL'}&amp;gt;} DISTINCT ([Ship To])) / count(DISTINCT([Ship To]) in first expression &lt;/P&gt;&lt;P&gt;and in second &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rank(column(1))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 14:42:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-rank-using-a-piviot-table/m-p/257640#M498351</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-09-13T14:42:29Z</dc:date>
    </item>
    <item>
      <title>How to rank using a piviot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-rank-using-a-piviot-table/m-p/257641#M498352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use some thing like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rank( count({$&amp;lt;[Proposed Line Flag] = {'PL'}&amp;gt;} DISTINCT ([Ship To])) / count(DISTINCT([Ship To]),1 )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 14:53:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-rank-using-a-piviot-table/m-p/257641#M498352</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-09-13T14:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to rank using a piviot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-rank-using-a-piviot-table/m-p/257642#M498353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What would cause the ranking to do this?&amp;nbsp; Check out the PDF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 17:33:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-rank-using-a-piviot-table/m-p/257642#M498353</guid>
      <dc:creator>tmumaw</dc:creator>
      <dc:date>2011-09-13T17:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to rank using a piviot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-rank-using-a-piviot-table/m-p/257643#M498354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; What is the ,1 going to give me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 18:05:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-rank-using-a-piviot-table/m-p/257643#M498354</guid>
      <dc:creator>tmumaw</dc:creator>
      <dc:date>2011-09-13T18:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to rank using a piviot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-rank-using-a-piviot-table/m-p/257644#M498355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use this as your reference.. see attached qvw..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/devil.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2011 07:59:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-rank-using-a-piviot-table/m-p/257644#M498355</guid>
      <dc:creator />
      <dc:date>2011-09-14T07:59:24Z</dc:date>
    </item>
  </channel>
</rss>

