Skip to main content

QlikView App Dev

Discussion Board for collaboration related to QlikView App Development.

Announcements
Skip the ticket, Chat with Qlik Support instead for instant assistance.
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)

Before develop something, think If placed (The Right information | To the right people | At the Right time | In the Right place | With the Right context)
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