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

Cannot get Sheet security to work with NTName

I want certain users to access certain sheets based on their login NTNAME

I have tried adding the name of the sheets but the security does not work, what am I missing?

Thanks for your help in advance

Rick

Section Access;

security:

LOAD * INLINE [

    ACCESS, NTNAME

    user,B12A\ARORAR

];

Section Application; 

SheetAccess: 

LOAD * Inline [

NTNAME, Main,SH02

B12NA\ARORAR ,1,0];

11 Replies
rarora12
Creator
Creator
Author

Thanks that worked!!

rarora12
Creator
Creator
Author

Thanks for your help also!!