Skip to content

Instantly share code, notes, and snippets.

@countnazgul
Last active April 17, 2022 18:31
Show Gist options
  • Save countnazgul/8277673 to your computer and use it in GitHub Desktop.
Save countnazgul/8277673 to your computer and use it in GitHub Desktop.
[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;
@alexisechague
Copy link

alexisechague commented Mar 16, 2018

First it looks for NTNAME, then if no matches, it asks for basic username/pass

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment