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

HOW TO REUSE SCRIPT FOR FUTURE PURPOSE

HI,

I WROTE ONE SCRIPT ,I WANT TO REUSE THE SAME SCRIPT IN ANOTHER APPLLICATIONS IN FUTURE CAN ANY ONE GUIDE ME ON THIS.

THANKS,

RAKESH

13 Replies
Not applicable
Author

Hi,

By this method I have import the script statistically my requirement is to load the script in different application in future dynamically (automatically)

SunilChauhan
Champion
Champion

do binary load

load application where script exists into another application

it will auto upload file when first get updated .

hope this helps

Sunil Chauhan
Roop
Specialist
Specialist

Edit script and export to script file is the best approach.

Keep all script files so that they can easily be imported in some form of library.

A Binary Load will not give you what you want as you need the actual code rather than the results of the code, BUT a binary load could be useful if you have the same core requirements across all applications so should not be ruled out.

Not applicable
Author

If you copy and paste or export the script into a text file and save it to an accessable directory you can then use $(=include) in your load statements to incorporate it.