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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

[Macro reload] Reload in the script an other application qvw.

Hello,

I would like to do an application which reload an other application qvw.

My first try:

Function OpenAndReload(iString)



set Doc = ActiveDocument



ActiveDocument.ClearAll false





rem ** Create an untyped reference from VB **

set Qv = CreateObject("ODS Fact MT.qvw")

set ActiveDocument = Qv.ActiveDocument



ActiveDocument.DoReload



End Function

But it didn't work. I'm a beginner!!!

Is it possible? Someone can help me?

thanks a lot

Claire

3 Replies
fosuzuki
Partner - Specialist III
Partner - Specialist III

Does this has to work on the Server environment? Or only in QV Desktop?

Not applicable
Author

on the server environnement.

fosuzuki
Partner - Specialist III
Partner - Specialist III

Then I'd recommend you to use the EDX (Event Driven Execution) trigger.

Some links from the Community:

http://community.qlik.com/docs/DOC-2650

http://community.qlik.com/thread/47353