Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
denis115
Creator
Creator

hide sheet based on ntname

Hello!

Id like to know if it is possible to hide sheet based on ntname(ntname in my section access is =actice directory group).

When I used condition   if(match(osuser(),domain\user),1,0) it works fine but I cant replce domain\user on domain\group

3 Replies
YoussefBelloum
Champion
Champion

Hi,

you can try this on sheet properties, general, conditional display:

=wildmatch(OSUSER(),'*USER*')

PS: you can find user using osuser() on a textbox for example.

denis115
Creator
Creator
Author

I dont need to hide sheet from a user but from a group from active directory

YoussefBelloum
Champion
Champion