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: 
Jason_Michaelides
Partner - Master II
Partner - Master II

Trigger action(s) after bookmark selection

Hi all,

Does anyone know of a way to trigger an action (or even a macro) after a bookmark has been selected from a bookmarks bar?  I have tried OnActivate and OnDeactivate (sheet triggers) but these render the bookmark bar totally useless!

Thanks,

Jason

Labels (1)
1 Solution

Accepted Solutions
Not applicable

Hi,

I found the solution :

[link]

Note: Website link redacted by Community Moderator because the webpage no longer exists.

View solution in original post

6 Replies
erichshiino
Partner - Master
Partner - Master

If I understood you correctly, I think this is not possible.

It has been discussed in a previous post here:

http://community.qlik.com/message/18902#18902

Jason_Michaelides
Partner - Master II
Partner - Master II
Author

Thanks for that Erich - I looked but couldn't find a solution here.  That post is exactly my problem.

I wonder if there's another way around it - a macro to pop a box of bookmarks and selecting one fires a sequence of events?

Not applicable

Hi,

Does any one know if it's posible to have a trriger action after Bookmark selection?

Thanks,

Yigal.

Not applicable

Hi,

I found the solution :

[link]

Note: Website link redacted by Community Moderator because the webpage no longer exists.

Jason_Michaelides
Partner - Master II
Partner - Master II
Author

Good find! Thanks.

oleg_datsenko
Contributor II
Contributor II

Hi,

Seems link doesn't work anymore, but I found solution on my own:

1) create a variable;

2) create input box with this var and specify one value for it there;

3) tick a checkmark Include in Bookmarks;

4) save a bookmark with desired selections and needed var value

5) optional - you can now even delete created input box. Bookmark is still remain with defined var value.

Next time you apply a bookmark - it will trigger a var to change to specified value.

After that you can link to that var everything you need.

Cheers

Oleg