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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

macro button

Hi everybody!

I´m preparing a qlikview to other users and I recorded some bookmarks. Is there any option to asign bookmark to buttons? I think it should be best way to other users to obtain results.

Thank you for your responses

Fiber9906

14 Replies
Not applicable
Author

I really appreciate your help. Thank you.

Just curiosity, which is the version you running?

Fiber9906

Bill_Britt
Former Employee
Former Employee

Open the document and you can do a ctrl+m to open the Marco editor. You will see the macro BM and if you look you will see the bookmark name (test) in the call. On the Sheet "New Rules" you will see the button. Just look at the properties to see have it works.

Note. It would not let me post the file as Films.QVW so I rename it to Films.doc. You will need to rename it to films.qvw to make it work..

[View:http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/8765.Films.doc:550:0]

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
Not applicable
Author

Very good answer!! It works perfectly!!

Lots of thanks!!

Fiber9906

Not applicable
Author

Just two more questions:

If I want with a macro to select a bookmark and to open one pivot table report, what should I do?

Now my code is

sub

CUADRE

activedocument.recalldocbookmark "CUADRE_TERCEROS"

end

sub

In this way, I was looking for something like activedocument.openpivottable "XXXXX", in help but I didn´t find anything. Where would I get a functions list?

Thank you one more time BBT.

Fiber9906





Bill_Britt
Former Employee
Former Employee

Not sure what you mean. There is a QlikView document install when you install QV call APIguide.qvw.

It is located at C:\Program Files\QlikView\Documentation this is all the API calls.

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.