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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
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