Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Macro with GetDocBookmarkNames on SBE?

Hi,

I posted this question already in the Deployment-Server-Area but it came to my mind that the ones who know might read in this section. I am sorry for the doublepost. (Maybe it might be an improvement to allow a post to be existing in several sections.

I have a document which contains a macro using the function ActiveDocument.GetDocBookmarkNames to retreive the list of bookmarks and writes it to a variable which defines the dropdownlist for an inputbox. This works perfectly on desktop, and also on the Access Point using the IE-Plugin.

  

But: It doesn't work when the customer opens it in his Accesspoint. Our server where I developed and tested it has an Enterprise license, but the customer has only the Small Business Edition.

  

Doesn't ActiveDocument.GetDocBookmarkNames work in the Accesspoint on SBE? Is this considered as Server Object or something similar?

   

Thanks a lot in advance,

Martin

1 Reply
Not applicable
Author

Ok...I forgot the difference to GetUserBookmarkNames. So in SBE GetDocBookmarkNames seems to really only read the document bookmarks.