Is there any way that I can use multiple 'does not contain' filter conditions?

danwaite
Tera Expert

For example, I am trying to create multiple modules which query my Call table and filter out certain email recipients, which works just for one email. As soon as I add an OR condition the module shows calls sent to any recipient. I have been able to replicate this behaviour in the report module so I assume it's by design and not an error.

The below does not filter anything:

find_real_file.png

However this does filter out any specified email recipients:

find_real_file.png

Can anyone advise what exactly I can do to filter out 2 or more email recipients?

Thank you in advance.

1 ACCEPTED SOLUTION

Community Alums
Not applicable

You'll need to use "And" to exclude them all. i.e. Recipients does not contain XX AND Recipients does not contain YY.


View solution in original post

6 REPLIES 6

Community Alums
Not applicable

You'll need to use "And" to exclude them all. i.e. Recipients does not contain XX AND Recipients does not contain YY.


Yep that makes sense now I think about it... Thanks!