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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Logic needed to seperate text characters from a alphanumeric value

Dear all,

I have a field/column consists of User Names with the addition of numericals.

Ex: "abc12", "12abcd","aavv"

Note: Text is variable length and can present anywhere in the field as shown in example.

Now i need to seperate text only.

How i can achieve this?

Thanks in advance


1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

purgechar(MyText, '0123456789')


talk is cheap, supply exceeds demand

View solution in original post

3 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

purgechar(MyText, '0123456789')


talk is cheap, supply exceeds demand
tresesco
MVP
MVP

Try Keepchar()/purgechar()

Not applicable
Author

Thankyou