Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI ALL:
I have a .qvw
I want to achieve the following step using a .bat file
1. execute the .bat file
2. .qvw automatically open
3. .automatically reload
4. Qlikview automatically closed
I have tried the following marco
SUB qvClose
ActiveDocument.GetApplication.Quit
END SUB
SUB qvReload
ActiveDocument.Reload
thank you!
Amy