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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Bookmark macro

Hi all, I want to write a macro which creates a bookmark which select the value of a variable in a field ?

For example, the value of "var" is 12/06/2011 and selecting a button with the macro I create a macro with field "date" = var.

I have some problem with bookmark  vbscript .

Thank to all,

Roberta

1 Reply
jagannalla
Partner - Specialist III
Partner - Specialist III

Roby

The below code is to create a bookmark through macro code.

Sub CreateBookMark

    ActiveDocument.CreateDocBookMark false, "MyBookMarkName"

    ActiveDocument.Save

End Sub

- Can you clear me on another point which you are saying.