Good morning.
I have been successfully using the Person/Group Picker control for a while now with the following:
eval(eval(DisplayName, 'concat(., ";")'), "..")
I ran into an issue where this would fail if 2 individuals have the same name. So I am try to go with the AccountId. I created the following to user the user name minus the domain prefix:
eval(eval(substring-after(AccountId,"UP\"), 'concat(., ";")'), "..")
but I am coming up with a Type mismatch - Error occurred during a call to property or method 'Eval'.
Any suggestions or thoughts?
WHEELS