Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME MORE!
cancel
Showing results for 
Search instead for 
Did you mean: 
xyz_1011
Partner - Creator
Partner - Creator

Append Load Script

Hi all,

i have an app that i want to reload during an automation. This app already has a script. I would like to append this script by some script that i generate in my automation. Is this possible ? So far i only found the option to "Set Load Script", but not to "Append Load Script"...

Thanks for some hints on this one! 🙂

Labels (2)
1 Solution

Accepted Solutions
AfeefaTk
Support
Support

Hi @xyz_1011 

We don't have a dedicated block to Append Load Script.

You can achieve this by following the below steps.

  1. Use the Get Load Script block to get the old load script.
  2. Add it to Set Load Script block along with the new load script.

I hope this works.

Thanks

View solution in original post

1 Reply
AfeefaTk
Support
Support

Hi @xyz_1011 

We don't have a dedicated block to Append Load Script.

You can achieve this by following the below steps.

  1. Use the Get Load Script block to get the old load script.
  2. Add it to Set Load Script block along with the new load script.

I hope this works.

Thanks