convert to upper case (which I have done)
upper(EMPLOYEEID)
The ID’s are displayed like this: nt domain\joe bloggs
What I want to do is chop on the gighlighted bit. But the thing is the number of characters to be chopped will vary as the domains could differ so really what I want to say is 'chop off everything after the “/”.
hi, the sytax works but it returns the first few char before the /. for example, it return domain but I want tit to return everything after the slash. Full field is domain\user id so I want to retun only the user id