Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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.
hi,
yes , just add an action to your button.
see the image below:
Hi Arun..
Thanks.. But it will work only on desktop...
I want to reload the dashboard on Access Point...
Thanks
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
try this:
go to documents property>> in security tab check chechbox "RELOAD"
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.
EDX is a solution for this.
Vikas