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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Can I rename an existing QVD without Loading it again?

Hi,

I have a a subroutine which creates a certain QVD with specific name.

another QV app uses this table but under different name.

because I don't want to change the code in the other app, I want to know whether I can change the name of the qvd

without loading it again.

Thanks,


Boris

12 Replies
Not applicable
Author

you mean in the execute command?

Peter_Cammaert
Partner - Champion III
Partner - Champion III

Yes, and in the .CMD file if you have a Publisher available. You can also create the .CMD/.BAT file and use it in the EXECUTE statement. But I may be making things a bit confusing now

Peter

Peter_Cammaert
Partner - Champion III
Partner - Champion III

Yes, EXECUTE is a QlikView Load script statement that can be used like any other statement. Look for EXECUTE in QV Help. The article contains a few good examples.

Make sure that whatever you try to EXECUTE is also permitted for the QVS service account.

Peter