Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content
Announcements
WEBINAR June 25, 2025: Build on Apache Iceberg with Qlik Open Lakehouse - REGISTER TODAY
cancel
Showing results for 
Search instead for 
Did you mean: 
bhaskar
Partner - Contributor II
Partner - Contributor II

sheet level access

Hi,

I'm New to the QlikSense.

searched so many articles in community but little confusion about sheet level access.

how to create sheet level security for one user in QMC.

Example : 

Product App has 3 sheets.

sheet 1 ,  sheet 2 , sheet 3

My query is Product App one user (XXXX) has to access 3 sheets and all users has to access only sheet 1 :

Please guide me step by steps.

Thanks in Advance.

Bhaskar

Labels (1)
2 Replies
panosalexand
Creator
Creator

Hi Bhaskar,
Try to load through the script the following variable:
SET vQlikDevAccessUserList = "Match(Right(OSUser(),len(OSUser())-len(SubField(OSUser(),'\'))-1),'XXXX')";

Then navigate to the sheet Actions and select Action= 'set variable value'. In Variable fill in with
=$(vQlikDevAccessUserList).

I hope will work.
Thanks,
Panos