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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out 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
Labels (1)
1 Solution

Accepted Solutions
fosuzuki
Luminary
Luminary

Hi, use the Replace() Function, like:

replace(field, ' ', '').

Hope this helps you.

Regards,

Fernando

View solution in original post

2 Replies
fosuzuki
Luminary
Luminary

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.