Hi there,
I am creating a participation tracker that I can use for an upcoming project.
The concept: There are 10 different groups, and each group can have 3-10 members. One “leadership” group contains at least one member from each of the other groups, so theoretically each member can belong to up to 2 groups. I have used a many-to-many relationship to link members to groups.
Here is what I have:
- A table that lists all members with their group(s)(& other pertinent info)
- A table that lists all groups with their members (& other pertinent info)
- A table that lists all meetings with the members that attended and their group(s) as a lookup field
- A table that lists all emails and phone calls with the member they’re with and their group(s) as a lookup field
What I need:
- identify how many times a group has participated in some way (meeting, email, or phone call)
- identify which groups did not attend each meeting
- identify how many meetings a group has attended
A group “attends” a meeting by having at least one member show up. As you can see, individual member participation doesn’t matter as long as a group has at least one member in attendance, but we only get a list of names that attended a meeting and not their associated group, hence needing Airtable to help track.