Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How can i provide the bookmark object features for my application

Hi All,

I am facing one problem regarding bookmarks.

Here i am attaching my sample file.Please go through that.

from my file i am creating bookmark by providing inputbox to enter the name of the bookmark so that i can save my bookmark with that name from the button click.Now how can i provide the option of Infotext(like the option available in bookmark object) for the user to enter his description for that particular bookmark so that that bookmark holds that description and when selecting that particular bookmark the popup message should be displayed with that description.).

Can any one help me to solve this issue?

Thanks.......

5 Replies
lironbaram
Partner - Master III
Partner - Master III


hei

only qoick answer know

you can do it by writing a macro to bulid the bookmark

check in the api guide you will find an example for this

Not applicable
Author

Hi Liron,

I didn't find any suitable code from the API guide

Here i am attaching a sample file.Please go through that.

i am doing like this

if user clicks on NewQuery button then i am showing 2 inputboxes.One for entering bookmark name and another for the description.

But i need one thing

How can i append or attach that description for that particular bookmark.

If any suggestions .It would be a great help for me.

Thanks....

lironbaram
Partner - Master III
Partner - Master III

hei

attach is an example of what you asked for

Not applicable
Author

Hi Liron,

Excelent.It is working fine.

But i need something extension for this

This approch why i am using this is to select the bookmark based on the description.

for the first i have tried for attaching the description for bookmarm. it is ok.

Now I need to display the bookmarkname and description in a table along with radio buttons.So ,Now the user can select the which bookmark he want based on the description.

Do you have any idea how to achieve this?

or Any other way to do this?

Thanks.....

Not applicable
Author

Hi Liron,

Actually if bookmark is electd then only one messagebox is displayed with the respetive description.

Can i achieve like this as

when i am placing the cursor on particular bookmark the message should be displayed

Pleas suggest me to do this.

Thanks....