Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
tango
Contributor III
Contributor III

Adding AD groups in Section Access code

Hi,

I have two AD groups(AB-APP-DATAVIZ_XYZ_DEVELOPERS-S-D and XY-APP-DATAVIZ_ABC_DEVELOPERS-S-D ) created for restricting data accordingly.

I am not sure how to add them in section access code.

I have coded something like this

Section Access;

Load  *  Inline[

ACCESS, NTNAME, BU

ADMIN,PROD\QLIK_DEVELOPERS,*

USER,PROD\QLIK_12,AB-APP-DATAVIZ_XYZ_DEVELOPERS-S-D

USER,PROD\QLIK_11,XY-APP-DATAVIZ_ABC_DEVELOPERS-S-D

];

SECTION APPLICATION;

Not sure about the syntax.


Any suggestions please.

Thanks.

 

Labels (1)
0 Replies