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

Object level and data level section access in qlik sense

Hi All,

May I know how to implement object level and data level section access in Qlik sense.

Thanks,

Deepak

3 Replies
pablolabbe
Luminary Alumni
Luminary Alumni

Here is some info about section access to create row level security

https://help.qlik.com/en-US/sense-cloud/Subsystems/CloudHub/Content/Scripting/Security/manage-securi...

There is no out-of-the-box solution for object level secuirty, you may need to use extensions to "show/hide" objects depending on user profile loaded in the data model. check it on http://branch.qlik.com

manojkumar_mk
Partner - Contributor II
Partner - Contributor II

HI,

First you should define your access pass in Excel sheet ( I mean, who wants access in data level, you should mention their UserID, UserName, Access, Field Name etc... for more understanding please refer below screen shot).data level section access.PNG


Once done, You need to load your section access file in the script between two keywords "Section Access" , "Section Application" .


Next you should map your section access file to your QVD.


(*Note: While applying section access, all characters are should be in capital letter. You can use "Upper or Capitalize" function) .

Once all done, you can load you script and publish. As per their restriction's, users will able to see application.


Thanks,

Manojkumar

kishorj1982
Creator II
Creator II
Author

Hi,

Could you please suggest how to implement

row and column security based on AD groups?

thanks