<?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 Simple question: Why max 40 rows in my Extension? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Simple-question-Why-max-40-rows-in-my-Extension/m-p/242951#M1240223</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx. That works fot me also, but with max &lt;SPAN style="color: #800000; font-family: courier new,courier;"&gt;PageHeight="400". If I specify 500 - I got zero rows. My question where I see example which goes through the next data pages with &lt;/SPAN&gt;&lt;A&gt;QvaPublic.DataPage object&lt;/A&gt;&lt;SPAN style="color: #800000; font-family: courier new,courier;"&gt;?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-family: courier new,courier;"&gt;TIA,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-family: courier new,courier;"&gt;Vladimir&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Apr 2012 12:15:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-04-04T12:15:35Z</dc:date>
    <item>
      <title>Simple question: Why max 40 rows in my Extension?</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-question-Why-max-40-rows-in-my-Extension/m-p/242946#M1240211</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;BR /&gt;I have tested this issue with several simple self made extensions and I get the same result all the time. So I must be doing something fundamentally wrong...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The script looks like this (Yeah, very simple...)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff; font-family: courier new,courier;"&gt; Qva.AddExtension("SimpleTest", function () &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff; font-family: courier new,courier;"&gt; { &lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;SPAN style="color: #3366ff; font-family: courier new,courier;"&gt; alert(this.Data.Rows.length);&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;SPAN style="color: #3366ff; font-family: courier new,courier;"&gt; });&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;The Definition.xml looks like this:&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-family: courier new,courier;"&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #800000; font-family: courier new,courier;"&gt; &amp;lt;ExtensionObject Label="SimpleTest" Description="SimpleTest"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #800000; font-family: courier new,courier;"&gt;&amp;lt;/ExtensionObject&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I create a new QV document, load it with inline data which contains at least 200 rows of information.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I add my extension "SimpleTest" and connect it to one&amp;nbsp; my dimension&amp;nbsp; and add an simple expression like sum(Key).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I activate (webmode enable/disable) the extension&amp;nbsp; - and I get a message box saying I have 40 rows.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I always get max 40 rows from my extension, even though it definetely should contain more than 40 rows.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;How can I extend my extension to handle more than 40 rows of data??&lt;/P&gt;&lt;P&gt;Attached is an ready example...&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-question-Why-max-40-rows-in-my-Extension/m-p/242946#M1240211</guid>
      <dc:creator>RSvebeck</dc:creator>
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Simple question: Why max 40 rows in my Extension?</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-question-Why-max-40-rows-in-my-Extension/m-p/242947#M1240215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try that in your definition.xml:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-family: courier new,courier;"&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #800000; font-family: courier new,courier;"&gt;&amp;lt;ExtensionObject Label="SimpleTest" Description="SimpleTest" PageHeight="1234"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #800000; font-family: courier new,courier;"&gt;&amp;lt;/ExtensionObject&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-family: courier new,courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2012 13:28:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-question-Why-max-40-rows-in-my-Extension/m-p/242947#M1240215</guid>
      <dc:creator />
      <dc:date>2012-02-01T13:28:37Z</dc:date>
    </item>
    <item>
      <title>Simple question: Why max 40 rows in my Extension?</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-question-Why-max-40-rows-in-my-Extension/m-p/242948#M1240218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi. Yup that did the trick! Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2012 13:33:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-question-Why-max-40-rows-in-my-Extension/m-p/242948#M1240218</guid>
      <dc:creator>RSvebeck</dc:creator>
      <dc:date>2012-02-01T13:33:22Z</dc:date>
    </item>
    <item>
      <title>Simple question: Why max 40 rows in my Extension?</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-question-Why-max-40-rows-in-my-Extension/m-p/242949#M1240221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Btw - where can I find a description of all settings and possibilities in the definition file? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2012 13:39:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-question-Why-max-40-rows-in-my-Extension/m-p/242949#M1240221</guid>
      <dc:creator>RSvebeck</dc:creator>
      <dc:date>2012-02-01T13:39:59Z</dc:date>
    </item>
    <item>
      <title>Simple question: Why max 40 rows in my Extension?</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-question-Why-max-40-rows-in-my-Extension/m-p/242950#M1240222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/message/171123#171123"&gt;http://community.qlik.com/message/171123&lt;/A&gt;&lt;SPAN&gt; is the most complete document about the definition.xml file content, and it is not even part of the sdk......&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2012 13:43:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-question-Why-max-40-rows-in-my-Extension/m-p/242950#M1240222</guid>
      <dc:creator />
      <dc:date>2012-02-01T13:43:23Z</dc:date>
    </item>
    <item>
      <title>Simple question: Why max 40 rows in my Extension?</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-question-Why-max-40-rows-in-my-Extension/m-p/242951#M1240223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx. That works fot me also, but with max &lt;SPAN style="color: #800000; font-family: courier new,courier;"&gt;PageHeight="400". If I specify 500 - I got zero rows. My question where I see example which goes through the next data pages with &lt;/SPAN&gt;&lt;A&gt;QvaPublic.DataPage object&lt;/A&gt;&lt;SPAN style="color: #800000; font-family: courier new,courier;"&gt;?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-family: courier new,courier;"&gt;TIA,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-family: courier new,courier;"&gt;Vladimir&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 12:15:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-question-Why-max-40-rows-in-my-Extension/m-p/242951#M1240223</guid>
      <dc:creator />
      <dc:date>2012-04-04T12:15:35Z</dc:date>
    </item>
  </channel>
</rss>

