I am trying to create a segment based on a multi-select field. I am trying to pull in contacts with accounts that have a specific combination of values for this field.
For example, the field is called /Type/ and it is a multi-select field with {A, B, C, and D} as the values. I would like to pull contacts w/ accounts that have A and C values (in other words A,C as the value).
I am trying the following clause: Type /Is/ {A, B}
However the segment returns zero members. I have more than 1 contacts/accounts that fall into this category, and I am able to pull those into a query using Advanced Find.
Does the /Is/ operator not work with same as /Equals/?
Thanks for any help you can provide.