<?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 multiple dimensions? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rank-multiple-dimensions/m-p/1360002#M843593</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The report is to allows store to ensure all stocks are display as per the sequence;&lt;/P&gt;&lt;P&gt;1) Launch_No,&amp;nbsp; (Is number (one launch can have many article with selling price)&lt;/P&gt;&lt;P&gt;2) current Selling Price (desc order)&amp;nbsp; ---&amp;gt; Is the Price value from dimension&lt;/P&gt;&lt;P&gt;3)&amp;nbsp; Sold Qty (high to low) by ArticleNo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1) Sub total of every article sold&lt;/P&gt;&lt;P&gt;2) Rank with one dimension is working fine but we need to show the report based on the above order sequence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried below expressions,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=aggr(NODISTINCT rank(TOTAL sum(SoldQty),4) Launch_No,CurrentSellingPrice, ArticleNo)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;//=aggr(Rank(sum(SoldQty),4),Launch_No,Original_Selling_price,ArticleNo)&lt;/P&gt;&lt;P&gt;//=Max( aggr ( sum(SoldQty) , CurrentSellingPrice, ArticleNo ) )&lt;/P&gt;&lt;P&gt;//=aggr(rank(sum(SoldQty),4),ArticleNo,CurrentSellingPrice)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Deva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Apr 2017 07:27:04 GMT</pubDate>
    <dc:creator>devarasu07</dc:creator>
    <dc:date>2017-04-07T07:27:04Z</dc:date>
    <item>
      <title>Rank multiple dimensions?</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-multiple-dimensions/m-p/1360000#M843591</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;Tried like below expression as Calculated dimension and it's giving correct. do you have any idea to resolve it? Thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=aggr(rank(sum(SoldQty),4),Launch_No,CurrentSellingPrice,ArticleNo)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Rank multi dim.JPG" class="jive-image image-1" src="/legacyfs/online/159381_Rank multi dim.JPG" style="height: 300px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-multiple-dimensions/m-p/1360000#M843591</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Rank multiple dimensions?</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-multiple-dimensions/m-p/1360001#M843592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you explain more on expected output?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 07:08:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-multiple-dimensions/m-p/1360001#M843592</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-04-07T07:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Rank multiple dimensions?</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-multiple-dimensions/m-p/1360002#M843593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The report is to allows store to ensure all stocks are display as per the sequence;&lt;/P&gt;&lt;P&gt;1) Launch_No,&amp;nbsp; (Is number (one launch can have many article with selling price)&lt;/P&gt;&lt;P&gt;2) current Selling Price (desc order)&amp;nbsp; ---&amp;gt; Is the Price value from dimension&lt;/P&gt;&lt;P&gt;3)&amp;nbsp; Sold Qty (high to low) by ArticleNo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1) Sub total of every article sold&lt;/P&gt;&lt;P&gt;2) Rank with one dimension is working fine but we need to show the report based on the above order sequence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried below expressions,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=aggr(NODISTINCT rank(TOTAL sum(SoldQty),4) Launch_No,CurrentSellingPrice, ArticleNo)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;//=aggr(Rank(sum(SoldQty),4),Launch_No,Original_Selling_price,ArticleNo)&lt;/P&gt;&lt;P&gt;//=Max( aggr ( sum(SoldQty) , CurrentSellingPrice, ArticleNo ) )&lt;/P&gt;&lt;P&gt;//=aggr(rank(sum(SoldQty),4),ArticleNo,CurrentSellingPrice)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Deva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 07:27:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-multiple-dimensions/m-p/1360002#M843593</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2017-04-07T07:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Rank multiple dimensions?</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-multiple-dimensions/m-p/1360003#M843594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are the numbers you are expecting to see?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 08:15:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-multiple-dimensions/m-p/1360003#M843594</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-04-07T08:15:15Z</dc:date>
    </item>
  </channel>
</rss>

