Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 alec1982
		
			alec1982
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi guys,
I usually use the following to hide tabs based on user ID
Match(Upper(OSUser())
) = 0
I want to hide the tab for any user who uses yahoo.com as email address.
any idea?
Thxs,
Alec
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Use WildMatch:
not WildMatch(Upper(OSUser()), '*yahoo.com')
not WildMatch(Upper(OSUser()), '*YAHOO.COM')
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Use WildMatch:
not WildMatch(Upper(OSUser()), '*yahoo.com')
not WildMatch(Upper(OSUser()), '*YAHOO.COM')
