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

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
berryandcherry6
Creator III
Creator III

Security Rule to 'not grant permission' to create new sheet in Particular app

Hi all,

I have created an App in qliksense server, with many sheets in it.Now i want to create security rule for the app so that no more sheets are created by others except me.How could be done this.Please help me in this.

Regards

11 Replies
berryandcherry6
Creator III
Creator III
Author

In Advanced block of Conditions i am using this condition,

!resource.App.stream.Empty()  and  resource.app.name="App_Name" and !user.IsAnonymous() and (resource.objectType = "sheet") and  ((user.@UserType="Administrator"))


Then why should i use this condition if i am able to give rights in associated rule button as you showed.

I need to know the difference and use of using this.

Not applicable

On QMC, there is other users have rights like "content admin" , "security Admin", "Root admin". These type user can modify APPs. In this scenario associated rule disable to yes  then no one  modify your app. Note: Target source is particular app.