<?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 Caching Issue on Repeated Requests – Help with Advanced Analytics Connection in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Caching-Issue-on-Repeated-Requests-Help-with-Advanced-Analytics/m-p/2515082#M22094</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hi everyone,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I’m currently working on a dashboard that uses Advanced Analytics integration in Qlik to connect to a server where we compute specific indexes that will be later on be selected by Qlik. Everything is working fine in general, but we’ve encountered an issue and would appreciate some help or suggestions.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I think the problem is that when we perform the same search/query more than once, Qlik sometimes uses cached results instead of sending a fresh request to the server (Do you know if it is the case?). This is causing issues because we need the values to be recalculated each time — they can change even if the inputs don’t.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This is the first time we’re implementing this kind of setup, so we might be missing something in the configuration or best practices.&lt;BR /&gt;&lt;BR /&gt;Attached there is a screenshot of my connection setup for reference.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Is there a way to force Qlik to always perform the request again and not rely on cached results?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Any pointers on how caching works with advanced analytics connections would also be really helpful.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks in advance!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Apr 2025 09:54:05 GMT</pubDate>
    <dc:creator>cristinaaguilera</dc:creator>
    <dc:date>2025-04-22T09:54:05Z</dc:date>
    <item>
      <title>Caching Issue on Repeated Requests – Help with Advanced Analytics Connection</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Caching-Issue-on-Repeated-Requests-Help-with-Advanced-Analytics/m-p/2515082#M22094</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi everyone,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I’m currently working on a dashboard that uses Advanced Analytics integration in Qlik to connect to a server where we compute specific indexes that will be later on be selected by Qlik. Everything is working fine in general, but we’ve encountered an issue and would appreciate some help or suggestions.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I think the problem is that when we perform the same search/query more than once, Qlik sometimes uses cached results instead of sending a fresh request to the server (Do you know if it is the case?). This is causing issues because we need the values to be recalculated each time — they can change even if the inputs don’t.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This is the first time we’re implementing this kind of setup, so we might be missing something in the configuration or best practices.&lt;BR /&gt;&lt;BR /&gt;Attached there is a screenshot of my connection setup for reference.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Is there a way to force Qlik to always perform the request again and not rely on cached results?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Any pointers on how caching works with advanced analytics connections would also be really helpful.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks in advance!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2025 09:54:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Caching-Issue-on-Repeated-Requests-Help-with-Advanced-Analytics/m-p/2515082#M22094</guid>
      <dc:creator>cristinaaguilera</dc:creator>
      <dc:date>2025-04-22T09:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Caching Issue on Repeated Requests – Help with Advanced Analytics Connection</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Caching-Issue-on-Repeated-Requests-Help-with-Advanced-Analytics/m-p/2515256#M22096</link>
      <description>&lt;P&gt;Try using the key-value pair of&amp;nbsp;&lt;STRONG&gt;ShouldCache&lt;/STRONG&gt; and set to&amp;nbsp;&lt;STRONG&gt;False&lt;/STRONG&gt;. Example:&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;
endpoints.ScriptEvalStr('{"RequestType":"endpoint", "ShouldCache":"False", "endpoint":{"connectionname":":Get Groups", "parameters": {"request.parameters.filter" :"(subject co \"$(vUserSub)\")"}}}')
&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2025 16:49:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Caching-Issue-on-Repeated-Requests-Help-with-Advanced-Analytics/m-p/2515256#M22096</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2025-04-22T16:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Caching Issue on Repeated Requests – Help with Advanced Analytics Connection</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Caching-Issue-on-Repeated-Requests-Help-with-Advanced-Analytics/m-p/2515443#M22108</link>
      <description>&lt;P&gt;Thanks a lot, &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/47469"&gt;@Levi_Turner&lt;/a&gt;!&lt;BR /&gt;Adding "ShouldCache": "False" to the request did the trick — it's now working exactly as expected. Really appreciate the clear example too, that helped us implement it quickly.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 12:13:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Caching-Issue-on-Repeated-Requests-Help-with-Advanced-Analytics/m-p/2515443#M22108</guid>
      <dc:creator>cristinaaguilera</dc:creator>
      <dc:date>2025-04-23T12:13:14Z</dc:date>
    </item>
  </channel>
</rss>

