<?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 Top N &amp; Rank in QlikSense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Top-N-Rank-in-QlikSense/m-p/111665#M7684</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Hi All,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt; I am trying to Implement Top-N functionality in Qlik Sense.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Below is my sample data&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Now the requirement is to filter rows where rank is&amp;nbsp; &amp;lt;= 5&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/216089_pastedImage_5.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Appreciate any suggestion/ help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sabahat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Oct 2018 09:53:00 GMT</pubDate>
    <dc:creator>sabahat_quazi</dc:creator>
    <dc:date>2018-10-17T09:53:00Z</dc:date>
    <item>
      <title>Top N &amp; Rank in QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Top-N-Rank-in-QlikSense/m-p/111665#M7684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Hi All,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt; I am trying to Implement Top-N functionality in Qlik Sense.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Below is my sample data&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Now the requirement is to filter rows where rank is&amp;nbsp; &amp;lt;= 5&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/216089_pastedImage_5.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Appreciate any suggestion/ help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sabahat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2018 09:53:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Top-N-Rank-in-QlikSense/m-p/111665#M7684</guid>
      <dc:creator>sabahat_quazi</dc:creator>
      <dc:date>2018-10-17T09:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Top N &amp; Rank in QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Top-N-Rank-in-QlikSense/m-p/111666#M7685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sabahat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is a Column "&lt;STRONG&gt;Rank&lt;/STRONG&gt;" already present in you dataset you only need to put a calculated Dimension in your chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Rank&amp;lt;=5, Customer)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;and you can also use this in your set expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;count({&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;Rank&amp;lt;&lt;/SPAN&gt;={1,2,3,4,5}&amp;gt;}Account)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Madhura&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2018 10:03:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Top-N-Rank-in-QlikSense/m-p/111666#M7685</guid>
      <dc:creator>maddysalunke</dc:creator>
      <dc:date>2018-10-17T10:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Top N &amp; Rank in QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Top-N-Rank-in-QlikSense/m-p/111667#M7686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sabahat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try change the Rank dimension to &lt;/P&gt;&lt;P&gt;=if(Rank&amp;lt;=5,Rank,null())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then exclude nulls in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to achieve this in load script then&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;Load * Resident/From &lt;TABLE&gt; Where Rank&amp;lt;=5;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G.&lt;/P&gt;&lt;/TABLE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2018 11:24:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Top-N-Rank-in-QlikSense/m-p/111667#M7686</guid>
      <dc:creator>undergrinder</dc:creator>
      <dc:date>2018-10-17T11:24:15Z</dc:date>
    </item>
  </channel>
</rss>

