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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

can I make a button for recharge ?

can I make a button for recharge ?how can I do that.

best regards.

Labels (1)
1 Solution

Accepted Solutions
Not applicable
Author

Create a macro and use "ActiveDocument.Reload", put the macro behind a button.

(assuming your french recharge = reload)

View solution in original post

2 Replies
Not applicable
Author

Create a macro and use "ActiveDocument.Reload", put the macro behind a button.

(assuming your french recharge = reload)

Not applicable
Author

Just as Felim says up here, using macros, how ever I believe it is better to program recharges automatically from your qlikview server instead of giving common users the ability to recharge whenever they want. For example, if you have a lot of users watching reports at the same time, it wouldn't be good for performance if suddenly more than 1 user hit the "rechargebutton".

I suggest you program recharges on qlikview server for example once a day at midnight or something like that.

best