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

Copying variables from an application to a second one

Hi,

I have two application which are quite similar. One of them is containing many variables that I would like to create as well to the other application. Is there another for doing it than simply creating them manually one by one ?

Thanks a lot for your help

11 Replies
madarnavle
Partner - Contributor
Partner - Contributor

Hi,

It was working on QV11.2 not working in QV 12

rogeriogyn
Partner - Contributor III
Partner - Contributor III

You can use qdevops command from https://github.com/rogerio-faria/qdevops

qdevops -u=desktop -v=export,c:\myapp.qvf,vars.txt

Once, the variable are stores in vars.txt, just import to the other qvf

qdevops -u=desktop -v=import,c:\myotherapp.qvf,vars.txt

It also work for server, and to master items