Skip to main content
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
MK_QSL
MVP
MVP

Go to EDIT SCRIPT

File >> Export to Script File...

Now you can save the entire script and reuse it wherever you want to use.

2nd Method....

You can do the Binary Load of one QVW to another ......

ashfaq_haseeb
Champion III
Champion III

Hi

You can achieve the same by storing the script in .txt file ans use the same via include statement wherever required.

Hope it helps

Regards

ASHFAQ

mdmukramali
Specialist III
Specialist III

Dear Rakesh,

if you want to use the same script and model then try to use Binary Load.

in Qlikview help you will find the Binary load description.

like,

Binary c:\qv\customer.qvw;

Thanks

Not applicable
Author

you can achieve the script by exporting the script from EDIT script

1.you can export the script by export to script file in EDIT SCRIPT TAB

Not applicable
Author

I can think of 2 ways to achieve this:

1) Use Binary load and you can use the entire qvw in another qvw.

2) Save the entire script in a .txt file. Then you can reuse this .txt file whenever the script is needed by using "Include" statement.

Hope this helps!


vardhancse
Specialist III
Specialist III

we can save the script files in the text files and we can re use the same

Not applicable
Author

Dear  Mohammed Mukram Ali,

I don't want to use same model I want to use only the same script.


its_anandrjs

There is only one way if you want to use the same script

1. Save the script as the text file (*.Txt) by copy and paste the script and save as Product.txt.

2. Save the script as the script file (*.qvs) by Edit script >> File >> Export to script file and save as Product.qvs and reuse this script file where ever you want.

Regards

vijetas42
Specialist
Specialist

Hi,

In your script editor go to File->Export Script file and save it whenever, you required it into another application just, go to File->Open external script file in that select your old script file. Hope this will help you.

Regards,

Vijeta