What is the best way to exclude those who are currently in a scheduled program?
I am running program A and B, and am going to be creating program C. But I want to make sure that anyone who's currently in either A and B are not included in program C.
Thanks and hope the above makes sense.
Solved! Go to Solution.
After giving some further thought to this, the filter I provided will still let leads through that are members of one program; and not members of another (since the values in the program field are evaluated as "OR"). So you will need a filter for each program in your instance (that you want to use in this exclusion filter):
What would be needed here for your desired approach is a "NOT Member of Program" filter. But that doesn't exist.
CORRECTION: See other reply below...
Include this filter along with your other filters:
This filter by itself will qualify ANYONE who is not a member of either program A or program B. So be sure to include additional filters (e.g., member of list, etc.).
Thanks Dan!
What if i changed "is" to "is any"? This way if I happen to skip one of the programs that is currently running, that'll cover me?
OR is there way to generate a list of programs that a lead is currently a part of? Then I can quickly see which programs I need to exclude from the filter?
Thanks
After giving some further thought to this, the filter I provided will still let leads through that are members of one program; and not members of another (since the values in the program field are evaluated as "OR"). So you will need a filter for each program in your instance (that you want to use in this exclusion filter):
What would be needed here for your desired approach is a "NOT Member of Program" filter. But that doesn't exist.
Okay, understood. Thanks Dan!