Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi.
Im trying to create a button in a qlikview that allows you to reload the application from the accesspoint.
When i create a button and do a macro action and write this code.
Sub Reloadset App = ActiveDocument.GetApplicationset doc1 = App.OpenDoc ("your_document_name_here.qvw","","")
doc1.reload
doc1.save
'doc1.closedoc
End sub
the button workes fine and it reloads the document.
I have administrator writes to reload from the qemc and im in the local group called Qlikview administrator.
But when i distribute the application to the accesspoint and try to press the button i get this error message.
the explorer opens a new window and says:
Im not sure what im doing wrong the url i get is http://your_document_name_here.qvvw and it looks to be wrong.
Can anybody help me?
Br
Sahal