Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi - I need to extarct the user name from osuser() as per below output.
OSUser( )
UserDirectory=; UserId=abcdefgh@gmail.com
required output in upper case: ABCDEFGH
upper(SubField(SubField(OSUser(), ';', 2), '=', 2))
upper(SubField(SubField(OSUser(), ';', 2), '=', 2))