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: 
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

Labels (1)
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.