Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
huettezzen
Contributor
Contributor

Merge multiple QVS to one Script

Hello,

does anybody know how to merge a list of multiple QVS-Script-Parts to one Script without copy and paste? The whole Script consists of a big number of Part-QVS depending on the different datasources and older or newer versions.

 

 

Labels (1)
1 Solution

Accepted Solutions
saurabhwadhwa
Partner - Contributor III
Partner - Contributor III

Hi , 

you can export all the scripts in a folder . 

open cmd 

Change directory to folder where files are placed and run the below command to combine the qvs files.

then use the  copy *.qvs  final.qvs command .

Note: final is the o/p file name.

Hope it helps. 

BR,

Saurabh

View solution in original post

1 Reply
saurabhwadhwa
Partner - Contributor III
Partner - Contributor III

Hi , 

you can export all the scripts in a folder . 

open cmd 

Change directory to folder where files are placed and run the below command to combine the qvs files.

then use the  copy *.qvs  final.qvs command .

Note: final is the o/p file name.

Hope it helps. 

BR,

Saurabh