List (segment) criteria

Hello



Is there a way to have a “begins with” filter ?



FYI, a query like

(“field name” like “ab” )

gives contacts containing “ab” in the “field name” ; I only want those beginning with “ab”



Thanks

Hello

Is there a way to have a “begins with” filter ?

FYI, a query like
(“field name” like “ab” )
gives contacts containing “ab” in the “field name” ; I only want those beginning with “ab”

Thanks

+1
Yes I am really missing this condition too for sorting out specific email addresses.
A filter condition with the possibility of choosing “begins with” and “ends with” would be great.

so what the “like” filter do?
isn’t it something like those?

@nisimjoseph:
“like” takes everything including a pattern.
For “abc”, it would should “abcdef” and “defabc”