Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
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