Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
DJF
Contributor II
Contributor II

Does QlikView have an API that can be used to trigger an app reload?

I'm setting up a python script that will do some ETL to prepare a data set for use in a Qlik app.

 

I'd like to automate this so that when the python program completes and the data is ready, it reaches out to the qlik server and triggers a refresh of the related qlik app.

Is this possible? If so, can you point me in the right direction to get started?

 

Thanks

 

 

1 Solution

Accepted Solutions
cwolf
Creator III
Creator III

There are different possibilities:

1. To start a QV task from Python you can use EDX (look for qmsedx.exe in the community).

2. Create a task for the Python script in the QMC: System -> Supporting Tasks -> External Program.

3. Start the Python script in the QV script with the "Execute" command.

View solution in original post

1 Reply
cwolf
Creator III
Creator III

There are different possibilities:

1. To start a QV task from Python you can use EDX (look for qmsedx.exe in the community).

2. Create a task for the Python script in the QMC: System -> Supporting Tasks -> External Program.

3. Start the Python script in the QV script with the "Execute" command.