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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
master_student
Creator III
Creator III

extract

Hello Guys,

I need to extract the expression before the @, Any idea how :

rymom.golmri@xxxx.tn

Thanks a lot

Labels (1)
2 Replies
sunny_talwar
MVP
MVP

May be this

SubField(Field, '@', 1) as UserID

Anil_Babu_Samineni
MVP
MVP

Or this?

=Left(FieldName,Index(FieldName,'@')-1)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful