Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
christophebrault
Specialist
Specialist

Delete space in data

Hi,

In one of my fields, i have data like 'AAAA  BB CC' or 'AAA BB CCC' and i want them as 'AAABBBCC' and ' AAABBCCC'.

How can i do that ?

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

Accepted Solutions
fosuzuki
Partner - Specialist III
Partner - Specialist III

Hi, use the Replace() Function, like:

replace(field, ' ', '').

Hope this helps you.

Regards,

Fernando

View solution in original post

2 Replies
fosuzuki
Partner - Specialist III
Partner - Specialist III

Hi, use the Replace() Function, like:

replace(field, ' ', '').

Hope this helps you.

Regards,

Fernando

jagan
Luminary Alumni
Luminary Alumni

Hi,

Use this

=PurgeChar( ColumnName , ' ' )

Regards,

Jagan.