Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
May be this:
{<Group = {'euc *'}-{'euc def'}>}