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

reload on access point

Hello all,

Is there a way to reload qlikview document (a button with macro to reload the application perhaps) opened in access point site? I hope somebody knows how. thanks and more power!

jason

5 Replies
Not applicable

Hi,

Try the following code.

Sub Reload_Doc
ActiveDocument.Reload
End Sub

Call this "Reload_Doc".

Function in your macro Button.

Thanks

Saran.

jasonseril
Creator
Creator
Author

Hello Saran,

Thank you for your reply.

What i mean with the question is that, if I share the document in the Access Point, can i still run the macro button or will the reload macro still runs on Access Point?

jason

blaise
Partner - Specialist
Partner - Specialist

You cannot perfom a user triggered reload on published documents.

jasonseril
Creator
Creator
Author

ok, thank you very much blaise.

jason

Not applicable

Jasonseril

Did you find any solution for above task B'coz i'm also looking on this, if you find solution can you share with me.