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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Subfield Dynamically

Hi

I have a field I would like to use a subfield function to select everything that comes after the first delimiter.

e.g 0987 Sugar Farm

In this case, I only want to get "Sugar Farm" using a dynamic function to accommodate records with more than 4 characters before the first delimiter and records that has more or less than two words after the first delimiter.

How can I do this?

1 Solution

Accepted Solutions
MarcoWedel

=Mid('0987 Sugar Farm', Index('0987 Sugar Farm',' ')+1)

View solution in original post

3 Replies
MarcoWedel

=Mid('0987 Sugar Farm', Index('0987 Sugar Farm',' ')+1)

Not applicable
Author

Thanks Marco! You are always helpful.

MarcoWedel

Glad it helped.

have a nice day

regards

Marco