Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
sushil353
Master II
Master II

Is it possible to reload qvw using button?

Hi All,

I want to provide a button on my dashboard in such a way.. when user press the button, dashboard (qvw) reload and user will be able to see refreshed data.

My dashboard is deployed on the server.

Please give some idea.. is it possible or not?

Thanks

Sushil

8 Replies
jagannalla
Partner - Specialist III
Partner - Specialist III

We can reload the application through macro code.

Button -> Action ->Add -> External -> Run Macro -> Give the Function name i.e Reload

' ******* Reload the application *********

Sub Reload

    ActiveDocument.Reload

end Sub

- But it works at desktop, not at Access Point. We can't reload the application through button action at ASP.

Not applicable

hi,

yes , just add an action to your button.

see the image below:

Capture.PNG

sushil353
Master II
Master II
Author

Hi Arun..

Thanks.. But it will work only on desktop...

I want to reload the dashboard on Access Point...

Thanks

sushil353
Master II
Master II
Author

Hi Nalla,

Is there any way to trigger and reload the dashboard on Access Point when some thing is get updated...

More specifically i want to trigger my app when an excel is updated in the user document folder.

Thanks

Not applicable

try this:

go to documents property>> in security tab check chechbox "RELOAD"

jagannalla
Partner - Specialist III
Partner - Specialist III

Sushil Kumar,

No we can't reload the application through actions at ASP, We can reload the application through scheduling ONLY.

Previosly i've tried in different ways to approach this task. But still i not able to do it. I didn't get any help for qlikview guru's.

ONLY THE ANSWER WHICH I GOT IS WE CAN'T.

vikasmahajan

EDX is a solution for this.

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
Anonymous
Not applicable

Hi Sushil,

here it is . this should do..

Re: running macro for document reload

BR,

Chinna