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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
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.