Forum Discussion
Aruna_ln
8 years agoHelper III
User name only required
Hi All,
I need User Name only not compnay user account
example:My name is Aruna.don ( i am expecting this)
i am created measure USERPRINCIPALNAME() --its given total employ account([email protected]
USERNAME()--its display my employee id
But i need only aruna.don
Thanks
Aruna
- Anonymous8 years ago
Hello Aruna,
Looking at MFelix Formula:
Name = LEFT(USERPRINCIPALNAME(),SEARCH("@",USERPRINCIPALNAME(),1, LEN(USERPRINCIPALNAME()))-1)
Try this.
1 Reply
- AnonymousNot applicable
Hello Aruna,
Looking at MFelix Formula:
Name = LEFT(USERPRINCIPALNAME(),SEARCH("@",USERPRINCIPALNAME(),1, LEN(USERPRINCIPALNAME()))-1)
Try this.