- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-19-2017 05:56 AM
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:
However this does filter out any specified email recipients:
Can anyone advise what exactly I can do to filter out 2 or more email recipients?
Thank you in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-19-2017 06:21 AM
You'll need to use "And" to exclude them all. i.e. Recipients does not contain XX AND Recipients does not contain YY.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-19-2017 06:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-19-2017 06:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-19-2017 06:19 AM
Just for a bit more info, the opposite works without problems (as in "Recipients of inbound email", "Contains") when using multiple OR clauses.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-19-2017 06:22 AM
Have you tried an "is not" as opposed to "does not contain"? I don't use that table so I'm not sure what options are available