<?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 Rank in Reverse Order in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rank-in-Reverse-Order/m-p/553832#M550231</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a Staright table with few dimensions and some expressions including 'Rank()'.&lt;/P&gt;&lt;P&gt;Its working fine .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May I know how can I get Ranking in Reverse order for Descending Sorted Values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Susvith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Dec 2013 11:49:24 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-10T11:49:24Z</dc:date>
    <item>
      <title>Rank in Reverse Order</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-in-Reverse-Order/m-p/553832#M550231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a Staright table with few dimensions and some expressions including 'Rank()'.&lt;/P&gt;&lt;P&gt;Its working fine .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May I know how can I get Ranking in Reverse order for Descending Sorted Values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Susvith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 11:49:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-in-Reverse-Order/m-p/553832#M550231</guid>
      <dc:creator />
      <dc:date>2013-12-10T11:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: Rank in Reverse Order</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-in-Reverse-Order/m-p/553833#M550232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rank(-sum(yourvalue))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 11:50:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-in-Reverse-Order/m-p/553833#M550232</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-12-10T11:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: Rank in Reverse Order</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-in-Reverse-Order/m-p/553834#M550233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Rank&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #0000ff;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt; - &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #0000ff;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;( // the rest of your expression&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 12:01:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-in-Reverse-Order/m-p/553834#M550233</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-12-10T12:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Rank in Reverse Order</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-in-Reverse-Order/m-p/553835#M550234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use a different approach.&lt;/P&gt;&lt;P&gt;like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Rank(- Column(5)),&lt;/P&gt;&lt;P&gt;use your column number, count expressions to count column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 12:06:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-in-Reverse-Order/m-p/553835#M550234</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2013-12-10T12:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Rank in Reverse Order</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-in-Reverse-Order/m-p/553836#M550235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this &lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11px;"&gt;EX_SHIPPING_SALES_AMOUNT&lt;/SPAN&gt; * -1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 12:06:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-in-Reverse-Order/m-p/553836#M550235</guid>
      <dc:creator />
      <dc:date>2013-12-10T12:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Rank in Reverse Order</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-in-Reverse-Order/m-p/553837#M550236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for reply ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But still its not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 12:07:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-in-Reverse-Order/m-p/553837#M550236</guid>
      <dc:creator />
      <dc:date>2013-12-10T12:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Rank in Reverse Order</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-in-Reverse-Order/m-p/553838#M550237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all your replies...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But nothing is working in my case...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if u have any other ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Susvith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 12:23:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-in-Reverse-Order/m-p/553838#M550237</guid>
      <dc:creator />
      <dc:date>2013-12-10T12:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: Rank in Reverse Order</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-in-Reverse-Order/m-p/553839#M550238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can attach an app to get right solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 12:27:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-in-Reverse-Order/m-p/553839#M550238</guid>
      <dc:creator />
      <dc:date>2013-12-10T12:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Rank in Reverse Order</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-in-Reverse-Order/m-p/553840#M550239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;try According to this Attachment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 12:32:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-in-Reverse-Order/m-p/553840#M550239</guid>
      <dc:creator />
      <dc:date>2013-12-10T12:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: Rank in Reverse Order</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-in-Reverse-Order/m-p/553841#M550240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I cant find any attachment here. Can you please attach the file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 12:34:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-in-Reverse-Order/m-p/553841#M550240</guid>
      <dc:creator />
      <dc:date>2013-12-10T12:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Rank in Reverse Order</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-in-Reverse-Order/m-p/553842#M550241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every ones answer is working .&amp;nbsp; I did changes in sorting ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Susvith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 12:50:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-in-Reverse-Order/m-p/553842#M550241</guid>
      <dc:creator />
      <dc:date>2013-12-10T12:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Rank in Reverse Order</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-in-Reverse-Order/m-p/553843#M550242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As in &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/VISHWARANJAN"&gt;VISHWARANJAN&lt;/A&gt; attached file&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2013-12-10_1327.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/50255_2013-12-10_1327.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 13:30:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-in-Reverse-Order/m-p/553843#M550242</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2013-12-10T13:30:19Z</dc:date>
    </item>
  </channel>
</rss>

