Skip to main content
Announcements
YOUR OPINION MATTERS! Please take the Qlik Experience survey you received via email. Survey ends June 14.
cancel
Showing results for 
Search instead for 
Did you mean: 
CyrilGeorge
Contributor II
Contributor II

Disable/Hide "Create App" button via rule for specific user role

How we can Disable/Hide "Create App","Monitoring Apps" and  "Everyone" button via rule for specific user role.

Labels (1)
3 Replies
Nicolae_Alecu
Creator
Creator

Hello,


CreateApp Security Rule, CreateApp Security Rule, StreamMonitoringApps rule:

!user.IsAnonymous() and user.roles!="YourRole"

Best Regards,

CyrilGeorge
Contributor II
Contributor II
Author

For Create App it worked, But StreamMonitoringApps there is a default rule is there ((user.roles="RootAdmin" or user.roles="ContentAdmin" or user.roles="SecurityAdmin" or user.roles="DeploymentAdmin" or user.roles="AuditAdmin")).

I have modified this to 

((user.roles="RootAdmin" or user.roles="ContentAdmin" or user.roles="SecurityAdmin" or user.roles="DeploymentAdmin" or user.roles="AuditAdmin")) and ((user.roles!="Lead" and user.roles!="Manager"))

but didn't work for the role I have created. 

Maria_Halley
Support
Support

@CyrilGeorge 

Use the Manage resources - audit function in the QMC to check what rules affects a specific user/app.

Keep in mind that you cannot restrict access with a rule, only grand access.