List to pull in 'these members attended > 5 times this season'

Hi all,

I'm trying to pull together a list that contains all active members who've attended more than 5 times this year. I'd need this to be automated and run daily, otherwise I could draw something up in Analytics manually, and pull that into a list.

I'm able to get a list of Members who've attended 5 or more times across every year, but I can't figure out how to refine the list only to look at this year for the attendance.

The only way I can see would be to write out some custom SQL, but I don't have any experience drawing up something that complex.

Parents Reply
  • If I understand, Unique Perfs isn't quite perfect because this would include anyone who has booked 5 performances, but you need to verify attendance?

    I don't see an out-of-the-box criteria element that pulls unique performances for attendance (from VS_ELEMENTS_ATTENDANCE). But if we steal the SQL logic from Unique Perf we can create a new criteria item in T_KEYWORD (by putting "count(distinct !.perf_no)" in Detail Col)


    The downside for you is that VS_ELEMENTS_ATTENDANCE has no column for season. Hopefully you can use Performance date to filter by season. That may not work if you have concurrent seasons but I hope this is the right direction for what you need.



Children