<?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: Top N Records in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Top-N-Records/m-p/801167#M282751</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a variable, then use dimension limit and allow user to enter Top N Value to display for Sum(Sales).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Jan 2015 04:17:31 GMT</pubDate>
    <dc:creator>jzimolong</dc:creator>
    <dc:date>2015-01-16T04:17:31Z</dc:date>
    <item>
      <title>Top N Records</title>
      <link>https://community.qlik.com/t5/QlikView/Top-N-Records/m-p/801165#M282749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How to find out Top N Records, customerNo based on sum(Amounts).&lt;/P&gt;&lt;P&gt;I need to display in straight and pivot Table this sum(Amounts) must be in descending/Ascending order.&lt;/P&gt;&lt;P style="padding: 0px; min-height: 8pt;"&gt;&lt;/P&gt;&lt;P&gt;Could you please give the entire process and set expression.&lt;/P&gt;&lt;P style="padding: 0px; min-height: 8pt;"&gt;&lt;/P&gt;&lt;P style="padding: 0px; min-height: 8pt;"&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;MLNR&lt;/P&gt;&lt;P style="padding: 0px; min-height: 8pt;"&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;MLNR&lt;/P&gt;&lt;P style="padding: 0px; min-height: 8pt;"&gt;&lt;/P&gt;&lt;P&gt;Please give your valuable answers to me&lt;/P&gt;&lt;P style="padding: 0px; min-height: 8pt;"&gt;&lt;/P&gt;&lt;P style="padding: 0px; min-height: 8pt;"&gt;&lt;/P&gt;&lt;P style="padding: 0px; min-height: 8pt;"&gt;&lt;/P&gt;&lt;P style="padding: 0px; min-height: 8pt;"&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;MLNR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 03:26:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-N-Records/m-p/801165#M282749</guid>
      <dc:creator />
      <dc:date>2015-01-16T03:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Top N Records</title>
      <link>https://community.qlik.com/t5/QlikView/Top-N-Records/m-p/801166#M282750</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can be achieved by using Dimension Limits (If you are using Qlikview 11)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chart Properties -&amp;gt; Dimension Limits -&amp;gt; Select Restrict which values are displayed using the first Expression option-&amp;gt;&lt;/P&gt;&lt;P&gt;Select Show Only -&amp;gt; Select Largest&amp;nbsp; -&amp;gt; Give your N (number) -&amp;gt; Sort Tab -&amp;gt; Select Y Value or Numeric value -&amp;gt; Select Descending option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can also do the same by using Calculating Dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chart Properties -&amp;gt; Dimension -&amp;gt; Add Calculated Dimension -&amp;gt; Give your expression as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr(If(Rank(Sum(Sales), 1, 0) &amp;lt;= 10, Customer), Customer)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and select Supress When value is Null option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 04:08:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-N-Records/m-p/801166#M282750</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-01-16T04:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Top N Records</title>
      <link>https://community.qlik.com/t5/QlikView/Top-N-Records/m-p/801167#M282751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a variable, then use dimension limit and allow user to enter Top N Value to display for Sum(Sales).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 04:17:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-N-Records/m-p/801167#M282751</guid>
      <dc:creator>jzimolong</dc:creator>
      <dc:date>2015-01-16T04:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Top N Records</title>
      <link>https://community.qlik.com/t5/QlikView/Top-N-Records/m-p/801168#M282752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you have an example&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 05:17:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-N-Records/m-p/801168#M282752</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2015-01-16T05:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: Top N Records</title>
      <link>https://community.qlik.com/t5/QlikView/Top-N-Records/m-p/801169#M282753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-7717"&gt;Top 5 analysis using Rank fuction&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load you data and change the 5,10,20 etc in qvw as per your need&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 05:43:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-N-Records/m-p/801169#M282753</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2015-01-16T05:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Top N Records</title>
      <link>https://community.qlik.com/t5/QlikView/Top-N-Records/m-p/801170#M282754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;To control the Top Records to be listed using Input Box. and along with that if user wants to display all the records.&lt;/P&gt;&lt;P&gt;what is process for that,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;MLNR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2015 11:49:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-N-Records/m-p/801170#M282754</guid>
      <dc:creator />
      <dc:date>2015-01-19T11:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Top N Records</title>
      <link>https://community.qlik.com/t5/QlikView/Top-N-Records/m-p/801171#M282755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; To control the Top Records to be listed using Input Box. and along with that if user wants to display all the records.&lt;/P&gt;&lt;P&gt;what is process for that,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;MLNR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2015 11:50:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-N-Records/m-p/801171#M282755</guid>
      <dc:creator />
      <dc:date>2015-01-19T11:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Top N Records</title>
      <link>https://community.qlik.com/t5/QlikView/Top-N-Records/m-p/801172#M282756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; To control the Top Records to be listed using Input Box. and along with that if user wants to display all the records.&lt;/P&gt;&lt;P&gt;what is process for that,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tahnks,&lt;/P&gt;&lt;P&gt;MLNR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2015 11:51:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-N-Records/m-p/801172#M282756</guid>
      <dc:creator />
      <dc:date>2015-01-19T11:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Top N Records</title>
      <link>https://community.qlik.com/t5/QlikView/Top-N-Records/m-p/801173#M282757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; To control the Top Records to be listed using Input Box. and along with that if user wants to display all the records.&lt;/P&gt;&lt;P&gt;what is process for that,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;MLNR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2015 11:51:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-N-Records/m-p/801173#M282757</guid>
      <dc:creator />
      <dc:date>2015-01-19T11:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Top N Records</title>
      <link>https://community.qlik.com/t5/QlikView/Top-N-Records/m-p/801174#M282758</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;Create an InputBox and assign a variable to it and try expression below assume that variable is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vTopN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Chart Properties -&amp;gt; Dimension -&amp;gt; Add Calculated Dimension -&amp;gt; Give your expression as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Aggr(If(Rank(Sum(Sales), 1, 0) &amp;lt;= vTopN, Customer), Customer)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;OR specify dynamic value in Dimension Limits by using the variable&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=vTopN&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hope this helps you.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2015 13:45:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-N-Records/m-p/801174#M282758</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-01-19T13:45:23Z</dc:date>
    </item>
  </channel>
</rss>

