Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

acquiring first name fron full name. space delimited

Hi,

I am trying to get only the first name from the full name.

and full name is divided by space.

I am trying to use it expression.

please help

Thank you!

David

1 Solution

Accepted Solutions
saimahasan
Partner - Creator III
Partner - Creator III

Try

=SubField(field_name,' ');

If it doesn't solves your problem then you please post sample data

View solution in original post

3 Replies
swuehl
MVP
MVP

Try subfield function

=Subfield(FullName,' ',1)

saimahasan
Partner - Creator III
Partner - Creator III

Try

=SubField(field_name,' ');

If it doesn't solves your problem then you please post sample data

saimahasan
Partner - Creator III
Partner - Creator III