Discussion Board for collaboration related to QlikView App Development.
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
Hi,
It was working on QV11.2 not working in QV 12
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