Is there a way to get the intersection of 2 lists? I want to create a list of patrons that have purchased a perf from one list of seasons and also purchased a perf from another list of seasons. I only want the patrons that appear on both lists. I was hoping to accomplish this with either Lists or Extractions and not have to write a custom script. Any ideas?
Hi Todd,
Make a third list, add the first list as your first criteria (found in the "other" folder) with an operator of "IN" and add the second list as your second criteria with an operator of "HAS".
Once generated that should give you what you are looking for.
That worked great. Thanks Ryan. After reading your response, I remembered using that method before but it had been so long I had forgotten that little trick.