Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
Wanted to run another application on the button click of another Qliksense app.
can you give more details please ?
Are you looking to link from one app to another? If so that is a simple URL link that you can copy and paste from the browser onto the button.
If you want to launch a reload of another application that is a bit more involved, but can be done with Application Automation. It's possible to create a webhook URL that receives the GUID of an application which then reloads the app when the webhook is called. I can share some code for this, if it is what you are after.
Steve
In case it is starting a reload of another Sense Cloud application then you might find this blog post interesting:
https://www.quickintelligence.co.uk/start-a-qlik-sense-cloud-reload-from-a-webhook/
I've seen a few people asking about how to do this, so thought I would document the approach that I take on my blog. Hope you find it useful.
Steve
Hi @Rameshwary8120 ,If you'd like to reload a specific application or a sequence of applications—such as ETL → Stage 2 → Final—with a single button click from any Qlik app, we can make that happen using Qlik Cloud Automations.
Here's how it works:
First, create an automation in Qlik Cloud that defines the reload sequence for your ETL and Final applications.
Once the automation is set up, you can add a button to any Qlik app.
Configure the button to trigger the automation using the "Run Automation" action and pass the relevant automation ID.
This setup allows you to streamline multi-step reloads with a single click, directly from your Qlik interface.