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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
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
Partner - Champion III
Partner - Champion III

Hi,

Use this

=PurgeChar( ColumnName , ' ' )

Regards,

Jagan.