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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Extract Specific String ...

Hi All,

1) I have a fied "Country" with values as

Capture.JPG

My output should be as follows

Capture2.JPG

Appreciate help on this ...

5 Replies
Not applicable
Author

you can use subfield(Country, ' ',2)

Not applicable
Author

You can also use

=Right(Name,Len(Name)-8)

if they are all in the same format.

Not applicable
Author

With Name as your field name of course.

MayilVahanan

Hi

Try like this

subfield(Country, ' ',2)

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

Good replies

!!!!!