Improve Segmentation Rules
Improve segmentation properties by allowing more than "equals" and "does not equal". Ideally you should add "contains" "does not contain" "is known" "is unknown". Date properties should also have "is before" "is after" "is between". Number properties should have "is greater than" "is less than"
3
votes
ron
shared this idea
-
chris_rhodes commented
Additionally, segment properties should support "OR" operators instead of just "AND."
For instance, I want to define a segment where status equals Inactive *OR* where Name equals x OR y OR z.
At present, I am limited to an *AND* operator.