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

Change variable in scripts

Hi All i have a question i needed help with

I am Migrating qvw's from 1 server to another.

I have a variable in over 250 qvw's as below

SET vQvdSaveToDir = 'D:\Qlikview Storage\';

and want to change to the following

SET vQvdSaveToDir = 'D:\O_QlikviewData\QVD\Qlikview Storage\';

Is there an automated way of doing this other than individually going into each of the 250 qvw scripts and changing this?

Thanks

Adil

3 Replies
Anonymous
Not applicable
Author

Hello,

It would have been parametric if you kept your scripts in a text file and apply via include.

You can use -prj folder technique but still you will need to open qvws so does not seem efficient.

BR

Serhan

Anonymous
Not applicable
Author

I hope for you that there is a way (i donot know)

I would suggest to put information which can be used from many applications in an include script. than it is one place to change the information.

Anonymous
Not applicable
Author

Yes, now i am doing this Include in my scripts but this was a old way someone here had set up.

I can change now but man is this gona take time!