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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
dwighttrumbower
Creator II
Creator II

Security rule, access to duplicate sheets only

Since you cant duplicate a sheets unless you have a Professional License, how do I make sure a group of professional license users that can only duplicate a sheet, but not Publish, Access to my Work, update, upload or modify data or create an app?

 

 

Labels (4)
1 Solution

Accepted Solutions
Maria_Halley
Support
Support

 @dwighttrumbower

 

Is your current access control based on the license type? 

 

In general, you can't take away access with a rule, only grant. So you have to disable the rules that gives access now, and replace with a rule that only has read access and allows for duplicating sheets. 

 

To see what rules are in affect now, in QMC, select edit on an app, then click on user access to the right.

 

The Resource for a sheet object is

 

resource.objectType="sheet"

 

See help for more information.

https://help.qlik.com/en-US/sense-admin/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdministe...

 

View solution in original post

4 Replies
Or
MVP
MVP

Professional licenses have nothing to do with specific security rules. They are merely a licensing requirement to be able to do certain things within Qlik Sense. You still use the same security rules you otherwise would to enable (or disable) access to specific functionality.

dwighttrumbower
Creator II
Creator II
Author

Well Analyzer does not have those capabilities. So how does one take away the above capabilities from Professional licenses users?

Maria_Halley
Support
Support

 @dwighttrumbower

 

Is your current access control based on the license type? 

 

In general, you can't take away access with a rule, only grant. So you have to disable the rules that gives access now, and replace with a rule that only has read access and allows for duplicating sheets. 

 

To see what rules are in affect now, in QMC, select edit on an app, then click on user access to the right.

 

The Resource for a sheet object is

 

resource.objectType="sheet"

 

See help for more information.

https://help.qlik.com/en-US/sense-admin/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdministe...

 

dwighttrumbower
Creator II
Creator II
Author

Thank you very much.