Use Case:
I have a base that enables teachers to log sessions with students. In the Sessions table, there’s a field for Session Date (date), Session Number (integer), and Student (one-to-one link to a record in the Students table).
The goal is to automate the Session Number field with the following business logic:
-
Each month, the first Session with a given Student should be assigned Session Number=1. The second session that month gets Session Number=2, etc.
-
When the month rolls over, the Session Numbers start over again. So, first session in July for Student A would get Session Number=1, etc.
Have gone down a rabbit hole with conditional formulas and am quite stumped. Any help much appreciated! :slightly_smiling_face: