Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
I have a "User" field having list of users. I want to compare the OSUser() with the "User" field if the OSUser is present in that list of users or not.
e.g.
if OSUser()= domain\xyz and xyz is in user list then flag it as 'Y'
if OSUser()= domain\def and def is not in user list then flag it as 'N'
Help on this is very much appreciated.
Thanks!
That's brilliant!
Thank you very much for explaining beautifully!