Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
I am tried to recharge a document from the web but the botton (with macro reload) does not do anything. I recharge it from the server and it works correctly.
Can someone help me???
reload
---------
sub reload
ActiveDocument.Reload
end sub
Thank you
This macro doesn't work . It's not possible to call the reload on this client-server environment like this because the reload would run on the server.
The way to do it would be to associate the reload of this document with an external event (EDX)
You could call this EDX from other application (even Excel) or using a macro inside your application.
You will need to adapt the scripts available on the following link to do this:
http://community.qlik.com/thread/15988
Regards,
Erich
Hi,
Do you mean to say that your macro reload's the document once the button is clicked.
If yes, then according to me its not possible to reload document from web.
Regards,
Kaushik Solanki
This macro doesn't work . It's not possible to call the reload on this client-server environment like this because the reload would run on the server.
The way to do it would be to associate the reload of this document with an external event (EDX)
You could call this EDX from other application (even Excel) or using a macro inside your application.
You will need to adapt the scripts available on the following link to do this:
http://community.qlik.com/thread/15988
Regards,
Erich