Logic on "this show only"

I have an extraction request that's throwing me for a loop. The request was to the effect of, "I want to know who attended Show C two years ago and only that show - and that was their only attendance."

The only way my fevered brain is coming up with is to pull all attendees for that Show (multiple performances over several weeks), then do a pair of suppressions by date, one for everything before the start of Show C's run, and one for everything after. Is that the best way?

Thanks to all...

Parents
  • If you have a list element with a pull down of performances, you could use "not in" on that performance as a suppression segment. This would remove anyone who saw another performance from the extraction.  Then a segment using "in" on the performance would find people who saw only that performance.

    David

Reply
  • If you have a list element with a pull down of performances, you could use "not in" on that performance as a suppression segment. This would remove anyone who saw another performance from the extraction.  Then a segment using "in" on the performance would find people who saw only that performance.

    David

Children
No Data