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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
caser_uismrc
Contributor II
Contributor II

Recharge document from the web with macro. It recharges does not do anything

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

1 Solution

Accepted Solutions
erichshiino
Partner - Master
Partner - Master

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

View solution in original post

2 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

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

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
erichshiino
Partner - Master
Partner - Master

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