<?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: Exclude a Specific Value from a Top N in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exclude-a-Specific-Value-from-a-Top-N/m-p/1133863#M372471</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;See if the below will work:&lt;BR /&gt;&lt;/SPAN&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;=if(Aggr(Rank(sum({&amp;lt;$&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Group No]-={'&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;GR-000000, 'GR-A0000'}&amp;gt;&lt;/SPAN&gt;} [&amp;gt;60days])),[Group No])&amp;lt;=10,[Group No],Null())&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 May 2016 15:03:48 GMT</pubDate>
    <dc:creator>trdandamudi</dc:creator>
    <dc:date>2016-05-12T15:03:48Z</dc:date>
    <item>
      <title>Exclude a Specific Value from a Top N</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-a-Specific-Value-from-a-Top-N/m-p/1133861#M372469</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;I am trying to create a Top 10 debtors table, which I've done and works great! (Yay!!)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I now want to know if it is possible to exclude a certain code from this formula?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's my top 10 script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Aggr(Rank(sum([&amp;gt;60days])),[Group No])&amp;lt;=10,[Group No],Null())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I now want to exclude 'GR-000000' and 'GR-A0000' from [Group No] in the pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I still need to see GR-000000 and GR-A0000 in my other pivot tables, just need to exclude it from the Top N pivot tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried a few ways, but just think I'm confusing myself more than anything!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Di&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 14:57:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-a-Specific-Value-from-a-Top-N/m-p/1133861#M372469</guid>
      <dc:creator>dinicholls</dc:creator>
      <dc:date>2016-05-12T14:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude a Specific Value from a Top N</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-a-Specific-Value-from-a-Top-N/m-p/1133862#M372470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aggr(IF(Rank(SUM({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Group No] -= {&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; 'GR-000000','GR-A0000' &lt;/SPAN&gt;}&lt;/SPAN&gt;&amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[&amp;gt;60days]),4)&amp;lt;=10, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Group No],Null()),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Group No])&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=if(Aggr(Rank(sum(&lt;SPAN style="font-size: 13.3333px;"&gt;{&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Group No] -= {&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; 'GR-000000','GR-A0000' &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;gt;}&lt;/SPAN&gt;[&amp;gt;60days])),[Group No])&amp;lt;=10,[Group No],Null())&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 15:00:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-a-Specific-Value-from-a-Top-N/m-p/1133862#M372470</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-05-12T15:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude a Specific Value from a Top N</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-a-Specific-Value-from-a-Top-N/m-p/1133863#M372471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;See if the below will work:&lt;BR /&gt;&lt;/SPAN&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;=if(Aggr(Rank(sum({&amp;lt;$&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Group No]-={'&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;GR-000000, 'GR-A0000'}&amp;gt;&lt;/SPAN&gt;} [&amp;gt;60days])),[Group No])&amp;lt;=10,[Group No],Null())&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 15:03:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-a-Specific-Value-from-a-Top-N/m-p/1133863#M372471</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-05-12T15:03:48Z</dc:date>
    </item>
  </channel>
</rss>

