Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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.