Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Section Access Example

Hi,

Does anyone have a good example of using NTNAME with section access? I have been able to get section access to work with using just the USERID field, but I want to pass the windows NT name.

Thanks,

Scott

1 Reply
Clever_Anjos
Employee
Employee

Section Access;

LOAD * INLINE [
ACCESS,  NTNAME   
ADMIN,  domain\QLIKVIEW
ADMIN, otherdomain\qlikview
ADMIN, otherdomain\BIPRO
ADMIN, otherdomain\swb
USER, domain\ALAN.JONES

];