Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Save the qvw File during the scriptprocess

Hello Together,

know somebody how I like in the running QV Script to save th qvw application.

Thank you very much !

3 Replies
Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

There is no way to do it in the script. You can try creating a VBScript macro function and call it during your load.

What's the purpose of saving the QVW in the middle of the load?

Not applicable
Author

Hi Oleg,

a pity it does not go thus. I would want one
qvw load and save. Then I would like to save and drop some fields once more.

My aim: Production of two qvw files in one scriptprocess. If you can show me an example ?

How would have to store of the Macro for this look? And how do I bind in my script?

Many thanks for your help

Many greetings,
Honour

Not applicable
Author

Even if you create a macro function in your script, I don't think it will be really efficient.

If you want to keep 2 qvw why don't you create a second one using a binary based on the first one, then remove your fields ?

this way would be more reliable I guess...