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: 
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

];