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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to get this data from a string?

Hi,

I was trying to get only the last name and the first name of one employee,

Curtiz, Jinky Lyza,

How to get only Curtiz,Jinky.

Please help..

1 Solution

Accepted Solutions
christophebrault
Specialist
Specialist

Hi,

Just use this expression :

=left('Curtiz, Jinky Lyza',index('Curtiz, Jinky Lyza',' ',2))

Inscrivez vous à ma Newletter Qlik
DoNotMissQlik- Connect with me on Linkedin

View solution in original post

3 Replies
christophebrault
Specialist
Specialist

Hi,

Just use this expression :

=left('Curtiz, Jinky Lyza',index('Curtiz, Jinky Lyza',' ',2))

Inscrivez vous à ma Newletter Qlik
DoNotMissQlik- Connect with me on Linkedin
Not applicable
Author

Hi,

its not working.

I have this fieldname.

Employee Name

Not applicable
Author

already got the answer. thank you..