
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Check this out to reduce your data based on userID -
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,

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Check this out to reduce your data based on userID -
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,

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks so much! I'll review the article and post another question if I'm not able to set it up.
