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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
DaveH
Contributor
Contributor

Automating Qlik Script Files

Hi,

I believe I might already know the answer to this, but I wanted to confirm just in case I'm mistaken.

Here's my situation: I've created a Script File in Qlik Cloud that binary loads data from one of my apps, processes it down to a single table, and stores it as a QVD as part of a data extraction routine.

What I'm wondering is whether it's possible to create an "Automation" in Qlik Cloud that would run this script file after the parent app finishes reloading, to produce an updated export. I know I can schedule script files, but since the app doesn't finish reloading at the same time each day, an automation tied to the "App Reload Finished" event would be more suitable. I've spent some time exploring the automation blocks in Qlik Cloud Services but haven't found anything that allows me to simply run a pre-defined Qlik Script file.

I'm hoping I might be missing something obvious!

Labels (2)
1 Solution

Accepted Solutions
diegozecchini
Specialist
Specialist

Hi!

Qlik Cloud currently does not support running a standalone script file outside the context of an app reload. However, embedding the script logic into a "helper app" achieves the same result since an app reload executes all the associated script.

View solution in original post

1 Reply
diegozecchini
Specialist
Specialist

Hi!

Qlik Cloud currently does not support running a standalone script file outside the context of an app reload. However, embedding the script logic into a "helper app" achieves the same result since an app reload executes all the associated script.