Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
This isn't possible within AJAX, only per Fat-Client or IE-Plugin.
- Marcus
thanks Marcus.
So none of the bookmarks api function will work in ajax?
Unfortunately, none will work.
- Marcus
hello marcus,
thank you for the information.
how about using QlikView extensions (by javascript), it will not work too?
best regards,
Jason
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