How to find all non-givers with envelope numbers
You need to find all your envelope recipients who are not sending contributions so you can save the expense of producing and mailing them envelopes.
First, you will open the IQ module and add the following columns and conditions:
- Columns = Families: Last name; Families: Envelope Number; Families: Family DUID
- Conditions = Families: Envelope number: is greater than: 0;
- Conditions = Family DUID: not in sub-query: [edit sub-query]
- Click Edit sub-query
-
In your sub-query, click Add New Condition (shown in the image above) and add the following:
- Contributions: payment amount: is greater than: 0 (the sub-query is going to EXCLUDE the givers)
- Families: Send Contributions Envelopes is equal to Yes
- Contributions: payment date: is between: (enter your date range)
- Click OK
- Click Execute Query. (see image below)
- Once the results have populated, from "Query Results," choose "Export to CSV" or you can create a Family Workgroup from the results.
Updated