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: 
paulyeo11
Master
Master

QS How to copy variable from one project to another project ?

Hi All

In QS i can create many variable in one QVF file. For exmaple i have SBU.QVF and PLAN.QVF


it is possible to make all My QVF file variable updated ? or it is possible to import and export variable from one App to another ?


Paul

5 Replies
Frank_Hartmann
Master II
Master II

have a look at the attached file.

hope this helps

paulyeo11
Master
Master
Author

Hi Frank

Thank you for your sharing.

May be i never make it clear about my question. Actually I refer to Qlik Sense variable . Your example is Qlik View variable.

Paul

Get Outlook for iOS<https://aka.ms/o0ukef>

paulyeo11
Master
Master
Author

Hi Frank

Thank you very much , it is very useful link.

Get Outlook for iOS<https://aka.ms/o0ukef>

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