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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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