Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have scnario like below
Access,NTName,Level
Admin,Domina\G1,L1
Admin,Domina\G1,L2
Admin,Domina\G1,L3
Admin,Domina\G1,L4
User,Domina\G1,*
User,Domina\G2,*
User,Domina\G3,*
i have applied upper to all field and setting in document properties->opening
after reload and save admin is acces is proper.
but G2 and G3 users got access denied.
could you please suggets on this
Hi,
What error they are getting ??
It is on Access Point or Opning Desktop File.
Regards
Section Access;
LOAD * INLINE [
ACCESS, NTNAME, LEVEL
Admin,itgi\qlikview,*
Admin,QlickDev\Administrator,*
Admin,Custom\mis,L1
User,Custom\mis2,L2
];
Section Application;
LOAD * INLINE [
LEVEL,Value
L1,100
L2,200
L3,3000
];
Currentely checking on qlikview desktop
Hi ,
i have sent you code,apply it in test app.
at the place pf Custom\mis , put your domain id.
and
QlickDev\Administrator at the place put your machine name\user(like administrator).
it works.
Regards
Vimlesh
u have to check both the check boxes like above.