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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

about NTNAME

I can not sure how to set NTNAME in Section Access. Windows NT Domain user name or just computer name?

If I write as following,

SECTION ACCESS;

LOAD * INLINE [
ACCESS, NTNAME
ADMIN, COMPANY\ABC

];

SECTION APPLICATION;


Which user/users can open this .qvw?

User1. COMPANY\ABC

User2. COM\ABC

User3. ABC (local computer name)

Labels (1)
2 Replies
fosuzuki
Luminary
Luminary

Hi,

User1!

Regards,

Fernando

Anonymous
Not applicable
Author

If I write as following,

SECTION ACCESS;

LOAD * INLINE [
ACCESS, NTNAME
ADMIN, ABC

];

SECTION APPLICATION;