Oct 21, 2022 10:34 AM
Hey All, I really appreciate the help.
I have a table tracking operations data by day. The shop loads the data each day via a form and I track on a dashboard showing production over the last 30 days. Each day the report rolls forward 1 day. It’s a great simple view of our world.
I’m trying to show month over month numbers on the same dashboard. In my mind I need to pull the production from the day’s record from 28 days prior to every record in the table so the dashboard can sum the data from the [28 days ago] field. However, I can’t seem to figure out how to pull this data into each record in the same table. It needs to happen automatically.
Optionally, if there’s a way to setup the dashboard to pull a different filtered set of data on a single element unaffected by the page filter, that might work too.
Thanks for the help.
Solved! Go to Solution.
Oct 25, 2022 11:50 PM
Hey Adam, thank you so much for the help. I see what you’re doing there. I’ll probably use that elsewhere, but I did find a super simple solution.
I didn’t realize you could have multiple page filters in the interface. By adding a second filter that operates independently of the other filter I created I simply have one filter pulling the data from records dated in the last 30 days. Then I have another filter pulling the records on or after 60 days ago and not in the last month. That nets out to the previous 30 days before the original reporting period (the last 30 days). I duplicated the same elements from the last 30 days and then linked those to the new filter.
The result is elements showing both time periods right next to each other. The numbers are such that I can do the math in my head to see what my month-over-month variances are. Super simple. Airtable is so awesome.
Thank you again!
Oct 21, 2022 09:26 PM
Hi Andrew, any chance you could provide an example of what you’d like the final product to look like? Would love to help but don’t really follow I’m afraid
Oct 22, 2022 12:53 AM
You bet. Here is the interface as it stands:
I’d like to add a total that shows the total doors made from the previous 30 day period (month-over-month). The only way I can think to get that data displaying correctly is if I add a field to my table that pulls the total doors made from the record in the same field dated 28 days (4 weeks) prior to that record. That way when the page filter is pulling in the records from the last 30 days I’m able to total up the data from the preceding 30 days since the data from those records has been pulled into these current records…if that makes sense. Essentially a record for 10/29/22 would show all the data from 10/29/22 but would also pull the total doors made from the record for 10/1/22. 10/28/22 would have the production data from that day, but also show just the total doors made from 9/30/22. And so on through all the records.
Oct 24, 2022 12:55 AM
Apologies in advance, I don’t know if I’m really following what you’re trying to do so I may be way off the mark here
What if we:
Summary
table with today’s date and link the results from the previous step to this recordSummary
table, we created a rollup field to sum the number of doorsThis way you’d have one record per day in the Summary
table, each linked to the records representing the last 30 days in the original table, with a rollup of the number of doors made in those days, and it’d be automated?
Oct 25, 2022 11:50 PM
Hey Adam, thank you so much for the help. I see what you’re doing there. I’ll probably use that elsewhere, but I did find a super simple solution.
I didn’t realize you could have multiple page filters in the interface. By adding a second filter that operates independently of the other filter I created I simply have one filter pulling the data from records dated in the last 30 days. Then I have another filter pulling the records on or after 60 days ago and not in the last month. That nets out to the previous 30 days before the original reporting period (the last 30 days). I duplicated the same elements from the last 30 days and then linked those to the new filter.
The result is elements showing both time periods right next to each other. The numbers are such that I can do the math in my head to see what my month-over-month variances are. Super simple. Airtable is so awesome.
Thank you again!
Apr 20, 2023 07:29 AM
Hi, first post here. I'm joining late to the party but maybe this can help other people looking for the same.
If you add a column with a formula that extracts the month, then you can add a filter that asks for said information. Here's how I did it:
1. Make sure you have a "Date Created" column. I use created time, but you could type it in.