Hi,
Can you please help me with the below query. I have a (text) name field with a comined name and I want to separate them into first and last names.
For instance,
Text field : Adam Bh Chris
I want the result to be : Chris, Adam (i.e, last name comma first name)
Also,
if Text Field : Adam Chris
Result should be : Chris, Adam.
Basically, I want to eliminate any middle characters/name and display only first and last name
I hope the query is clear. Please help me finding a solution.
TIA,
Anu
Can you please help me with the below query. I have a (text) name field with a comined name and I want to separate them into first and last names.
For instance,
Text field : Adam Bh Chris
I want the result to be : Chris, Adam (i.e, last name comma first name)
Also,
if Text Field : Adam Chris
Result should be : Chris, Adam.
Basically, I want to eliminate any middle characters/name and display only first and last name
I hope the query is clear. Please help me finding a solution.
TIA,
Anu