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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Rameshwary8120
Contributor
Contributor

Wanted to run another application on click of Button of another Qliksense APplication

Hi Team,

 

Wanted to run another application on the button click of another Qliksense app.

 

 

Labels (1)
4 Replies
Lisa_P
Employee
Employee

can you give more details please ?

stevedark
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi @Rameshwary8120 

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

stevedark
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi @Rameshwary8120 

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

Amit_Prajapati
Creator II
Creator II

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.