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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
renatoteixeira
Partner - Contributor
Partner - Contributor

Catch part of a string

capture.JPGGood morning Community,

Anyone know's how to catch this part of the string? left and right its not possible because this string do not appears always on the same part.

 

Thanks by the help

1 Solution

Accepted Solutions
wandererroch
Contributor III
Contributor III

You would have to use MID() to get the text portion and use INDEX() to find the starting point, then specify the number of characters to capture.

View solution in original post

1 Reply
wandererroch
Contributor III
Contributor III

You would have to use MID() to get the text portion and use INDEX() to find the starting point, then specify the number of characters to capture.