Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
thewillemzelluf
Creator
Creator

filtering

Best,

I am working on a employee file. However, I would like to filter on every employee with 'flex' in the name. For example, I want a filter with / without flex. Any idea how this should be done? Below is an example of the data.

name and workdays.png

Greetings, Willem

2 Replies
Somasundaram
Creator III
Creator III

In Name filter just search *flex*

 


-Somasundaram

If this resolves your Query please like and accept this as an answer.
brunobertels
Master
Master

Hi 

 

Somethink like this 

in a filter pane 

=if(wildmatch(NAME,'*Flex*'),'FLEX','OTHER')