<?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 getData() method row limit in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/getData-method-row-limit/m-p/2003813#M17569</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hi all, &lt;BR /&gt;I am using the Field API getData() method to gather all rows of a field likse this:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;const myField = app.field("myField").getData({rows: 10000});
myField.OnData.bind(() =&amp;gt; {
   //do something
});&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;However I have more than 10000 entries in my Field and getData seems to&amp;nbsp; have a limit of 10000 even when I change rows to a higher number. The getMoreData() exists but the documentation to that method is very very minimal. Is there any workaround to this problem?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 13 Nov 2022 09:25:06 GMT</pubDate>
    <dc:creator>sellison</dc:creator>
    <dc:date>2022-11-13T09:25:06Z</dc:date>
    <item>
      <title>getData() method row limit</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/getData-method-row-limit/m-p/2003813#M17569</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi all, &lt;BR /&gt;I am using the Field API getData() method to gather all rows of a field likse this:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;const myField = app.field("myField").getData({rows: 10000});
myField.OnData.bind(() =&amp;gt; {
   //do something
});&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;However I have more than 10000 entries in my Field and getData seems to&amp;nbsp; have a limit of 10000 even when I change rows to a higher number. The getMoreData() exists but the documentation to that method is very very minimal. Is there any workaround to this problem?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Nov 2022 09:25:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/getData-method-row-limit/m-p/2003813#M17569</guid>
      <dc:creator>sellison</dc:creator>
      <dc:date>2022-11-13T09:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: getData() method row limit</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/getData-method-row-limit/m-p/2003971#M17572</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/206755"&gt;@sellison&lt;/a&gt;&amp;nbsp;when you go to get data from Qlik you have to deal with hypercube and limit of 10.000 cells.&lt;/P&gt;&lt;P&gt;For solved this one you have to perform different calls for getting al the data pages. I usually create a ListBox for getting all the values of a field and then loop over all possible data.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Integration-Extension-APIs/Get-all-the-Possbile-values-of-a-Field-in-QlikSense-Extension/m-p/2001298/highlight/true#M17515" target="_self"&gt;Here&lt;/A&gt; you can find an example&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2022 08:44:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/getData-method-row-limit/m-p/2003971#M17572</guid>
      <dc:creator>alex_colombo</dc:creator>
      <dc:date>2022-11-14T08:44:42Z</dc:date>
    </item>
  </channel>
</rss>

