Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
cancel
Showing results for 
Search instead for 
Did you mean: 
meme
Contributor II
Contributor II

How to create a filter for a field that contains multiple values.

Hi everyone,

I am new in using QLIK and I wanted to check how can I achieve this.  I have a field that contains delimited value example

ID, Country -

1, Japan; Singapore, USA

2, Japan

3, USA

4, Thailand

 

I want to 2 things 1. on my filter pane display the unique country 2. for the filter to work such as for example if the user choose Japan it will display 1 and 2  and so on.

Appreciate your help and thanks in advance.

Labels (3)
1 Solution

Accepted Solutions
meme
Contributor II
Contributor II
Author

I think I was able to figure out what to do. I put this expression on the filter pane and it worked 

=subfield([Country],';',1)

View solution in original post

1 Reply
meme
Contributor II
Contributor II
Author

I think I was able to figure out what to do. I put this expression on the filter pane and it worked 

=subfield([Country],';',1)