<?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: Limit the number of rows initially displayed in a straight table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Limit-the-number-of-rows-initially-displayed-in-a-straight-table/m-p/524442#M195940</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Lily,&lt;/P&gt;&lt;P&gt;You can assign a variable to display n rows of data. You can default it to 100. Create an input box and whenever the user changes the value to say 300 that many rows will be displayed. &lt;/P&gt;&lt;P&gt;Another technique which is commonly used is not to show anything at all until certain specific selections are made (Calculation Condition). It has a huge impact on performance.&lt;/P&gt;&lt;P&gt;Because looking at the entire data may not be productive, so make them narrow down the selections based on business inputs on how they would use the chart for analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;AJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jan 2014 21:00:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-16T21:00:59Z</dc:date>
    <item>
      <title>Limit the number of rows initially displayed in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-the-number-of-rows-initially-displayed-in-a-straight-table/m-p/524439#M195937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to limit the number of rows initially displayed in a chart object? Currently, I have a straight table that loads thousands and thousands of records and is taking up time and memory. Is it possible to display the first 100 records and have a way for users to navigate to the next 100 and so forth? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I realize that the dimension limit can be set to restrict the number of values displayed, but this does not allow users to ever see the complete record set. Often times, users want to be able to export all records to Excel for further manipulation and not just the first 100.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Any help would be greatly appreciated. Thanks in advance!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 20:42:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-the-number-of-rows-initially-displayed-in-a-straight-table/m-p/524439#M195937</guid>
      <dc:creator />
      <dc:date>2014-01-16T20:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Limit the number of rows initially displayed in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-the-number-of-rows-initially-displayed-in-a-straight-table/m-p/524440#M195938</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;You can predefine selection of the first 100 rows by default and then the user can change it.&lt;/P&gt;&lt;P&gt;If export to Excel is the only reason you can use minimized/hidden object that should not consume much memory until is used.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 20:52:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-the-number-of-rows-initially-displayed-in-a-straight-table/m-p/524440#M195938</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2014-01-16T20:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Limit the number of rows initially displayed in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-the-number-of-rows-initially-displayed-in-a-straight-table/m-p/524441#M195939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use dimension limits, just set the value for the first # of rows to be a variable like vLimit. Then use either an input box or maybe a textbox to toggle between 100 and all records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 20:54:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-the-number-of-rows-initially-displayed-in-a-straight-table/m-p/524441#M195939</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-01-16T20:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Limit the number of rows initially displayed in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-the-number-of-rows-initially-displayed-in-a-straight-table/m-p/524442#M195940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Lily,&lt;/P&gt;&lt;P&gt;You can assign a variable to display n rows of data. You can default it to 100. Create an input box and whenever the user changes the value to say 300 that many rows will be displayed. &lt;/P&gt;&lt;P&gt;Another technique which is commonly used is not to show anything at all until certain specific selections are made (Calculation Condition). It has a huge impact on performance.&lt;/P&gt;&lt;P&gt;Because looking at the entire data may not be productive, so make them narrow down the selections based on business inputs on how they would use the chart for analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;AJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 21:00:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-the-number-of-rows-initially-displayed-in-a-straight-table/m-p/524442#M195940</guid>
      <dc:creator />
      <dc:date>2014-01-16T21:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Limit the number of rows initially displayed in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-the-number-of-rows-initially-displayed-in-a-straight-table/m-p/524443#M195941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please take a look at this qvw paging sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 21:07:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-the-number-of-rows-initially-displayed-in-a-straight-table/m-p/524443#M195941</guid>
      <dc:creator>agilos_mla</dc:creator>
      <dc:date>2014-01-16T21:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: Limit the number of rows initially displayed in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-the-number-of-rows-initially-displayed-in-a-straight-table/m-p/524444#M195942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is possible, but somewhat limited.&lt;/P&gt;&lt;P&gt;See attached.&amp;nbsp; There is table "Data", and next, in the script, I created field TableSortOrder.&amp;nbsp; Since it is in the script, it is predefined and can be changed in the script only.&amp;nbsp; Do not allow interactive sort either.&lt;/P&gt;&lt;P&gt;Page Size can be changed on the front end.&amp;nbsp; Added buttons to scroll between pages.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 21:24:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-the-number-of-rows-initially-displayed-in-a-straight-table/m-p/524444#M195942</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-16T21:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Limit the number of rows initially displayed in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-the-number-of-rows-initially-displayed-in-a-straight-table/m-p/524445#M195943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to provide interactive sorting with paging in qlikview table box&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 19:52:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-the-number-of-rows-initially-displayed-in-a-straight-table/m-p/524445#M195943</guid>
      <dc:creator />
      <dc:date>2014-02-21T19:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: Limit the number of rows initially displayed in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-the-number-of-rows-initially-displayed-in-a-straight-table/m-p/524446#M195944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael. From what I can see your solution will not work properly if the user makes selections, since the row numbers is in the data, which I think is what almost everyone looks for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to &lt;STRONG&gt;always&lt;/STRONG&gt; show a certain amount of rows, independently of the user's selections?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2014 17:40:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-the-number-of-rows-initially-displayed-in-a-straight-table/m-p/524446#M195944</guid>
      <dc:creator>isorinrusu</dc:creator>
      <dc:date>2014-12-22T17:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Limit the number of rows initially displayed in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-the-number-of-rows-initially-displayed-in-a-straight-table/m-p/524447#M195945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes - use "Max Number" in the presentation tab of the chart properties.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 20:48:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-the-number-of-rows-initially-displayed-in-a-straight-table/m-p/524447#M195945</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-05T20:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Limit the number of rows initially displayed in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-the-number-of-rows-initially-displayed-in-a-straight-table/m-p/524448#M195946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jeremiah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we achaive the same results with Multiple Dimension. With Multiple Dimension ""DIMENSION LIMIT "" does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advse if we can handle the row limit on straight table chart with MULTIPLE DIMENSION SAY MORE THAN 5 DIMSNION.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2017 09:08:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-the-number-of-rows-initially-displayed-in-a-straight-table/m-p/524448#M195946</guid>
      <dc:creator>aj0031724</dc:creator>
      <dc:date>2017-03-09T09:08:53Z</dc:date>
    </item>
  </channel>
</rss>

