<?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: Qlik Sense Saas - Refresh App more than ever hour in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Saas-Refresh-App-more-than-ever-hour/m-p/1820210#M67237</link>
    <description>&lt;P&gt;Unfortunately, one hour is currently the shortest reload interval.&lt;/P&gt;&lt;P&gt;It's far from ideal, but one possible way around this limitation is to use Qlik Data Transfer to monitor a data folder and set your application to reload after the transfer occurs. You can push small QVDs to this folder every so often, which will in turn reload your app. Again, not ideal.. but it's one of the few options until Qlik improves the capability, which is said to be on the roadmap.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Don_Stocks__0-1625606460345.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58130i88BEBDFBCCCC75B7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Don_Stocks__0-1625606460345.png" alt="Don_Stocks__0-1625606460345.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;EDIT: Another option would be to trigger the reload through the API.&lt;/P&gt;</description>
    <pubDate>Tue, 06 Jul 2021 22:14:20 GMT</pubDate>
    <dc:creator>Don_Stocks_</dc:creator>
    <dc:date>2021-07-06T22:14:20Z</dc:date>
    <item>
      <title>Qlik Sense Saas - Refresh App more than ever hour</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Saas-Refresh-App-more-than-ever-hour/m-p/1820059#M67228</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am new to Qlik and I was wondering is there a way to refresh an app's data more than once every hour. Due to the nature of some of the reports we are wanting to use on our shop floor we are needing this to update every 2-5 minutes?&lt;/P&gt;&lt;P&gt;I k&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jul 2021 10:28:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Saas-Refresh-App-more-than-ever-hour/m-p/1820059#M67228</guid>
      <dc:creator>JordanGaw24</dc:creator>
      <dc:date>2021-07-06T10:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Saas - Refresh App more than ever hour</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Saas-Refresh-App-more-than-ever-hour/m-p/1820210#M67237</link>
      <description>&lt;P&gt;Unfortunately, one hour is currently the shortest reload interval.&lt;/P&gt;&lt;P&gt;It's far from ideal, but one possible way around this limitation is to use Qlik Data Transfer to monitor a data folder and set your application to reload after the transfer occurs. You can push small QVDs to this folder every so often, which will in turn reload your app. Again, not ideal.. but it's one of the few options until Qlik improves the capability, which is said to be on the roadmap.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Don_Stocks__0-1625606460345.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58130i88BEBDFBCCCC75B7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Don_Stocks__0-1625606460345.png" alt="Don_Stocks__0-1625606460345.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;EDIT: Another option would be to trigger the reload through the API.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jul 2021 22:14:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Saas-Refresh-App-more-than-ever-hour/m-p/1820210#M67237</guid>
      <dc:creator>Don_Stocks_</dc:creator>
      <dc:date>2021-07-06T22:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Saas - Refresh App more than ever hour</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Saas-Refresh-App-more-than-ever-hour/m-p/2507188#M104303</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/132638"&gt;@JordanGaw24&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;You can use the API to set the reload shorter that 1 hour.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Build the reload task - Get the reload task Id using&amp;nbsp;&lt;/P&gt;
&lt;P&gt;GET &amp;gt;&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://tenant.eu.qlikcloud.com/api/v1/reload-tasks" target="_blank"&gt;https://tenant.eu.qlikcloud.com/api/v1/reload-tasks&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Now do a POST&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://tenant.eu.qlikcloud.com/api/v1/reload-tasks/{TaskID}" target="_blank"&gt;https://tenant.eu.qlikcloud.com/api/v1/reload-tasks/{TaskID}&lt;/A&gt;&amp;nbsp;(Replace the TaskID with the actual Task ID)&amp;nbsp;&lt;BR /&gt;PostBody&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;SPAN&gt;"appId"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;"519989f5-36ff-473c-916d-bbed117fce5e"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;"partial"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;false&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;"timeZone"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;"Africa/Johannesburg"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;"autoReload"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;false&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;"recurrence"&lt;/SPAN&gt;&lt;SPAN&gt;:[&lt;/SPAN&gt;&lt;SPAN&gt;"RRULE:FREQ=MINUTELY;INTERVAL=30"&lt;/SPAN&gt;&lt;SPAN&gt;],&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;"endDateTime"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;"2050-10-12T23:59:00"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;"startDateTime"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;"2024-01-17T00:00:00"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;"autoReloadPartial"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;false&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;"type"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;"scheduled_reload"&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;This is a 30 min reload. I have tested this using 2 minutes as well. All Working&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;You can check out this link&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&lt;A href="https://qlik.dev/apis/rest/reload-tasks/" target="_blank"&gt;https://qlik.dev/apis/rest/reload-tasks/&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Regards Jandre&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 25 Feb 2025 07:33:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Saas-Refresh-App-more-than-ever-hour/m-p/2507188#M104303</guid>
      <dc:creator>JandreKillianRIC</dc:creator>
      <dc:date>2025-02-25T07:33:07Z</dc:date>
    </item>
  </channel>
</rss>

