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

Save Button

Is there any way of having a button to save the document rather than the save icon on the toolbar?

Thanks

1 Solution

Accepted Solutions
lironbaram
Partner - Master III
Partner - Master III

hei

you can create a macro

with the line

ActiveDocument.Save

then assign it to a button

but i can think of reason to use macro when the user

can just ckick Ctrl+S

View solution in original post

2 Replies
lironbaram
Partner - Master III
Partner - Master III

hei

you can create a macro

with the line

ActiveDocument.Save

then assign it to a button

but i can think of reason to use macro when the user

can just ckick Ctrl+S

Not applicable
Author

That's great. Thank You!

It was to put on the end of a partial reload macro.