Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
azmeerrehan
Partner - Creator
Partner - Creator

LOg in Credentials Window

I have a section access built in the App with the below script.

User ID is like "f689755" without the domain.  Its works perfectly fine. The issue is that it asks for the user name and password everytime the user try to access it from Access Point.   This causes issue with opening bookmarks too.   Is there a way to disable the window asking for credentials on access point.

sECTION access;

LOAD

UPPER(ACCESS) AS ACCESS,

UPPER(USERID) AS USERID,

FROM

[..\Excel Files\NA_Veg_Section_Access.xlsx]

(ooxml, embedded labels, table is [Qlik User Security ]);

section application;

2 Replies
prieper
Master II
Master II

Why don't you use NTNAME?

Peter_Cammaert
Partner - Champion III
Partner - Champion III

Indeed.

USERID always forces the document to ask for a username, because the list of users allowed to access this document is embedded in this document.

Moreover, it is extremely selfevident that this always works, because you're not using a PASSWORD. So upon entering a valid username (which I assume f689755 is), the document will always open.


On condition that you do not have an entry with an star, NTNAME will only allow access to users that have been authenticated before by Windows. And it comes with SSO, so there you have your solution: no more annoying dialogs nagging about a username