<?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 aggregate rank function with previous month data comparison in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/aggregate-rank-function-with-previous-month-data-comparison/m-p/146388#M24969</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eugene,&lt;/P&gt;&lt;P&gt;thank you very much for your answer. I think this will explain the problem it and I have to find a solution.&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jun 2009 16:32:28 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-06-15T16:32:28Z</dc:date>
    <item>
      <title>aggregate rank function with previous month data comparison</title>
      <link>https://community.qlik.com/t5/QlikView/aggregate-rank-function-with-previous-month-data-comparison/m-p/146384#M24965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i tried to make a dynamic dimension which should show the top / worse 5 of products.&lt;BR /&gt;The value which should be calculated is the difference between current month value and foremonth value.&lt;/P&gt;&lt;P&gt;For me it is necessary to calculate the difference on which the rank should be calculated.&lt;/P&gt;&lt;P&gt;=aggr(if(rank(&lt;BR /&gt; sum(if (inmonth(makedate(jahr,monat),AktQuart,0),trn_externallimit))&lt;BR /&gt; -&lt;BR /&gt; sum( if (inmonth(makedate(jahr,monat),AktQuart,-1),trn_externallimit))&lt;BR /&gt; ) &amp;lt; 6 , trn_product_name,'Others') ,trn_product_name)&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;This formula does not work correctly. The ranks are not correctly calculated. If I use only one "Sum" formula inside the rank function it work correct.&lt;/P&gt;&lt;P&gt;Is there a possibility to get this formula working or should it be better to calculate the difference inside the script to use the rank formula on the new column?&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 21:32:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggregate-rank-function-with-previous-month-data-comparison/m-p/146384#M24965</guid>
      <dc:creator />
      <dc:date>2009-06-09T21:32:08Z</dc:date>
    </item>
    <item>
      <title>aggregate rank function with previous month data comparison</title>
      <link>https://community.qlik.com/t5/QlikView/aggregate-rank-function-with-previous-month-data-comparison/m-p/146385#M24966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you mind attaching a example .qvw file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 00:25:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggregate-rank-function-with-previous-month-data-comparison/m-p/146385#M24966</guid>
      <dc:creator />
      <dc:date>2009-06-10T00:25:14Z</dc:date>
    </item>
    <item>
      <title>aggregate rank function with previous month data comparison</title>
      <link>https://community.qlik.com/t5/QlikView/aggregate-rank-function-with-previous-month-data-comparison/m-p/146386#M24967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eugene,&lt;/P&gt;&lt;P&gt;please find attached an example file with example data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 15:13:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggregate-rank-function-with-previous-month-data-comparison/m-p/146386#M24967</guid>
      <dc:creator />
      <dc:date>2009-06-10T15:13:07Z</dc:date>
    </item>
    <item>
      <title>aggregate rank function with previous month data comparison</title>
      <link>https://community.qlik.com/t5/QlikView/aggregate-rank-function-with-previous-month-data-comparison/m-p/146387#M24968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem you are having is that you have three items with the same rank, as can be seen below and in attached file. You must find a way to introduce more variation into your rank differentiation expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/6305.Image7.JPG"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/6305.Image7.JPG" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 03:53:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggregate-rank-function-with-previous-month-data-comparison/m-p/146387#M24968</guid>
      <dc:creator />
      <dc:date>2009-06-11T03:53:59Z</dc:date>
    </item>
    <item>
      <title>aggregate rank function with previous month data comparison</title>
      <link>https://community.qlik.com/t5/QlikView/aggregate-rank-function-with-previous-month-data-comparison/m-p/146388#M24969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eugene,&lt;/P&gt;&lt;P&gt;thank you very much for your answer. I think this will explain the problem it and I have to find a solution.&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 16:32:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggregate-rank-function-with-previous-month-data-comparison/m-p/146388#M24969</guid>
      <dc:creator />
      <dc:date>2009-06-15T16:32:28Z</dc:date>
    </item>
  </channel>
</rss>

