Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Filter population based on field selection

I have a field containing the following information:

Member                         Years

1                                     2017, 2016, 2015

2                                     2017, 2015

3                                     2016, 2015


When selecting a filter, I want to show the members that were in 2017 AND the members that were also in 2015.  So, in this case, I want to show Member 1 and 2.



How can I do this with Qlikview. Is there a way I can use my filter to strip out information from my Years Field?

1 Reply
Anil_Babu_Samineni

May be this?

Load Member, SubField(Years) as Years Inline [

Member        ,                 Years

1                   ,                  2017, 2016, 2015

2                    ,                 2017, 2015

3                     ,                2016, 2015

] where Match(SubField(Years),'2015','2017');

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