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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
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

Labels (1)
1 Reply
Clever_Anjos
Support
Support

Section Access;

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

];