This may already be on the site, but I can find it.
I am using the Select Expert to filter (something like below):
{Table_nme.field_nme} in ["Pea Pods"]
Somehow I am also getting values in "Pea" (which I don't want).
I tried:
({Table_nme.field_nme} in ["Pea Pods"] and
not({Table_nme.field_nme} in ["Pea"]))
but this isn't working. Does anyone have any suggestions?
I am using the Select Expert to filter (something like below):
{Table_nme.field_nme} in ["Pea Pods"]
Somehow I am also getting values in "Pea" (which I don't want).
I tried:
({Table_nme.field_nme} in ["Pea Pods"] and
not({Table_nme.field_nme} in ["Pea"]))
but this isn't working. Does anyone have any suggestions?