Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
My Target is to reload my qlikview application On open.
I am using QlikView server. I have created a run macro script on open from the document settings. My code:
Sub ReloadOnOpen
ActiveDocument.Reload
End Sub
Then I have added this document to my source documents on the server, so each user will be able to access it from its own QlikView desktop. But the problem is that the reload code didnt work at the level of the user and even at the level of the server.
I tried all the suggestions on Community. Can anyone provide me with the right answer?
Thank you in advance
Best Regards,
Nancy Sbeity
Hello,
Actually I didnt get your point. but you can find attached the document I am trying to apply the macros on.
I have tried to open using QV desktop with no success.
Thanks for your help.
Try below
Good news! It worked at the level of the server. Now when a user is accessing it through Qlikview desktop (Open in Server). it won't work. Is there something missing?
Hello,
Actually no 😞
It worked at the level of the server only. but when a user try to access from qv desktop, nothing happens.