Skip to main content

QlikView App Dev

Discussion Board for collaboration related to QlikView App Development.

Announcements
Skip the ticket, Chat with Qlik Support instead for instant assistance.
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