Trying to identify First Time Buyers (FTB)

I'm having a block.    I was trying to find First Time Buyers or those folks who have not attended in the last 5 years.   So I did a simple list looking at the Ticket History Perf Date (and I've done with unique perf =>1 and another without).   

I then take that list and create another list of this FY performances and ask for  those that does not have the list of prior ticket buyers.  

However, when I run it in T-stats, I'm still finding folks in the list that have prior ticket purchases in the 5 years I thought I was suppressing.

What am I missing?   Is it because history doesn't have the future performance dates yet?   Thanks

Parents
  • Leslie,

    This is always a thorny one - I'm wondering if your results are being skewed by historical (or other) data being imported into your local Ticket History table.  If it's historical, these rows very often have a perf_no value of 0 - the standard criterion in List Manager (Ticket History Unique Perfs) does a count based on the perf_no value and so if it IS historical date, people may have 5 or 6 rows all with the value of 0 - meaning that the criterion only views this as 1 perf!

    In a previous incarnation, I was always asked if we could get a list of all people whose first attendance was <Production A> so I wrote a view that List Manager criteria could be based on it so we could tell whose first attendance was:

    • to <Production A>
    • to <Venue B>
    • since 01/01/2017
    • using a Student price type
    • etc

    Happy to share if you're interested - email me at martin.keen@nida.edu.au

    Martin

Reply
  • Leslie,

    This is always a thorny one - I'm wondering if your results are being skewed by historical (or other) data being imported into your local Ticket History table.  If it's historical, these rows very often have a perf_no value of 0 - the standard criterion in List Manager (Ticket History Unique Perfs) does a count based on the perf_no value and so if it IS historical date, people may have 5 or 6 rows all with the value of 0 - meaning that the criterion only views this as 1 perf!

    In a previous incarnation, I was always asked if we could get a list of all people whose first attendance was <Production A> so I wrote a view that List Manager criteria could be based on it so we could tell whose first attendance was:

    • to <Production A>
    • to <Venue B>
    • since 01/01/2017
    • using a Student price type
    • etc

    Happy to share if you're interested - email me at martin.keen@nida.edu.au

    Martin

Children