If you’re new to Qlik Sense, start with this Discussion Board and get up-to-speed quickly.
I have a stream with an AD security group assigned Read rights to it. Now I have a distinct user that only needs access to one of the apps in that stream. It can't find a solution what seems to be a basic security rule request. I tried to create a security rule to allow only access to the app, but if the user doesn't have access to the stream he can't see the app. If I grant the user access to the stream, then all apps in that stream would be visible which is not the desired outcome. Any help would be appreciated. Marco
you should create a security rule for Apps with read action, see below conditions:
((resource.name="your_app_name") and (user.@Department="IT" or user.@Department="ALL"))
where @Department is a custom property.
I tried that also, but it still did not work.
You need to utilise custom properties.
This video https://www.youtube.com/watch?v=feSaaJZ7Jco gives a great overview of how to implement.
Firstly ,you have to make a rule to give the user access to the stream .
Secondly , you will make 2nd rule(App* and AppObject) and write in the rule code the following :
((user.name="[you write here your username]" and resource.id!="[you write here all the app ids which you dont want to be seen]"and resource.id!="[you write here all the app ids which you dont want to be seen]"))
Hi George,
I have implemented the both rules (s. images) as you described but I the restricted user still has access of all the apps in the stream. Can you tell me please what I am doing wrong?
BR,
Rumen