Skip to main content
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: 
Not applicable

find space in cell value

hi all,

i have column with values as below:

asvd as.wert

zxcv .wert

objective is to create new column by identifying the space and take all the left values for example

id                         calc

asvd as.wert          asvd

zxcv .wert              zxcv

please advise the expression

thanks


2 Replies
Brice-SACCUCCI
Employee
Employee

Hello,

try subfield(id, ' ', 1)

-BAA

MayilVahanan

HI

try like this

=SubField('zxcv .wert ',' ')

Load subfield(FieldName,' ') as FieldName from tablename;

Hope that helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.