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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
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