Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I want to use sect access in my document
I want to use LDAP combination with user pass
it means that if my client is in the domain and connect to active directory it can login to document without any username and password but if it's not a member of domain and active directory document ask a user name and password from user and if the user enter the correct username and password he/she can login to document.
how can i combine this two method in my dashboard?
Thanks for your help
Haven't tested it, but I think a combination of USERID, PASSWORD and NTNAME should work in section access, maybe as shown here:
Section Access using a QVD file with a combination of userID, password and NTName
thank you
I solved it with your help
thank miguel
always you have good solution
when i open my document in qlikview access point it ask me username and password but my coimputer is in the domain
what should i do?
Try if DOMAIN\User and PW is accepted when you enter it manually.
Which browser are you using? I think the automatic transmission of your domain credentials only works in IE.
my configuration is true be cause when i test ma dashboard out of access point its work fine
i think its need some configuration in qmc
Omid,
There is nothing to set up in the QMC. Section access is purely document wise. Rather, I'd check that the table works just fine with all NTNAME or all USERID and PASSWORD. Then put them together.
Miguel
Miguel
i use blow script for section access:
Section Access;
LOAD * INLINE [
ACCESS, USERID, PASSWORD, NTNAME
ADMIN, MASOUD, 123,*
ADMIN,*, *, Lenovo-PC\ThinkPad
];
Section Application;
but when i copy it on my qv server i should enter user pass