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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikviewwizard
Master II
Master II

Removing char values from transformation of xls load

Hi All,

I have Acct column in xls data file.

Values are like 111A,112N,1234,5674, so on..

How to remove char values from acct column of xls file with transformations.

Thanks in advance.

1 Solution

Accepted Solutions
arulsettu
Master III
Master III

HI

try like this

=KeepChar( Acct column,'0123456789')

View solution in original post

1 Reply
arulsettu
Master III
Master III

HI

try like this

=KeepChar( Acct column,'0123456789')