<?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: Help Using Rank Function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-Using-Rank-Function/m-p/108585#M763108</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, i want it to be dynamic, in the case the Top Chart will always show for example the top 5 defects for the day, but i have a lot of possible defects so the top 5 will probably change everyday, what i need is that the bottom charts always show the information according the top chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Aug 2018 11:27:52 GMT</pubDate>
    <dc:creator>eduardomendes</dc:creator>
    <dc:date>2018-08-06T11:27:52Z</dc:date>
    <item>
      <title>Help Using Rank Function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Using-Rank-Function/m-p/108572#M763089</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;Can someone help me using Rank function, i have this example but the output is not what i expected :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr(if(rank(&lt;/P&gt;&lt;P&gt;Sum({&amp;lt; &lt;/P&gt;&lt;P&gt;DataType = {'Outsort'} &lt;/P&gt;&lt;P&gt;, YearMonth = {$(=Max(YearMonth))}&lt;/P&gt;&lt;P&gt;, ItemType = {'12'}&lt;/P&gt;&lt;P&gt;, Range = {'XXX'}&lt;/P&gt;&lt;P&gt;&amp;gt;} [Scrapped quantity])&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;Sum({&amp;lt; &lt;/P&gt;&lt;P&gt;DataType = {'Outsort'} &lt;/P&gt;&lt;P&gt;, YearMonth = {$(=Max(YearMonth))}&lt;/P&gt;&lt;P&gt;, ItemType = {'12'}&lt;/P&gt;&lt;P&gt;, Range = {'XXX'}&lt;/P&gt;&lt;P&gt;&amp;gt;} [Sent to Repair quantity])&lt;/P&gt;&lt;P&gt;,4)=1,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt; &lt;/P&gt;&lt;P&gt;DataType = {'Outsort'} &lt;/P&gt;&lt;P&gt;, YearMonth = {$(=Max(YearMonth))}&lt;/P&gt;&lt;P&gt;, ItemType = {'12'}&lt;/P&gt;&lt;P&gt;, Range = {'XXX'}&lt;/P&gt;&lt;P&gt;&amp;gt;} [Scrapped quantity])&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;Sum({&amp;lt; &lt;/P&gt;&lt;P&gt;DataType = {'Outsort'} &lt;/P&gt;&lt;P&gt;, YearMonth = {$(=Max(YearMonth))}&lt;/P&gt;&lt;P&gt;, ItemType = {'12'}&lt;/P&gt;&lt;P&gt;, Range = {'XXX}&lt;/P&gt;&lt;P&gt;&amp;gt;} [Sent to Repair quantity])),[Scrap description])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using this expression i intend to get the quantities of every item with Scrap Description Rank 1, and it actually returns the sum of the total quantity :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="11.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/208354_11.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But what i want is to list them by item like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="12.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/208355_12.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone knows how to solve this ?&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/Help-Using-Rank-Function/m-p/108572#M763089</guid>
      <dc:creator>eduardomendes</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help Using Rank Function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Using-Rank-Function/m-p/108573#M763090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample to look and play around with?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 16:25:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Using-Rank-Function/m-p/108573#M763090</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-19T16:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Help Using Rank Function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Using-Rank-Function/m-p/108574#M763093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is part of a company report and i'me not allowed to share it, that's the reason of the black square hidding part of information. I've been told that using the rank function would be possible to reach the expected results but no luck yet ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have any idea on what way to go ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 08:40:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Using-Rank-Function/m-p/108574#M763093</guid>
      <dc:creator>eduardomendes</dc:creator>
      <dc:date>2018-07-20T08:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Help Using Rank Function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Using-Rank-Function/m-p/108575#M763094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looked that you missed the [Item Number] within your calculated dimension and it might be look rather like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr(if(rank(&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;&lt;/P&gt;&lt;P&gt;DataType = {'Outsort'}&lt;/P&gt;&lt;P&gt;, YearMonth = {$(=Max(YearMonth))}&lt;/P&gt;&lt;P&gt;, ItemType = {'12'}&lt;/P&gt;&lt;P&gt;, Range = {'XXX'}&lt;/P&gt;&lt;P&gt;&amp;gt;} &lt;STRONG&gt;rangesum([Scrapped quantity], [Sent to Repair quantity])&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;,4)=1,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Item Number] &amp;amp; '-' &amp;amp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #c0c0c0;"&gt;Sum({&amp;lt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&lt;EM&gt;DataType = {'Outsort'}&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&lt;EM&gt;, YearMonth = {$(=Max(YearMonth))}&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&lt;EM&gt;, ItemType = {'12'}&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&lt;EM&gt;, Range = {'XXX'}&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #c0c0c0;"&gt;&amp;gt;} rangesum([Scrapped quantity], [Sent to Repair quantity]))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;,[Scrap description])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whereby I'm not sure that the grey part makes much sense - ot should it be a different expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 15:05:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Using-Rank-Function/m-p/108575#M763094</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-07-20T15:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Help Using Rank Function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Using-Rank-Function/m-p/108576#M763095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can anonymize your data.. look here&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1290"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 15:15:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Using-Rank-Function/m-p/108576#M763095</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-20T15:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: Help Using Rank Function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Using-Rank-Function/m-p/108577#M763097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried like you said:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr(rank(&lt;/P&gt;&lt;P&gt;Sum({&amp;lt; &lt;/P&gt;&lt;P&gt;DataType = {'Outsort'} &lt;/P&gt;&lt;P&gt;, YearMonth = {$(=Max(YearMonth))}&lt;/P&gt;&lt;P&gt;, ItemType = {'12'}&lt;/P&gt;&lt;P&gt;, Range = {'Kitchen Fronts'}&lt;/P&gt;&lt;P&gt;&amp;gt;} rangesum([Scrapped quantity], [Sent to Repair quantity]))&lt;/P&gt;&lt;P&gt;,4)=1,[Item number] &amp;amp;'-'&amp;amp; [Scrap description])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it returns "0",&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="11.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/208449_11.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did i miss something?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 15:30:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Using-Rank-Function/m-p/108577#M763097</guid>
      <dc:creator>eduardomendes</dc:creator>
      <dc:date>2018-07-20T15:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Help Using Rank Function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Using-Rank-Function/m-p/108578#M763099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the info, i actually didn't know about that, but, even for doing it i will have to check if i have permission to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the report was something plain and simple i would create a similar thing to upload but the problem is that the report is very complex and to send you an example it most contain sensitive data which is "Hardcoded" in some parts of the script and won't show nothing after perform scramble.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll try to find a way of share something similar &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;But anyway thanks again for the info about data anonymize ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 15:48:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Using-Rank-Function/m-p/108578#M763099</guid>
      <dc:creator>eduardomendes</dc:creator>
      <dc:date>2018-07-20T15:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Help Using Rank Function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Using-Rank-Function/m-p/108579#M763100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds good, sorry not able to offer much help...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 18:23:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Using-Rank-Function/m-p/108579#M763100</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-20T18:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Help Using Rank Function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Using-Rank-Function/m-p/108580#M763102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not really clear to me what do you want to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your expression should serve as a calculated dimension or as an expression to a dimension? Does the inside-aggregation with the set analysis condition itself work and returning the expected results?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jul 2018 10:03:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Using-Rank-Function/m-p/108580#M763102</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-07-21T10:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Help Using Rank Function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Using-Rank-Function/m-p/108581#M763103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there, &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌ &lt;A href="https://community.qlik.com/qlik-users/27943"&gt;marcus_sommer&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;Sorry about the late reply ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a similiar example of what i need:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="test111.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/209943_test111.PNG" style="height: 362px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first chart will show for that specific day the top Defects per QTY, and i need that according to that the 3 other charts automatically show the top 2 ItemNr For each of the top Defects (1st, 2nd and 3rd). I thought that using expression with rank would be the solution but now im not so sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The qvw file is attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 11:12:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Using-Rank-Function/m-p/108581#M763103</guid>
      <dc:creator>eduardomendes</dc:creator>
      <dc:date>2018-08-06T11:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Help Using Rank Function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Using-Rank-Function/m-p/108582#M763104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are we trying to fix the bottom three charts on the top chart?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 11:18:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Using-Rank-Function/m-p/108582#M763104</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-06T11:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: Help Using Rank Function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Using-Rank-Function/m-p/108583#M763105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, thats the point, Link the bottom charts to show detailed ItemNr Information for each of the defects visible on the Top Chart &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 11:21:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Using-Rank-Function/m-p/108583#M763105</guid>
      <dc:creator>eduardomendes</dc:creator>
      <dc:date>2018-08-06T11:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Help Using Rank Function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Using-Rank-Function/m-p/108584#M763107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But isn't that what we are currently seeing? You want this to be dynamic? Meaning if you had 10 different defects on the top chart... you would want to see 10 charts below with top 2 items under each defect?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 11:24:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Using-Rank-Function/m-p/108584#M763107</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-06T11:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Help Using Rank Function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Using-Rank-Function/m-p/108585#M763108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, i want it to be dynamic, in the case the Top Chart will always show for example the top 5 defects for the day, but i have a lot of possible defects so the top 5 will probably change everyday, what i need is that the bottom charts always show the information according the top chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 11:27:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Using-Rank-Function/m-p/108585#M763108</guid>
      <dc:creator>eduardomendes</dc:creator>
      <dc:date>2018-08-06T11:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Help Using Rank Function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Using-Rank-Function/m-p/108586#M763110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, in your sample... if top chart shows top 2 defects (Broken and Fail)... we would want two charts at the bottom to do the same, right? (let's remove the third chart)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For bottom chart 1... expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;Date = {'20180806'}, Defect = {"=Rank(Sum({&amp;lt;Date = {'20180806'}&amp;gt;}QTY)) = 1"}&amp;gt;}QTY)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For bottom chart 2... expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;Date = {'20180806'}, Defect = {"=Rank(Sum({&amp;lt;Date = {'20180806'}&amp;gt;}QTY)) = 2"}&amp;gt;}QTY)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do the same thing for the next 3 charts....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 11:34:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Using-Rank-Function/m-p/108586#M763110</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-06T11:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Help Using Rank Function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Using-Rank-Function/m-p/108587#M763111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works like a charm ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Had to modify a little for the original report (mostly in the set analisys for the rank sum) but just perfect ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2018 08:10:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Using-Rank-Function/m-p/108587#M763111</guid>
      <dc:creator>eduardomendes</dc:creator>
      <dc:date>2018-08-08T08:10:31Z</dc:date>
    </item>
  </channel>
</rss>

