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: 
gizzel123
Creator
Creator

extract string, starting and ending after with "_"

Hi All,

I have to extract the string ...strarting after  and ending before "_".

please suggest.

10 Replies
saumyashah90
Specialist
Specialist

Hi Gizzel,

You can use this :

=Textbetween(String,'_','_')