Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content
Announcements
Join us on Feb.12 to Discover what’s possible with embedded analytics: REGISTER TODAY
cancel
Showing results for 
Search instead for 
Did you mean: 
Seemakurthi_Jaswanth
Contributor
Contributor

Transformation of columns data

I want to transform my data in a QlikSense script where the data in every column is similar to "��345" I want to remove this �� data and transform the data into meaningful data in each column.

How can I transform all the columns at once from which I can remove the �� data from all the columns at once?

Labels (1)
1 Reply
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

For each column use the keepchar() function. 

keepchar(colx, '0123456789') as colx

Do you have a concern that there are many columns to repeat this pattern for?

-Rob