Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi,
I have created a section access based on AD groups (NTNAME) like below.
ACCESS | USERID | GROUP | OMIT |
USER | gal\Prasanta | QLIKAMG | Price |
USER | gal\Sachin | QLIKAMG | Disc |
USER | gal\Kumar | QLIKGEN | |
USER | gal\Sameer | QLIKGEN |
But now the problem is everytime a new user added to a AD group i have to update my section access table accordingly.
is it possible to make this section access based on group column so that i dont have to update the table for a new user and only will update the table when a new AD group created.
Thanks
Prasanta
Hi,
Does you have any database table which have AD users details. If so, you can use same.
Table will get update automatically when a new user added to your database.
If not, below link might help you
BI Review: Row-level access in Qlik Sense using custom properties in QMC
Hi Arjun,
I am not managing my users in any database. It is based on AD groups NTNAME.
My issue is everytime a new user added into NT AD group, i have to update my section access table for that user.
Which i dont want as its a manual work everytime.
So is it possible to do section access based on AD groups only