<?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 to get more than 1000 rows in qHypercube -&amp;amp;gt; qDataPages in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-more-than-1000-rows-in-qHypercube-amp-gt-qDataPages/m-p/2140305#M19536</link>
    <description>&lt;P&gt;If you change InitialProperties in extension already placed on the sheet, you must "replace" old visualization with updated extension - even if it's the same name.&lt;/P&gt;
&lt;P&gt;So in edit mode drag your extension with updated InitialProperties and drop on already placed visualization on the sheet.&lt;/P&gt;</description>
    <pubDate>Wed, 22 Nov 2023 12:47:01 GMT</pubDate>
    <dc:creator>Adam_Romanowski</dc:creator>
    <dc:date>2023-11-22T12:47:01Z</dc:date>
    <item>
      <title>How to get more than 1000 rows in qHypercube -&amp;gt; qDataPages</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-more-than-1000-rows-in-qHypercube-amp-gt-qDataPages/m-p/2139430#M19520</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I am trying to build a button extension to get excel export of multiple tables into single excel using object ID's.&lt;/P&gt;
&lt;P&gt;I am taking input as ObjectID, and in backend JS using below code to&amp;nbsp;create a qlik Table object -&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;var app =&amp;nbsp; qlik.openApp( appName, config);&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;app.getObject("QV01",objIdE).then( function( object ) { &lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;var qTable = qlik.table(object);&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;console.log(qTable);&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;}&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On the console, when I traverts to qDataPages , I can able to see 1000 rows of data there ,but My table is having more than 1000 records.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;qSize is giving me correct size i.e &lt;SPAN class="name own-property" title="qHyperCube.qSize"&gt;qSize&lt;/SPAN&gt;&lt;SPAN class="separator"&gt;: &lt;/SPAN&gt;&lt;SPAN class="object-value-object value" title="Object"&gt;&lt;SPAN class="object-properties-preview"&gt;{&lt;SPAN class="name"&gt;qcx&lt;/SPAN&gt;:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="object-value-number"&gt;2&lt;/SPAN&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="name"&gt;qcy&lt;/SPAN&gt;:&lt;SPAN&gt;&amp;nbsp;1647&lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I searched about it and find few recommendations to adjust the InitialProperties . I have given qWidth :4 and qHeight 2500 there, still no luck.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And Secondly , if I try to implement it with backendAPI functions mentioned in documentation, i am not able to associate proper &lt;EM&gt;this&lt;/EM&gt; reference , because the main object is Button and not the table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please help how can I get more than 1000 rows.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2023 14:42:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-more-than-1000-rows-in-qHypercube-amp-gt-qDataPages/m-p/2139430#M19520</guid>
      <dc:creator>rohanas1701</dc:creator>
      <dc:date>2023-11-20T14:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to get more than 1000 rows in qHypercube -&amp;gt; qDataPages</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-more-than-1000-rows-in-qHypercube-amp-gt-qDataPages/m-p/2139439#M19521</link>
      <description>&lt;P&gt;There is a limit of 10.000 cells, you will need to paginate, see&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense-developer/August2023/Subsystems/APIs/Content/Sense_ClientAPIs/CapabilityAPIs/TableAPI/getMoreData-method.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/August2023/Subsystems/APIs/Content/Sense_ClientAPIs/CapabilityAPIs/TableAPI/getMoreData-method.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2023 15:15:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-more-than-1000-rows-in-qHypercube-amp-gt-qDataPages/m-p/2139439#M19521</guid>
      <dc:creator>vincent_ardiet_</dc:creator>
      <dc:date>2023-11-20T15:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to get more than 1000 rows in qHypercube -&amp;gt; qDataPages</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-more-than-1000-rows-in-qHypercube-amp-gt-qDataPages/m-p/2140205#M19529</link>
      <description>&lt;P&gt;Could you please help with sample code. The documentation is not very explanatory.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 09:47:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-more-than-1000-rows-in-qHypercube-amp-gt-qDataPages/m-p/2140205#M19529</guid>
      <dc:creator>rohanas1701</dc:creator>
      <dc:date>2023-11-22T09:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to get more than 1000 rows in qHypercube -&amp;gt; qDataPages</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-more-than-1000-rows-in-qHypercube-amp-gt-qDataPages/m-p/2140210#M19531</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Please follow the below link.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://qlik.dev/extend/build-extension/get-additional-data" target="_blank"&gt;https://qlik.dev/extend/build-extension/get-additional-data&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 09:57:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-more-than-1000-rows-in-qHypercube-amp-gt-qDataPages/m-p/2140210#M19531</guid>
      <dc:creator>ajaykakkar93</dc:creator>
      <dc:date>2023-11-22T09:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to get more than 1000 rows in qHypercube -&amp;gt; qDataPages</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-more-than-1000-rows-in-qHypercube-amp-gt-qDataPages/m-p/2140297#M19535</link>
      <description>&lt;P&gt;Hi Ajay,&lt;/P&gt;
&lt;P&gt;I tried this method, but it only works if my extension object itself is a table (self).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In my case, i am building a button which passes the list of table object id's and with that , it fetches the records. Hence ,there i cant use self.backendApi (bcoz in my case, self is button and not table)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 12:32:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-more-than-1000-rows-in-qHypercube-amp-gt-qDataPages/m-p/2140297#M19535</guid>
      <dc:creator>rohanas1701</dc:creator>
      <dc:date>2023-11-22T12:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to get more than 1000 rows in qHypercube -&amp;gt; qDataPages</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-more-than-1000-rows-in-qHypercube-amp-gt-qDataPages/m-p/2140305#M19536</link>
      <description>&lt;P&gt;If you change InitialProperties in extension already placed on the sheet, you must "replace" old visualization with updated extension - even if it's the same name.&lt;/P&gt;
&lt;P&gt;So in edit mode drag your extension with updated InitialProperties and drop on already placed visualization on the sheet.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 12:47:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-more-than-1000-rows-in-qHypercube-amp-gt-qDataPages/m-p/2140305#M19536</guid>
      <dc:creator>Adam_Romanowski</dc:creator>
      <dc:date>2023-11-22T12:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to get more than 1000 rows in qHypercube -&amp;gt; qDataPages</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-more-than-1000-rows-in-qHypercube-amp-gt-qDataPages/m-p/2140562#M19537</link>
      <description>&lt;P&gt;Ok, Tell me your entire usecase, this isn't the full usecase. i may be able to help you&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2023 01:02:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-more-than-1000-rows-in-qHypercube-amp-gt-qDataPages/m-p/2140562#M19537</guid>
      <dc:creator>ajaykakkar93</dc:creator>
      <dc:date>2023-11-23T01:02:35Z</dc:date>
    </item>
  </channel>
</rss>

