Qlik Community
Collaborate with over 60,000 Qlik technologists and members around the world to get answers to your questions, and maximize success.
Join UsThe following security rules can be created:
- Read rights on the App and App Objects (QMC & Hub)
- Update on App and App Objects (QMC Only)
- Read rights on the task (QMC Only)
If you wish that the user access to the QMC to do the reload, the following security rule is also needed:
- Read rights on QMCSection_Task
The steps above are described more in details in How to setup a security rule to grant user access to Tasks section and only access specific tasks in QMC
If you want to use the reload button (https://github.com/mhamano/Qlik-Sense-Reload-Button), you could modify it as follow to use the QRS API instead of the Engine API:
(Warning: This extension is a third-party extension not directly supported by Qlik Support, if assistance is needed with it, this needs to be posted on Qlik Community)
... //Execute reload if (isPersonalMode) { qlik.callRepository( '/qrs/task/7b09bafd-115b-41f6-ba2e-06a92744f371/start/synchronous', 'POST' ).success(function(e) { $("#loader").remove(); if(e) { $("#modal-overlay").append('<div id="modal-content" style="display:none"><div id="modal-message"><h2>Reload succeeded!</h2></div><br><div id="modal-checkbox"><a href="#" id="modal-close" class="btn btn-success">Close</a></div></div>'); } else { $("#modal-overlay").append('<div id="modal-content" style="display:none"><div id="modal-message"><h2>Reload failed!</h2></div><br><div id="modal-checkbox"><a href="#" id="modal-close" class="btn btn-danger">Close</a></div></div>'); } $("#modal-content").fadeIn("slow"); }); ...
Collaborate with over 60,000 Qlik technologists and members around the world to get answers to your questions, and maximize success.
Join UsSearch Qlik's Support Knowledge database or request assisted support for highly complex issues.
Submit a caseExperiencing a serious issue, please contact us by phone. For Data Integration related issues please refer to your onboarding documentation for current phone number.
Call Us