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

Refresh Button

How to enable Refresh Button for users

1 Reply
Not applicable
Author

This depends on how your system is set up - user access and QVD files, etc.

You can try to create a macro and add it to a button:

sub shtReload
' Reload/refresh QVD from button on sheet
set varCurrentQvw = ActiveDocument
varCurrentQvw.Reload
end sub