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

Permission in the Qlik Sense App

Hello everyone,

I have my App and I just would like to permit the visualization of that app (or the data) to a specific user that are stored in the DM.

ex

just show or load the data if the user in (

select * from user_tbl

where cat_type= 'role' and cat_name = 'Sub'

);

for the other user I would hidden the data.

Thanks for any help and explanation

Best

1 Reply
mschreiber
Contributor III
Contributor III

Hi,
you have to implement a section access table. Within this table you give users the right to see you data. You can load the section access table with load statement from your data mart.

have a look to 

https://help.qlik.com/en-US/sense/November2018/Subsystems/Hub/Content/Sense_Hub/Scripting/Security/m...

for the right structure of the section access table.