Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

substring

Hi all

  I have text file.substring values are

file1 india,hyd pune

file1 india,hyd,chennai

i want to display only pune chennai.how can i do this?

3 Replies
prma7799
Master III
Master III

Why you want to use substring here  you have other way to do it.

Please share some sample data with expected output.

Anil_Babu_Samineni

May be use?

If(Match(file1, 'pune','chennai'), file1)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable
Author

Hi,

Do you have this value in your table ? then you can use filter condition.

Please share some sample files for better understanding