<?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: Show top N rows in table box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-top-N-rows-in-table-box/m-p/837256#M997962</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;use rank(sum(sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or in expression in asecnding max(dimension)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Jun 2015 03:48:14 GMT</pubDate>
    <dc:creator>Chanty4u</dc:creator>
    <dc:date>2015-06-18T03:48:14Z</dc:date>
    <item>
      <title>Show top N rows in table box</title>
      <link>https://community.qlik.com/t5/QlikView/Show-top-N-rows-in-table-box/m-p/837248#M997951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi There, I'm making a table box that shows rows with top 20 values in the variable called 'Total'.&lt;/P&gt;&lt;P&gt;The table loading query is:&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14344977168359061 jive_text_macro" jivemacro_uid="_14344977168359061"&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;LOAD Specialty as [Product Decile Specialty], &lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; One as [Product Decile One], &lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Two as [Product Decile Two], &lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Three as [Product Decile Three], &lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Four as [Product Decile Four], &lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Five as [Product Decile Five], &lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Six as [Product Decile Six], &lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Seven as [Product Decile Seven], &lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Eight as [Product Decile Eight], &lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Nine as [Product Decile Nine], &lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ten as [Product Decile Ten], &lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Total as [Product Decile Total]&lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;FROM&lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;(ooxml, embedded labels, table is [Product Decile by Specialty]);&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How will I be able to do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a million in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mira&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 23:36:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-top-N-rows-in-table-box/m-p/837248#M997951</guid>
      <dc:creator />
      <dc:date>2015-06-16T23:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: Show top N rows in table box</title>
      <link>https://community.qlik.com/t5/QlikView/Show-top-N-rows-in-table-box/m-p/837249#M997952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To store 20 values in variable or to show 20 top in Table box?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 01:08:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-top-N-rows-in-table-box/m-p/837249#M997952</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-06-17T01:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: Show top N rows in table box</title>
      <link>https://community.qlik.com/t5/QlikView/Show-top-N-rows-in-table-box/m-p/837250#M997953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use rank function to display top number according to u r requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg: Rank(sum(sales))&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt; or&lt;/P&gt;&lt;P&gt; use dimension limit largest 10 &lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="j-avatar jiveTT-hover-user" data-avatarid="1025" data-externalid="" data-presence="null" data-userid="103269" data-username="nizamsha" href="https://community.qlik.com/people/nizamsha"&gt;&lt;SPAN class="j-status-levels j-gamification-status-level"&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 06:31:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-top-N-rows-in-table-box/m-p/837250#M997953</guid>
      <dc:creator />
      <dc:date>2015-06-17T06:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Show top N rows in table box</title>
      <link>https://community.qlik.com/t5/QlikView/Show-top-N-rows-in-table-box/m-p/837251#M997954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In table box you can't make any calculations.&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;in sort tab --&amp;gt;sort--&amp;gt;Select Ascending--&amp;gt;expression-max(Field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it might helps you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 06:43:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-top-N-rows-in-table-box/m-p/837251#M997954</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-17T06:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: Show top N rows in table box</title>
      <link>https://community.qlik.com/t5/QlikView/Show-top-N-rows-in-table-box/m-p/837252#M997955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;To show top 20 in Table box, example:&lt;/P&gt;&lt;P&gt;say the table is long with 100 records:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2015-06-17_1143.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/89792_2015-06-17_1143.png" style="height: 388px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But what I want to show is, now the table is ranked by the last column "Total", the top 20 rows: Specialty with the Top 20 values in "Total". Like the following:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2015-06-17_1146.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/89794_2015-06-17_1146.png" style="height: 308px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 15:47:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-top-N-rows-in-table-box/m-p/837252#M997955</guid>
      <dc:creator />
      <dc:date>2015-06-17T15:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Show top N rows in table box</title>
      <link>https://community.qlik.com/t5/QlikView/Show-top-N-rows-in-table-box/m-p/837253#M997956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Balaji, unfortunately there's no dimension limit tab in the table box properties.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 15:48:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-top-N-rows-in-table-box/m-p/837253#M997956</guid>
      <dc:creator />
      <dc:date>2015-06-17T15:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Show top N rows in table box</title>
      <link>https://community.qlik.com/t5/QlikView/Show-top-N-rows-in-table-box/m-p/837254#M997958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rgv rand:&lt;/P&gt;&lt;P&gt;This approach looks promising. Is there a function I can use in expression to have the table only show top n rows?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 15:49:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-top-N-rows-in-table-box/m-p/837254#M997958</guid>
      <dc:creator />
      <dc:date>2015-06-17T15:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Show top N rows in table box</title>
      <link>https://community.qlik.com/t5/QlikView/Show-top-N-rows-in-table-box/m-p/837255#M997960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess one way to do this is by adding a button to show only Top 20 Values in Total field:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="89799" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/89799_Capture.PNG" style="height: 239px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just copied and pasted from another qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 15:59:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-top-N-rows-in-table-box/m-p/837255#M997960</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2015-06-17T15:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Show top N rows in table box</title>
      <link>https://community.qlik.com/t5/QlikView/Show-top-N-rows-in-table-box/m-p/837256#M997962</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;use rank(sum(sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or in expression in asecnding max(dimension)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 03:48:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-top-N-rows-in-table-box/m-p/837256#M997962</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2015-06-18T03:48:14Z</dc:date>
    </item>
  </channel>
</rss>

