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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Export Bookmarks in Ajax/Webview

Hello,

I am trying to export all the document/user bookmark of a certain document. I have used the following code in macro:

ActiveDocument.ExportBookmarks "c:\test.qbm"

However, this only seems to work on desktop application and not in Ajax or WebView mode.

Does any one know how to export my entire bookmark list (including name,id and infotext) in Ajax?

Thanks

5 Replies
marcus_sommer

This isn't possible within AJAX, only per Fat-Client or IE-Plugin.

- Marcus

Not applicable
Author

thanks Marcus.

So none of the bookmarks api function will work in ajax?

marcus_sommer

Unfortunately, none will work.

- Marcus

jasonseril
Creator
Creator

hello marcus,

thank you for the information. 

how about using QlikView extensions (by javascript), it will not work too?

best regards,

Jason

marcus_sommer

Hello Jason,

I'm not absolutely sure but I didn't think this will be possible. It's for administration reasons not enough to export/save bookmarks (and other objects or meta-data) per fat-client perhaps in an automated loop?

- Marcus