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: 
michaelp
Contributor II
Contributor II

How to setup a USER access in a Qlik Sense Dashboard

Hi All,

I have an App that contains financial information.  It has a filter called department s. As an example. The departments are finance, materials, and lab. Is it possible to configure a user to only have access on one or two departments and a designated sheet? As an example. I want my user to have only access to the Lab Department, and access on 3 sheets out 10 sheets. Is this possible? 

Thanks,

Michael

Labels (1)
1 Solution

Accepted Solutions
Digvijay_Singh

Check this out to reduce your data based on userID - 

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

If its just a one user and you want to hide specific sheets for him, you might use sheet show/hide condition like this - 

=subfield(OSUser(),'=',3)<>'<enter user id here>'

For more detailed level sheet security, you might need to implement sheet level security rules in QMC if you are using client managed Qlik Sense.

 

Thanks,

View solution in original post

2 Replies
Digvijay_Singh

Check this out to reduce your data based on userID - 

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

If its just a one user and you want to hide specific sheets for him, you might use sheet show/hide condition like this - 

=subfield(OSUser(),'=',3)<>'<enter user id here>'

For more detailed level sheet security, you might need to implement sheet level security rules in QMC if you are using client managed Qlik Sense.

 

Thanks,

michaelp
Contributor II
Contributor II
Author

Thanks so much! I'll review the article and post another question if I'm not able to set it up.