Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
eiconsulting
Partner - Creator
Partner - Creator

Applying a bookmark when opening a sheet with a macro

I have saved some favourites to save sets of filtering selections for a particular demo page.

It would be very nice to apply them automatically so that the data doesn't show garbled at first.

I searched the APIs but was not able to find a method to do that.

Anyone tried?
Flavio

Federico Sason | Emanuele Briscolini
1 Solution

Accepted Solutions
Anonymous
Not applicable

Flavio,
These are:
ActiveDocument.RecallDocBookmark "MyBookmark"
ActiveDocument.RecallUserBookmark "MyBookmark"

View solution in original post

5 Replies
Anonymous
Not applicable

Flavio,
These are:
ActiveDocument.RecallDocBookmark "MyBookmark"
ActiveDocument.RecallUserBookmark "MyBookmark"

eiconsulting
Partner - Creator
Partner - Creator
Author

Neat! Already up and running.

Thanks

Flavio

Federico Sason | Emanuele Briscolini
Anonymous
Not applicable

Michael/ Flavios,

Pls let me know where i want to apply this logic. Expression level or somewhere?

Thanks,

Nandha

dmohanty
Partner - Specialist
Partner - Specialist

rank_nandha

At Macro level - Ctrl + M

dmohanty
Partner - Specialist
Partner - Specialist

mov

Hi,

What if an User creates multiple Bookmarks and he wants to get applied the last/latest created bookmark?

What would be the Macro in this case? 

For example he created BM1, BM2, BM3 in a chronological order. And he wants BM3 to get applied when he launches the document from Access Point.