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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
microwin88x
Creator III
Creator III

Delete a Space from Value

Hello,

I have a field with NAME where I could get from data:

JOHNSON , JACK (with space after lastname)

JOHNSON, JACK

Is there any way to use a function in JOHNSON , JACK in order to delete that space?

Thank you!

2 Replies
Anonymous
Not applicable

Try

replace(NAME, ' ,', ',')

maxgro
MVP
MVP

replace function

=replace('JOHNSON , JACK', ' ,', ',')