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: 
Not applicable

Hierarchy wise sheet access.

Hello everyone,

I need to provide access to sheets according to users in hierarchy.

For example:  CM>ZM>RM>SM>UM

SM should be able to access sheets of UM under it and so on.

Please help regarding the same.

Regards,

Utsav

3 Replies
Not applicable
Author

You can build an access table like this:

Capture.JPG

Then under Sheet Properties > General > Show Sheet > Conditional you can use something like [CM]=1 for the sheet CM and so on.

Not applicable
Author

HI rebeccad,

what condition should i use in the conditional field?? nothing seems to be working with this.

Regards,

Utsav

Not applicable
Author

Say you have your security table (like the one I put above) as a file in Excel.  Load it into your script.  The USER column should be a list of users (you can see yours if you type this into your text object: =OSUser()

Then put a 1 for the sheets each user should see.  Then in Sheet Properties > General > Show Sheet > Conditional, you will type [CM]=1.  Let me know if you are still confused.