Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Reload does not seem to work through the API

We have build a Software solution for deploying QlikView documents, i.e. from Dev to Acc and to Prod. During the deploy we want to provide the ability to reload the deployed QVW Document. However the reload option does not seem to work through the QlikView API. Does anyone know how to solve this?

cheers,

Jeroen

1 Reply
fernandotoledo
Partner - Specialist
Partner - Specialist

Inside qlikview there is the member ActiveDocument.Reload activated by macro.

You can also run through command line:

"QLIKVIEW_INSTALATION_DIRECTORY\QV.EXE" -R "QVW_DIRECTORY\FILE.qvw"