Skip to content

Instantly share code, notes, and snippets.

@countnazgul
countnazgul / Qlikview_mixed_security_access
Last active April 17, 2022 18:31
[Mixed (NTNAME and User/Pass) in section access] #qlik #qlikview #qliksense #script
Section Access;
LOAD * INLINE [
ACCESS, USERID, PASSWORD, NTNAME
ADMIN , admin , admin , *
USER , * , * , DOMAIN\USERNAME
];
Section Application;