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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
enderl
Partner - Contributor III
Partner - Contributor III

Display Bookmarks in ListBox or TableBox

Hello All,

is there any (other) way to display saved bookmarks in a list or tablebox.

I need a way to display all bookmarks without pushing an arrow like it is in the bookmark box.

Thx for anyone who can help me out with this!

Greetings

Dirk

Labels (1)
3 Replies
Not applicable

Try New Sheet Object > Bookmark Object

Regards,

Gordon

enderl
Partner - Contributor III
Partner - Contributor III
Author

Hello Gordon,

thx for your hint. 😉 but I search a way to display / list all of my bookmark in a table.

Next step should be the selection of one entry in this table and display the saved "bookmark". (Seems stupid, but what should I say, customer wishes)

Is there another way to get the saved bookmark names out of the "internal table" of the bookmark object?

Greetings

Dirk

Not applicable

Take a look at the API guide; the bookmarks are in an array - for example the first is referenced by:

bookmarks = ActiveDocument.GetUserBookmarkNames
bm = bookmarks(0)

Regards,

Gordon

PS I would still try to sell the bookmark object!