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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Seeker of bookmarks

Hello, is it possible search bookmarks for the name? I have many bookmarks, and when I need to recover the old one it is very complicated...

Thank's!!

Existe algún buscador de marcadores, para buscar por el nombre? Tengo muchos marcadores, y cuando quiero recuperar uno antiguo es muy complicado...

Gracias!

1 Solution

Accepted Solutions
Not applicable
Author

Define a variable NumPresup.

Manually, write the name of Bookmark into the input box with the variable. Ex: 13/08/2009 - 1

And execute this macro:

sub BuscarPresupuesto

Presup = ActiveDocument.variables("NumPresup").GetContent.String

ActiveDocument.RecallDocBookmark Presup

end sub


View solution in original post

1 Reply
Not applicable
Author

Define a variable NumPresup.

Manually, write the name of Bookmark into the input box with the variable. Ex: 13/08/2009 - 1

And execute this macro:

sub BuscarPresupuesto

Presup = ActiveDocument.variables("NumPresup").GetContent.String

ActiveDocument.RecallDocBookmark Presup

end sub