<?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: Minimum with Ranking in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Minimum-with-Ranking/m-p/1194246#M519055</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Min(ALL Aggr(Sum({&amp;lt;Name = {"=Rank(Sum(&lt;SPAN style="color: #ff0000;"&gt;{1}&lt;/SPAN&gt;Value)) &amp;lt; 11"}&amp;gt;} Value),Name))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/139202_Capture.PNG" style="height: 126px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Sep 2016 18:21:14 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-09-29T18:21:14Z</dc:date>
    <item>
      <title>Minimum with Ranking</title>
      <link>https://community.qlik.com/t5/QlikView/Minimum-with-Ranking/m-p/1194242#M519051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this example, I neeed to find the minimum value considering ony the 10 bigger values.&lt;/P&gt;&lt;P&gt;So where it shows 990, I need to be 1100 as this is the 10th bigger value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My actual expression is:&lt;/P&gt;&lt;P&gt;=Min(ALL Aggr(Sum({&amp;lt;Name=&amp;gt;} Value),Name))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2016 14:53:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Minimum-with-Ranking/m-p/1194242#M519051</guid>
      <dc:creator>rcandeo</dc:creator>
      <dc:date>2016-09-29T14:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum with Ranking</title>
      <link>https://community.qlik.com/t5/QlikView/Minimum-with-Ranking/m-p/1194243#M519052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;=Min(ALL Aggr(Sum({&amp;lt;Name = {"=Rank(Sum(Value)) &amp;lt; 11"}&amp;gt;} Value),Name))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2016 14:58:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Minimum-with-Ranking/m-p/1194243#M519052</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-29T14:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum with Ranking</title>
      <link>https://community.qlik.com/t5/QlikView/Minimum-with-Ranking/m-p/1194244#M519053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why are you using ALL? This is something which will be discontinued in future version. If this is something you use in a text box, you might just need this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Min(&lt;SPAN style="color: #ff0000;"&gt;{1}&lt;/SPAN&gt; Aggr(Sum({&amp;lt;Name = {"=Rank(Sum(Value)) &amp;lt; 11"}&amp;gt;} Value),Name))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or this in chart&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Min(&lt;SPAN style="color: #ff0000;"&gt;{1} TOTAL&lt;/SPAN&gt; Aggr(Sum({&amp;lt;Name = {"=Rank(Sum(Value)) &amp;lt; 11"}&amp;gt;} Value),Name))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2016 14:59:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Minimum-with-Ranking/m-p/1194244#M519053</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-29T14:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum with Ranking</title>
      <link>https://community.qlik.com/t5/QlikView/Minimum-with-Ranking/m-p/1194245#M519054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunatelly none of these options worked as expected.&lt;/P&gt;&lt;P&gt;I need to have the option to select one of this names and the results cannot change, but they are being changed.&lt;/P&gt;&lt;P&gt;See qvw attached please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2016 18:18:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Minimum-with-Ranking/m-p/1194245#M519054</guid>
      <dc:creator>rcandeo</dc:creator>
      <dc:date>2016-09-29T18:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum with Ranking</title>
      <link>https://community.qlik.com/t5/QlikView/Minimum-with-Ranking/m-p/1194246#M519055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Min(ALL Aggr(Sum({&amp;lt;Name = {"=Rank(Sum(&lt;SPAN style="color: #ff0000;"&gt;{1}&lt;/SPAN&gt;Value)) &amp;lt; 11"}&amp;gt;} Value),Name))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/139202_Capture.PNG" style="height: 126px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2016 18:21:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Minimum-with-Ranking/m-p/1194246#M519055</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-29T18:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum with Ranking</title>
      <link>https://community.qlik.com/t5/QlikView/Minimum-with-Ranking/m-p/1194247#M519056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;almost there. I am sending qvw again with another field - Category. My intention is that min value continue being the same, no matter if I select category A or B. Can you help me with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="maxmin.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/139267_maxmin.jpg" style="height: 167px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 12:28:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Minimum-with-Ranking/m-p/1194247#M519056</guid>
      <dc:creator>rcandeo</dc:creator>
      <dc:date>2016-09-30T12:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum with Ranking</title>
      <link>https://community.qlik.com/t5/QlikView/Minimum-with-Ranking/m-p/1194248#M519057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Min(ALL Aggr(Sum({&amp;lt;Name = {"=Rank(Sum({$&amp;lt;Category=&amp;gt;}Value)) &amp;lt; 11"}, &lt;SPAN style="color: #ff0000;"&gt;Category&lt;/SPAN&gt;&amp;gt;} Value),Name))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/139286_Capture.PNG" style="height: 112px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 12:31:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Minimum-with-Ranking/m-p/1194248#M519057</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-30T12:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum with Ranking</title>
      <link>https://community.qlik.com/t5/QlikView/Minimum-with-Ranking/m-p/1194249#M519058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect. Just to complete the sentence to be independent from selections os Name and Category:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Min(ALL Aggr(Sum({&amp;lt;Name = {"=Rank(Sum({$&amp;lt;&lt;STRONG&gt;Name&lt;/STRONG&gt;,Category=&amp;gt;}Value)) &amp;lt; 11"},Category&amp;gt;} Value),Name))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 13:28:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Minimum-with-Ranking/m-p/1194249#M519058</guid>
      <dc:creator>rcandeo</dc:creator>
      <dc:date>2016-09-30T13:28:38Z</dc:date>
    </item>
  </channel>
</rss>

