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: 
Pulkit_Thukral
Partner - Creator II
Partner - Creator II

set expression use- Selecting particular value of a field

Hi ,

i am facing an issue where a field has values:

Field name:Group

euc abc

euc def

euc ghj

japan abc

japan def

& so on

Now, i want to filter out only the values which have euc in them(i.e Group-={'*euc'}  and among those values i have exclude values that have def in them.

How can i write the second step ?

Output:

euc abc

euc ghj

1 Solution

Accepted Solutions
sunny_talwar

May be this:

{<Group = {'euc *'}-{'euc def'}>}

View solution in original post

1 Reply
sunny_talwar

May be this:

{<Group = {'euc *'}-{'euc def'}>}