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

Section Access

Hi when i am using the employee id in the section access syntax it is working, but when I use ad group name it is saying my access is denied. How can we write the ad group syntax in the section access

THIS IS WORKING

Section Access;

SA_TABLE:
Load * Inline
[
ACCESS, USERID ,
USER,  xxxx\432xxxx
ADMIN, xxxx\432xxxx
];

Section Application;

 

THIS IS NOT WORKING

Section Access;

SA_TABLE:
Load * Inline
[
ACCESS, ADGROUP ,
 User, XXXX.ADROOT.XXXX\LEADERSHIP-VIEWER-S-D\
User, XXXX.ADROOT.XXXX\ADMIN-VIEWER-S-D\

];

Section Application;

Please advise

 

Labels (1)
3 Replies
Or
MVP
MVP

ADGROUP is not a Section Access keyword, I believe. Did you perhaps mean to use GROUP or USERID?

Lakshminarayanan_J

@Skolluru78 

Kindly use the ADgroup within userID

Lakshminarayanan J
To help users find verified answers, please don't forget to use the "Accept as Solution" button
Skolluru78
Contributor
Contributor
Author

No Its not working unfortunately . still showing access denied