Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
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')