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

Remove text character from a column using tmap

I am trying to remove all text characters from a column which has text and numeric values in it.

I want to do it using tmap.

Labels (2)
1 Reply
Anonymous
Not applicable
Author

str.replaceAll("\\D+","") 
0683p000009MGkv.png