Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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 ......
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
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
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
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!
we can save the script files in the text files and we can re use the same
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
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