Aug 13th, 2014, 12:44 AM
Hi,
I am trying to build a view that filters out (does not display) submissions that have email addresses from certain domains. I am using the pipe character: | to enter the two values like so:
Field: Email
Operator: NOT Like
Value(s): example1|example2
The view does filter out the submissions that have "example1" addresses, but it still includes submissions that have "example2" addresses.
If I reverse the order, then "example2" are filtered out, but "example1" addresses are still shown.
The examples in the documentation only show using the Equals and NOT Equals operators. Does the pipe not work with Like? I can't use Equals because each email address will be different and only has the domain name in common.
I am using core version 2.2.6.
Thanks for any help that anyone can provide!
I am trying to build a view that filters out (does not display) submissions that have email addresses from certain domains. I am using the pipe character: | to enter the two values like so:
Field: Email
Operator: NOT Like
Value(s): example1|example2
The view does filter out the submissions that have "example1" addresses, but it still includes submissions that have "example2" addresses.
If I reverse the order, then "example2" are filtered out, but "example1" addresses are still shown.
The examples in the documentation only show using the Equals and NOT Equals operators. Does the pipe not work with Like? I can't use Equals because each email address will be different and only has the domain name in common.
I am using core version 2.2.6.
Thanks for any help that anyone can provide!