Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
kishorj1982
Creator II
Creator II

Section access in Qlik sense

Hi All,

We are getting uers from AD.Could you please how to apply section access for AD users.

How to we apply the roles please assist me.

Thanks

3 Replies
rubenmarin

Hi kishor, there is a document with links to all you need to know about section access:

Section Access

In very basic way load users with a field related with data that makes the reduction:

section access;

Load * Inline [

ACCESS, USERID, REDUCEFIELD

USER, DOMAIN\USER1, VALUE1

USER, DOMAIN\USER2, VALUE2

];

USER1 will see the data related with 'VALUE1' and has no acces to 'VALUE2' data.

Or are you asking about security rules to access the apps

kishorj1982
Creator II
Creator II
Author

Hi ,


For applying the section access, how to make the connection with AD ?

How to fetch users?

Please suggest.


Thanks

avinashelite

Hi Kishor,

Get the DB details of your AD . You AD should in turn getting the data from a table , use that table to get the users list

hope this helps