Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

about AD Authority

Hi ,

I have a problem :

AUTHORITY1.GROUP1 cannot to link AUTHORITY2.GROUP1 ?

script is :

Section Access;
LOAD UPPER(ACCESS) as ACCESS,
UPPER(NTNAME) as NTNAME,
UPPER(GROUP1) as GROUP1;
SQL SELECT *
FROM DATAMART.dbo."AUTHORITY1";

Section Application;

Star is *;

LOAD GROUP1,
COLLEGEX;
SQL SELECT *
FROM DATAMART.dbo."AUTHORITY2";

Dankee !!

VC

Labels (1)
0 Replies