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: 
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'}>}