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: 
zied_ahmed1
Specialist
Specialist

Extract a text from field

Hello I need to extract text and make it like a field :

Exemple :

I have this text and i need to extract Americas (so i need to extract the word between the first two  " /"

ALL/Americas/North America/

Thanks for help

1 Solution

Accepted Solutions
Anders_Eriksson
Partner - Specialist
Partner - Specialist

SubField(text, '/', 2)

View solution in original post

1 Reply
Anders_Eriksson
Partner - Specialist
Partner - Specialist

SubField(text, '/', 2)