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: 
Not applicable

String help

Hi,

I have scenario pls help

how to remove special characters in below string.

1234@5678#9$10

I tried with subfield function.but didn't work 

Any suggestions?

Labels (1)
2 Replies
MK_QSL
MVP
MVP

KeepChar(YourString,'0123456789') as YourString

or

=KeepChar('1234@5678#9$10','0123456789')

Kushal_Chawda
MVP
MVP

or

Purgechar(Field,'!~@#$%^&*') as NewField

Note: Include all special characters which you want to remove