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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
_armoco_
Partner - Creator II
Partner - Creator II

Section Access help!

Hi,

Was wondering how to apply section access in Qlik Sense for the following case:

Capture.PNG

Manager should have access to all of the employee details under him.

 

Thanks.

Labels (2)
2 Replies
Channa
Specialist III
Specialist III

Section Access;
LOAD * INLINE [
ACCESS, USERID,  LINK
ADMIN, Phil,  1
USER, max,  2
];
Section Application;
LOAD * INLINE [
LINK, employeename
1, alen
1, brad

2,rai
 ];

 

try like this

Channa
_armoco_
Partner - Creator II
Partner - Creator II
Author

Hi, 

This will also restrict in Employee level too right? Ex: Employee ID 1 will be able to see only his data.

Thanks.