<?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: How can I retrieve data for an extension object in several chunks? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-can-I-retrieve-data-for-an-extension-object-in-several/m-p/794094#M1233921</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So normally the page of data that is exposed to the extension is defined in the definition.xml file through a pageheight value. If no value is present it will default to 20 rows I believe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, you can also control this and which pages to fetch. This is some psuedo code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14276709710891803" jivemacro_uid="_14276709710891803" modifiedtitle="true"&gt;
&lt;P&gt;//Set your initial PageSize.&lt;/P&gt;
&lt;P&gt;this.Data.SetPagesizeY( 2000 );&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;//cache the Data class.&lt;/P&gt;
&lt;P&gt;var data = this.Data&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;//Click the extension and call SetOffset(page). This should cause a re-render of the extension.&lt;/P&gt;
&lt;P&gt;$(this.Element).on('click', function() {&lt;/P&gt;
&lt;P&gt; data.SetOffset({ y: data.PageOffset.y + data.PageSize.y, x: data.PageOffset.x });&lt;/P&gt;
&lt;P&gt;})&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is also a sample extension which demonstrates paging.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 29 Mar 2015 23:29:22 GMT</pubDate>
    <dc:creator>Alexander_Thor</dc:creator>
    <dc:date>2015-03-29T23:29:22Z</dc:date>
    <item>
      <title>How can I retrieve data for an extension object in several chunks?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-retrieve-data-for-an-extension-object-in-several/m-p/794093#M1233919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have the same problem.&lt;/P&gt;&lt;P&gt;did you find a solution for that ?&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/How-can-I-retrieve-data-for-an-extension-object-in-several/m-p/794093#M1233919</guid>
      <dc:creator />
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: How can I retrieve data for an extension object in several chunks?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-retrieve-data-for-an-extension-object-in-several/m-p/794094#M1233921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So normally the page of data that is exposed to the extension is defined in the definition.xml file through a pageheight value. If no value is present it will default to 20 rows I believe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, you can also control this and which pages to fetch. This is some psuedo code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14276709710891803" jivemacro_uid="_14276709710891803" modifiedtitle="true"&gt;
&lt;P&gt;//Set your initial PageSize.&lt;/P&gt;
&lt;P&gt;this.Data.SetPagesizeY( 2000 );&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;//cache the Data class.&lt;/P&gt;
&lt;P&gt;var data = this.Data&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;//Click the extension and call SetOffset(page). This should cause a re-render of the extension.&lt;/P&gt;
&lt;P&gt;$(this.Element).on('click', function() {&lt;/P&gt;
&lt;P&gt; data.SetOffset({ y: data.PageOffset.y + data.PageSize.y, x: data.PageOffset.x });&lt;/P&gt;
&lt;P&gt;})&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is also a sample extension which demonstrates paging.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Mar 2015 23:29:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-retrieve-data-for-an-extension-object-in-several/m-p/794094#M1233921</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2015-03-29T23:29:22Z</dc:date>
    </item>
  </channel>
</rss>

