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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
rnepla83
Partner - Creator
Partner - Creator

Set analysis bookmarks - macro parse fail.

Hi to all.

General:

I need your help to solve a situation happen in the moment that i publish a qvw file on the server.

The qvw document:

The document contain some events called by macro in VBScript.

for example:

sub create_book

  ActiveDocument.CreateDocBookmark false, "Set1"

  ActiveDocument.CreateDocBookmark false, "Set2"

  ActiveDocument.CreateDocBookmark false, "Set3"

  ActiveDocument.CreateDocBookmark false, "Set4"

  ActiveDocument.CreateDocBookmark false, "Set5"

end sub

Other macros are to delete, and recall bookmarks.

  _________________________

All works fine in a desktop version but when i publish on a server the macro parse fail.

 

I got such error when i try to open the file published on a server connecting with the access point

Print.png

The attach, the setting i made in the desktop.

have a nice days and thanks.

0 Replies