1. What filter logic should you use to run a report that answers the following question, given the list of filters below?: “I want a list of all Contacts that live in California or New York that have made at least one donation or bought one ticket, so I can send them an invitation via email."
1. Mailing State = CA
2. Mailing State = NY
3. Lifetime Donation $ Total > 0
4. Lifetime Ticket Order Count > 0
5. Email address not equal to “”