I’m working with three tables in my Knack app: ‘Participant,’ ‘Center,’ and ‘Center Attendance.’ Each participant can attend multiple centers, and I want to track their attendance dates. I need help with a formula to set a date field in the ‘Center Attendance’ table. Specifically, I want the formula to do the following:
- If a participant attends a center after July 1st, I want to record their attendance date.
- However, I only want to record the attendance date the first time they attend that specific center.
Can someone guide me on how to create a formula for this scenario? I’m using the ‘Participant’ table, the ‘Center’ table (with center names like Burlington, Norfolk, etc.), and the ‘Center Attendance’ table (with an ‘Attendance Date’ field). I appreciate any help or examples you can provide!