Is there a report that can pull participant retention rate from TeamRaiser?

Options

We are looking to compare our events year over year especially participant retention rate.  Is there a way to easily pull a report for this?

Tagged:

Comments

  • Not sure if there is a report, I can't think of one, but you could find this out using query.

     

    Make a query that is filtered on group membership: Member of '2014 Participants' AND Member of '2015 Participants'.

     

    The result will be the number of participants that were retained.

     

    It will undoubtedly be a bit more complex than this, as you probably have more than one participant type and so more then one 2014 Participants group, but you get the idea. It might be more like this:

     

    (Member of '2014 Participants' OR Member of '2014 Child Participants')

       AND

    (Member of '2015 Participants' OR Member of '2015 Child Participants')

Categories