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

Announcements
FLASH SALE: Save $500! Use code FLASH2026 at checkout until Feb 14th at 11:59PM ET. Register Now!
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

Labels (1)
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