Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Where does ExportBookmarks (in module) save the .qbm file?

I've included the ActiveDocument.ExportBookmarks "test.qbm" in the module of an application. It seems to run, but I can't see where it's storing the .qbm.

Any thoughts?

1 Solution

Accepted Solutions
martin59
Specialist II
Specialist II

Hi,

I've never try this function but have you try with an absolute path ?

ActiveDocument.ExportBookmarks "c:\test.qbm"




View solution in original post

4 Replies
martin59
Specialist II
Specialist II

Hi,

I've never try this function but have you try with an absolute path ?

ActiveDocument.ExportBookmarks "c:\test.qbm"




martin59
Specialist II
Specialist II

I've just try this function and it exports my .qbm file in the same folder as the application

Not applicable
Author

Thanks Martin. That works to include the filepath: (should've been obvious :|)

ActiveDocument.ExportBookmarks \\FILEPATH\BookmarkFileName.qbm

Now the question is, can I read this file outside of QlikView?

martin59
Specialist II
Specialist II

Yes, It looks like similar to an XML file.