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

Announcements
Streamlining user types in Qlik Cloud capacity-based subscriptions: Read the Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Ame
Contributor III
Contributor III

Section access

Hi. I am using section access to limit the access level of the data for each department, each department chief should only see the data of their department, but for some sheets, I want them to see all the data. Is there a way to do that?

Labels (2)
2 Replies
tresB
Champion III
Champion III

For this, you need to allow the users/user group access to all data, and then for restriction in UI (specific sheets), use expression like : if (OsUser()= 'XXX', ....) . Other ways could also be there based on your access complexity - using inline table for flagging associated data.

Ame
Contributor III
Contributor III
Author

@tresB , Thank you for your reply, can you give me an example of how to restrict data for specific sheets?

Regards,