<?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: Extensions - recommended way of loading all data into extension in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Extensions-recommended-way-of-loading-all-data-into-extension/m-p/1937333#M16869</link>
    <description>&lt;P&gt;in case anyone was looking for something similar, i eventually got some more time to look at this today and solved it in a very similar way to here (using a while loop rather than a for cause i'm lazy)&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Integration-Extension-APIs/Building-a-JavaScript-array-by-paging-through-HyperCube-pages-in/td-p/1837896" target="_blank"&gt;Solved: Building a JavaScript array by paging through Hype... - Qlik Community - 1837896 &amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;setting the below so that it returned more than two promises was key many thanks to&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/149946"&gt;@frankpacker_AoD&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;this&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;backendApi&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;setCacheOptions&lt;/SPAN&gt;&lt;SPAN&gt;({&lt;/SPAN&gt;&lt;SPAN&gt;enabled&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;false&lt;/SPAN&gt;&lt;SPAN&gt;});&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 30 May 2022 15:29:53 GMT</pubDate>
    <dc:creator>dwqlik82</dc:creator>
    <dc:date>2022-05-30T15:29:53Z</dc:date>
    <item>
      <title>Extensions - recommended way of loading all data into extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Extensions-recommended-way-of-loading-all-data-into-extension/m-p/1912713#M16553</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am probably being a bit dense but is there a recommended way to get all rows from the data model beyond the initial load before rendering? Use case requires all the data to be there before calculation but the information in the documentation seems to be more around loading and rendering building up gradually but that wouldnt work in my case.&lt;/P&gt;
&lt;P&gt;It may be that i'm not quite grasping the concept in the documentation but if anyone knows of some sample code or even an extension on Qlik Garden that implements it in a similar way that would be very much appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks,&lt;/P&gt;
&lt;P&gt;Dale&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 18:28:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Extensions-recommended-way-of-loading-all-data-into-extension/m-p/1912713#M16553</guid>
      <dc:creator>dwqlik82</dc:creator>
      <dc:date>2022-03-31T18:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Extensions - recommended way of loading all data into extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Extensions-recommended-way-of-loading-all-data-into-extension/m-p/1912736#M16554</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/37466"&gt;@dwqlik82&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I may be misunderstanding your issue, but I've linked two concepts below which may help you with preloading data in an app:&lt;/P&gt;
&lt;P&gt;Cache Warming:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://adminplaybook.qlik-poc.com/docs/tooling/cache_warming.html" target="_blank"&gt;https://adminplaybook.qlik-poc.com/docs/tooling/cache_warming.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Resident Load:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/February2022/Subsystems/Hub/Content/Sense_Hub/Scripting/load-data-from-previously-loaded-table.htm#:~:text=Intervalmatch-,Resident%20LOAD,date%20or%20numeric%20value%20handling" target="_blank"&gt;https://help.qlik.com/en-US/sense/February2022/Subsystems/Hub/Content/Sense_Hub/Scripting/load-data-from-previously-loaded-table.htm#:~:text=Intervalmatch-,Resident%20LOAD,date%20or%20numeric%20value%20handling&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 19:34:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Extensions-recommended-way-of-loading-all-data-into-extension/m-p/1912736#M16554</guid>
      <dc:creator>AJ_Ruggiero</dc:creator>
      <dc:date>2022-03-31T19:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Extensions - recommended way of loading all data into extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Extensions-recommended-way-of-loading-all-data-into-extension/m-p/1912785#M16556</link>
      <description>&lt;P&gt;Hi, sorry rereading my post I wasn't very clear, the question is about loading all data into a custom visualisation if the number of cells is bigger than that max 10000 set in the initial load. The documentation reads more as building the visualisation as each page of data comes in, however I need to have the whole dataset before I can do the calculations I need.&amp;nbsp; I can always check to see whether the rowcount exceeds the limit and flash up a warning but would prefer to handle it slightly better&lt;/P&gt;
&lt;P&gt;Ta&lt;/P&gt;
&lt;P&gt;Dale&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 20:38:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Extensions-recommended-way-of-loading-all-data-into-extension/m-p/1912785#M16556</guid>
      <dc:creator>dwqlik82</dc:creator>
      <dc:date>2022-03-31T20:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Extensions - recommended way of loading all data into extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Extensions-recommended-way-of-loading-all-data-into-extension/m-p/1937333#M16869</link>
      <description>&lt;P&gt;in case anyone was looking for something similar, i eventually got some more time to look at this today and solved it in a very similar way to here (using a while loop rather than a for cause i'm lazy)&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Integration-Extension-APIs/Building-a-JavaScript-array-by-paging-through-HyperCube-pages-in/td-p/1837896" target="_blank"&gt;Solved: Building a JavaScript array by paging through Hype... - Qlik Community - 1837896 &amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;setting the below so that it returned more than two promises was key many thanks to&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/149946"&gt;@frankpacker_AoD&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;this&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;backendApi&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;setCacheOptions&lt;/SPAN&gt;&lt;SPAN&gt;({&lt;/SPAN&gt;&lt;SPAN&gt;enabled&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;false&lt;/SPAN&gt;&lt;SPAN&gt;});&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2022 15:29:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Extensions-recommended-way-of-loading-all-data-into-extension/m-p/1937333#M16869</guid>
      <dc:creator>dwqlik82</dc:creator>
      <dc:date>2022-05-30T15:29:53Z</dc:date>
    </item>
  </channel>
</rss>

