Discussion Board for collaboration related to QlikView App Development.
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
have a look at the attached file.
hope this helps
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>
this might be helpful:
Re: How do I export variables created using the QlikSense variables interface?
Hi Frank
Thank you very much , it is very useful link.
Get Outlook for iOS<https://aka.ms/o0ukef>
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