Hello,
I have a field called user_id.
I want to display user_firstName, user_Surname instead of user_id.
SO I used Lookup wizard, and I chose <custom expression> then I used: concat(user_firstName,', ',user_Surname)
However AJAX only works for user_firstName not for user_Surname
How do I fix this?
Thanks.
Fawaz