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: 
Sunilkumar3
Contributor III
Contributor III

How to Hide the Sheet for specific User

Hi Team,

I Want to Hide Sheet for Some user. How to Hide it. I have applied Below Condition Also in the Textbox but it's not Working.

Eg. NOT MIXMATCH(OSUser(),'Domain Name\ID') 

Labels (2)
1 Reply
marcus_sommer

Maybe with: MATCH(OSUser(),'Domain Name\ID') = 0

Further OSUser() should be used in the text-box to see how the user is identified.