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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to modify the info text of the bookmarks by macro?

I want to add and remove the bookmarks by macro not by popup box. when adding bookmarks, I hope it can save the name and the info text of the bookmark. But it can't save the info text by using macro CreateDocBookmark .

How can I save the info text of the bookmarks by macro?

2 Replies
Anonymous
Not applicable
Author

I would assume one could do this using the InfoText member in the IBookmark class.

Although the API guide example is only for reading the info text it's defined as a read-write string.

Anonymous
Not applicable
Author

Hi Jsn,

Can you write me a example, please? Thank you.