<?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: Limiting 1000 rows in straight table. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Limiting-1000-rows-in-straight-table/m-p/1276701#M846467</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam, is there any other method to solve this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Mar 2017 10:46:41 GMT</pubDate>
    <dc:creator>pavansonu99</dc:creator>
    <dc:date>2017-03-24T10:46:41Z</dc:date>
    <item>
      <title>Limiting 1000 rows in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/Limiting-1000-rows-in-straight-table/m-p/1276694#M846460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have requirement like this &lt;/P&gt;&lt;P&gt;i have a dashboard which contains list box with countries and a stright table that should reflect details of countries &lt;/P&gt;&lt;P&gt;each countries have different number of rows . if we click on each country the details of the country should be displayed on straight table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have countries liike this&lt;/P&gt;&lt;P&gt;country&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; polulation&lt;/P&gt;&lt;P&gt;india&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 700000&lt;/P&gt;&lt;P&gt;japan&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 50000&lt;/P&gt;&lt;P&gt;kanya&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 90000&lt;/P&gt;&lt;P&gt;canada&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 40000&lt;/P&gt;&lt;P&gt;newyork&amp;nbsp;&amp;nbsp;&amp;nbsp; 5000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i click on any country i want to display first 1000 rows of each country&lt;/P&gt;&lt;P&gt;i have 14 dimensions and 11 expression in that 11 dimensions are hidden.&lt;/P&gt;&lt;P&gt;with dimension limits its not working&lt;/P&gt;&lt;P&gt;i have used this expression in all 11 expression definitions ---&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt; if(rowno(total)&amp;lt;=1000,dimension)&amp;nbsp; &lt;/STRONG&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;hear i am getting 1000 rows but for country india i has 700000 records&amp;nbsp; &lt;SPAN style="color: #ff6600;"&gt;&lt;EM&gt;"Object out of Memory"&lt;/EM&gt;&lt;/SPAN&gt; error is displaying &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can some help how to solve this , is there any expression that i can write in calculated dimension to get 1000 rows or&amp;nbsp; come out f this error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limiting-1000-rows-in-straight-table/m-p/1276694#M846460</guid>
      <dc:creator>pavansonu99</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting 1000 rows in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/Limiting-1000-rows-in-straight-table/m-p/1276695#M846461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you just add rowno as an expression (but hide it) and then use that in your dimension limit?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 10:30:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limiting-1000-rows-in-straight-table/m-p/1276695#M846461</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-03-24T10:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting 1000 rows in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/Limiting-1000-rows-in-straight-table/m-p/1276696#M846462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried this&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="sccc.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/157502_sccc.JPG" style="height: 541px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 10:31:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limiting-1000-rows-in-straight-table/m-p/1276696#M846462</guid>
      <dc:creator>raajaswin</dc:creator>
      <dc:date>2017-03-24T10:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting 1000 rows in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/Limiting-1000-rows-in-straight-table/m-p/1276697#M846463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there you cant set 1000 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even you set 1000 it will display only 100 rows&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 10:32:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limiting-1000-rows-in-straight-table/m-p/1276697#M846463</guid>
      <dc:creator>pavansonu99</dc:creator>
      <dc:date>2017-03-24T10:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting 1000 rows in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/Limiting-1000-rows-in-straight-table/m-p/1276698#M846464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yo its its max 100. oopss&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 10:35:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limiting-1000-rows-in-straight-table/m-p/1276698#M846464</guid>
      <dc:creator>raajaswin</dc:creator>
      <dc:date>2017-03-24T10:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting 1000 rows in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/Limiting-1000-rows-in-straight-table/m-p/1276699#M846465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no need to add expression what o said 1000 rows are working with mentioned expression but for country india i am getting &lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff6600;"&gt;"Object out of Memory"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff6600;"&gt;i am asking any expression that i can write in calculated dimension or any idea to &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;come out f this error.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 10:37:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limiting-1000-rows-in-straight-table/m-p/1276699#M846465</guid>
      <dc:creator>pavansonu99</dc:creator>
      <dc:date>2017-03-24T10:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting 1000 rows in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/Limiting-1000-rows-in-straight-table/m-p/1276700#M846466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It'll be the if statement basically, qlik and if statements aren't a great mix with large numbers of rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having a play and seeing what I can come up with &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 10:42:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limiting-1000-rows-in-straight-table/m-p/1276700#M846466</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-03-24T10:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting 1000 rows in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/Limiting-1000-rows-in-straight-table/m-p/1276701#M846467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam, is there any other method to solve this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 10:46:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limiting-1000-rows-in-straight-table/m-p/1276701#M846467</guid>
      <dc:creator>pavansonu99</dc:creator>
      <dc:date>2017-03-24T10:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting 1000 rows in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/Limiting-1000-rows-in-straight-table/m-p/1276702#M846468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me how to solve the error "Out of Object memory"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 11:14:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limiting-1000-rows-in-straight-table/m-p/1276702#M846468</guid>
      <dc:creator>pavansonu99</dc:creator>
      <dc:date>2017-03-24T11:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting 1000 rows in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/Limiting-1000-rows-in-straight-table/m-p/1276703#M846469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok this may or may not work....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;New expression called check&amp;nbsp; if(rowno(total)&amp;lt;=1000,1)&lt;/P&gt;&lt;P&gt;On the presentation tab you can set this to hidden.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then for your expressions use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(check,expression)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I *think* this will reduce the overhead you're getting from using the if statement on every row but I don't know how Qlik calculates that well, you'd need one of the heavy hitters on here to go into more detail probably&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 12:47:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limiting-1000-rows-in-straight-table/m-p/1276703#M846469</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-03-24T12:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting 1000 rows in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/Limiting-1000-rows-in-straight-table/m-p/1276704#M846470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If i do like this i will become multiple if condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think then the load will be more.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 13:25:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limiting-1000-rows-in-straight-table/m-p/1276704#M846470</guid>
      <dc:creator>pavansonu99</dc:creator>
      <dc:date>2017-03-24T13:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting 1000 rows in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/Limiting-1000-rows-in-straight-table/m-p/1276705#M846471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then I am not understanding your scenario I am afraid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'll need to share an example to make the problem clearer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 13:28:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limiting-1000-rows-in-straight-table/m-p/1276705#M846471</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-03-24T13:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting 1000 rows in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/Limiting-1000-rows-in-straight-table/m-p/1276706#M846472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have shared my scenario in question with some values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any expression that i can write in calculated dimension to get 1000 records &lt;/P&gt;&lt;P&gt;or i can come over the error "Out Of Object Memory" while getting 1000 records from 700000 rows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 13:35:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limiting-1000-rows-in-straight-table/m-p/1276706#M846472</guid>
      <dc:creator>pavansonu99</dc:creator>
      <dc:date>2017-03-24T13:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting 1000 rows in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/Limiting-1000-rows-in-straight-table/m-p/1276707#M846473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and I've shared my solution to the question posed, however I think the typo in your post has confused the situation&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;i have used this expression in all 11 &lt;STRONG style="text-decoration: line-through;"&gt;expression&lt;/STRONG&gt; dimension definitions ---&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;if(rowno(total)&amp;lt;=1000,dimension) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 13:41:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limiting-1000-rows-in-straight-table/m-p/1276707#M846473</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-03-24T13:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting 1000 rows in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/Limiting-1000-rows-in-straight-table/m-p/1276708#M846474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is much confusing in this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i said i am using 11 expressions in my table in all the expressions i am using the above if condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt; &lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-size: 12px; font-family: inherit; color: #3d3d3d; background-color: #f2f2f2;"&gt;if(rowno(total)&amp;lt;=1000,dimension) as i said i have 14 dimensions i am using those dimension names in the if condition.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 13:45:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limiting-1000-rows-in-straight-table/m-p/1276708#M846474</guid>
      <dc:creator>pavansonu99</dc:creator>
      <dc:date>2017-03-24T13:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting 1000 rows in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/Limiting-1000-rows-in-straight-table/m-p/1276709#M846475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok makes sense, I am out of ideas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 13:47:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limiting-1000-rows-in-straight-table/m-p/1276709#M846475</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-03-24T13:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting 1000 rows in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/Limiting-1000-rows-in-straight-table/m-p/1276710#M846476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam leave the scenario &lt;/P&gt;&lt;P&gt;let me tell &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;is there any expression that i can write in calculated dimension to get 1000 records&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 13:50:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limiting-1000-rows-in-straight-table/m-p/1276710#M846476</guid>
      <dc:creator>pavansonu99</dc:creator>
      <dc:date>2017-03-24T13:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting 1000 rows in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/Limiting-1000-rows-in-straight-table/m-p/1276711#M846477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;1) ValueLoop(1,1000)&lt;/P&gt;&lt;P&gt;2) ValueList('Name1','Name2','Name3','Name4',.....)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- ANIL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 14:01:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limiting-1000-rows-in-straight-table/m-p/1276711#M846477</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-03-24T14:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting 1000 rows in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/Limiting-1000-rows-in-straight-table/m-p/1276712#M846478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi anil not values from 1-1000 i have values in dimensions that values i want to show first 1000 records.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 14:05:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limiting-1000-rows-in-straight-table/m-p/1276712#M846478</guid>
      <dc:creator>pavansonu99</dc:creator>
      <dc:date>2017-03-24T14:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting 1000 rows in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/Limiting-1000-rows-in-straight-table/m-p/1276713#M846479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) We have option Dimension limits you can take First 1000&lt;/P&gt;&lt;P&gt;2) Or use rank in expression like&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=aggr(if(Rank(Sum(Sales))&amp;lt;=1000,Sum(Sales)),Dimension)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 14:09:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limiting-1000-rows-in-straight-table/m-p/1276713#M846479</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-03-24T14:09:38Z</dc:date>
    </item>
  </channel>
</rss>

