I have a project management and resource tracker AirTable built. I’d like to be able to look at how many hours someone worked in a previous week. Currently I have a rollup from “time entries” to “team” filtered by a formula within time entries that calculates if a time entry was within the last 7 days. But, leadership would like to review this information on (mostly) Thursdays for the previous calendar week. I’m not able to simply adjust the number of days as leadership may look at this information on a Wednesday or Friday.
I guess you have Staff table, Teams table, and Time Log table (or something similar to that). My understanding is that leadership is currently reviewing this information from the Teams table/perspective.
Is there any good reason not to review this information from the “time log” table?
You could have a formula field named Week Number to get WEEK() out of the date of the log, and group by Week Number. You can apply a filter to show whatever week you want. A slightly more robust solution would be to have a Weeks from Current Week formula which will show for example 1 for last week, 2 for two weeks ago, so on and so forth.
I guess you have Staff table, Teams table, and Time Log table (or something similar to that). My understanding is that leadership is currently reviewing this information from the Teams table/perspective.
Is there any good reason not to review this information from the “time log” table?
You could have a formula field named Week Number to get WEEK() out of the date of the log, and group by Week Number. You can apply a filter to show whatever week you want. A slightly more robust solution would be to have a Weeks from Current Week formula which will show for example 1 for last week, 2 for two weeks ago, so on and so forth.
This can be easily done within the Dashboard interface, without need of creating additional field or formulas, but instead by using filters within the Dashboard interface.
There you’ll be able to create a bar graph with the worked hours per calendar month, and you’ll be able to apply filters for the date (only last week) and other filters such as collaborator.
Explore the Dashboard interface (within the Interface section of Airtable) and let us know how it went!