Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
stevegimbrollmt
Creator II
Creator II

Reload Macro on server does not work

Hi, I have created a button with a  macro

sub reload

ActiveDocument.Reload

end sub

I have managed to make it work thorugh qlikview Developer 9,  but when I run the report on the web version 9, the button does not work,  how can I manage to reload the report by pressing a button please.

Help is always appriciated!

Thanks

Steve

2 Replies
erichshiino
Partner - Master
Partner - Master

Hi,

This kind of macro won't work on the server side.

You need to set the document reload on an External event (EDX).

You can get the script for this on this thread:

http://community.qlik.com/thread/15988

...but if you don`t have publisher, you will have to choose between EDX reload or scheduled reload.

Hope this helps,

Erich

stevegimbrollmt
Creator II
Creator II
Author

Thanks a lot for your feedback,

     From what I understood to do the action I need (ie.) press a button and action a reload on a stored proc, you need Publisher!