
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Security Rule to allow users to reload published apps
I am trying to get a reload button working for Sense v3.2, I tried the following:
http://branch.qlik.com/#!/project/56728f52d1e497241ae69836
Create Reload button with Qlik Sense 3.0 - YouTube
Both work great for the app OWNER.
However we have a need to allow users to reload the app on demand.
After configuring the security rules according to the documentation, users still get an access denied error on reload with an incomplete visualization on the sheet.
Has anyone successfully been able to grant users permissions to reload published apps?


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It's in the QMC, not the hub:
yourserver/qmc/securityrules

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Ken_T , did you file a support case and had you received any feedback from Qlik?
"Did anybody find the way to allow users reload and save the app but without making the Edit sheet button available to them?"
Not only Edit sheet button, but also Prepare menu.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Техподдержка отвечает на такие запросы что это консалтинг. Деньги в кассу и будем смотреть.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you with this the reload button works. But the apps with custom properties within the stream stops works. Meaning when this rule is enabled, All users who have access to the stream can see all apps not just those with their custom properties. Can you suggest how to control it?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
well, you just can edit security rules in the QMC, not in the Hub.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@dmitri_volkov no - we did not. we had to abandon using this feature. qlik support was not help at all with this, anything that involves security rules - even if it is a new feature like this that requires security rules to work - support will not help at. all.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I know this thread is pretty old but I wanted to add to Marcos' response in case someone stumbles upon it. Marcos' suggestion for the security rule for only a specific app didn't work for me, the reload button then showed the "access denied" message anyway for some reason (and the data load editor was not visible).
I got it running with this condition in the security rule instead, i.e. I added the app ID in the first and second part of the condition:
(((resource.resourcetype="App" and resource.stream.HasPrivilege("read")
and resource.id="<your app id>"
) or
(resource.resourcetype="App.Object" and resource.app.stream.HasPrivilege("read") and resource.objectType = "app_appscript"
and resource.app.id="<your app id>")))

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Considering that the last version allows to reload from the hub, I guess the original request can be answered with standrd features and there is no need for the extension anymore....

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@gerald_lebret agree. Standard button, with action = reload data.... will allow this to work, no extension needed.
however, you will need to have the users added to the data connections for it to work! The users that attempt to do the reload in the published app via the button with reload data action, will need to have read access to the corresponding data connections in the published app.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Ken_T , you mean to say, with standard reload button and adding security rule with action Read it will work ?
Its just that , we need to provide the user the access to the all the data connection like oracle, hive and all if in app connections are defined ryt??
