Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Dipti123
Contributor III
Contributor III

single control model containing buttons to reload other models

They expected that reloading the main model would automatically include the filters, without needing two separate uploads.
Their idea was to have a single control model containing buttons to reload other models (e.g., ReportBuilder, Ordinato, Fatturato), so that a user in Krino can reload any model manually when needed — without using triggers or automation.

Now, I’m trying to understand the best and most practical way to implement this in Qlik Sense —
➡️ Is it possible to trigger the reload of other apps using buttons inside a Qlik Sense app (via REST API or another method)?
➡️ Or is there a simpler alternative that fits this requirement better?

Any suggestions or best practices would be really helpful.

Thanks in advance!

3 Replies
stevedark
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi @Dipti123 

If you are using Sense Cloud then you should be able to create an automation that kicks off a reload and then call this from a button or link a table, or by using a REST connector in the reload of an application.

This blog post gives more details on how to set up the connector and make it work:

https://www.quickintelligence.co.uk/start-a-qlik-sense-cloud-reload-from-a-webhook/

Hope that is helpful.

Steve

Dipti123
Contributor III
Contributor III
Author

Thank you @stevedark 
but Im using Qlik sense enterprise .where non-admin user can't reload task or data .
Am i right or we can do that ?

Thank You 
Dipti

 

stevedark
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi @Dipti123 

I've not had to do this on Qlik Sense Client Manged, as most of my clients are now on Qlik Cloud and Client Managed has quite a comprehensive set of triggers.

This page seems to give information on triggering reloads from an API (which I guess can be called using the REST connector):

https://help.qlik.com/en-US/sense-developer/November2025/Subsystems/RepositoryServiceAPI/Content/Sen...

I found this link from this post by @Andre_Sostizzo which has more context and other links:

https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Run-reload-tasks-in-QMC-using-API...

The article by @Lisa_Sun that is linked from that article looks particularly useful.

Hope that helps.

Steve