<?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 QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rank/m-p/1359959#M843649</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;How to get the distinct rank?&lt;/P&gt;&lt;P&gt;i've used below expression as Cal. Dimession&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=aggr(Rank(sum(SoldQty)),Article)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Current output is below. but i need to get each article unique rank (now it's not showing because rank 3-7 all article total are same )&lt;/P&gt;&lt;P&gt;please advise me, how to resolve this issue. Thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="159371" alt="Rank.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/159371_Rank.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Looking this solution in front end. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Deva&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>devarasu07</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Rank?</title>
      <link>https://community.qlik.com/t5/QlikView/Rank/m-p/1359959#M843649</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;How to get the distinct rank?&lt;/P&gt;&lt;P&gt;i've used below expression as Cal. Dimession&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=aggr(Rank(sum(SoldQty)),Article)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Current output is below. but i need to get each article unique rank (now it's not showing because rank 3-7 all article total are same )&lt;/P&gt;&lt;P&gt;please advise me, how to resolve this issue. Thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="159371" alt="Rank.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/159371_Rank.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Looking this solution in front end. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Deva&lt;BR /&gt;&lt;/SPAN&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/m-p/1359959#M843649</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Rank?</title>
      <link>https://community.qlik.com/t5/QlikView/Rank/m-p/1359960#M843650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;try rank(Expression,0,1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;rank (Expression,4)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 04:45:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank/m-p/1359960#M843650</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-04-07T04:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Rank?</title>
      <link>https://community.qlik.com/t5/QlikView/Rank/m-p/1359961#M843651</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;Thanks, Yeah it works with below expression , what is the meaning of &lt;STRONG&gt;4 and 0,1&amp;nbsp; in that rank expression?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=aggr(Rank(sum(SoldQty),4),ArticleNo)&lt;/STRONG&gt;&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 04:51:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank/m-p/1359961#M843651</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2017-04-07T04:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Rank?</title>
      <link>https://community.qlik.com/t5/QlikView/Rank/m-p/1359962#M843652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;rank([ total ] expression [ , mode [, format ] ])&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Evaluates expression, compares the result with the result of the other rows containing the current column segment&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and returns the ranking of the current row within the segment. For bitmap charts, the current column&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;segment is defined as it appears in the chart's straight table equivalent (Actually all QlikView charts have a&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;straight table equivalent with the exception of the pivot table which has a more complex structure).&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If the chart is one-dimensional or if the expression is preceded by the total qualifier, the current column segment&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;is always equal to the entire column. If the table or table equivalent has multiple vertical dimensions,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;the current column segment will include only rows with the same values as the current row in all dimension&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;columns except for the column showing the last dimension in the inter field sort order.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The ranking is returned as a dual value, which in the case when each row has a unique ranking will be an&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;integer between 1 and the number of rows in the current column segment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;In the case where several rows share the same ranking, the text and number representation can be controlled&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The second parameter mode specifies the number representation of the function result.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;mode&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;0 (default) If all ranks within the sharing group fall on the low side of the middle value&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;of the entire ranking, all rows get the lowest rank within the sharing group.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If all ranks within the sharing group fall on the high side of the middle value&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;of the entire ranking, all rows get the highest rank within the sharing group.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If ranks within the sharing group span over the middle value of the entire ranking,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;all rows get the value corresponding to the average of the top and bottom&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ranking in the entire column segment.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1 Lowest rank on all rows.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2 Average rank on all rows.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;3 Highest rank on all rows.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;4 Lowest rank on first row, then incremented by one for each row.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The third parameter format specifies the text representation of the function result.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;format&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;0 (default) Low value&amp;amp;' - '&amp;amp;high value on all rows (e.g. 3 - 4).&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1 Low value on all rows.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2 Low value on first row, blank on the following rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The order of rows for mode 4 and format 2 is determined by the sort order of the chart dimensions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 04:52:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank/m-p/1359962#M843652</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-04-07T04:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Rank?</title>
      <link>https://community.qlik.com/t5/QlikView/Rank/m-p/1359963#M843653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kushal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer to the attachment.&lt;/P&gt;&lt;P&gt;Suggested Rank expression working with one group by dimension, if i add more than one again it goes to original state? do you have any idea? thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I've tried like below,&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=aggr(Rank(sum(SoldQty),4),Launch_No,Original_Selling_price,ArticleNo)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Report Order Sequence:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Required: Need to show the report Order sequence will below&lt;/P&gt;&lt;P&gt;1) Launch_No,&amp;nbsp; (I&lt;SPAN style="font-size: 13.3333px;"&gt;s number (one launch can have many article with selling price)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;2) Original Selling Price (high to low value)&amp;nbsp; ---&amp;gt; &lt;SPAN style="font-size: 13.3333px;"&gt;Is the Price value from dimension&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;3)&amp;nbsp; Sold Qty (high to low) by Article No&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 06:25:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank/m-p/1359963#M843653</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2017-04-07T06:25:31Z</dc:date>
    </item>
  </channel>
</rss>

