Welcome to the community, @Francis_Carbone!
Unfortunately, Airtable has given us no programmatic access to those values in the summary bar.
You can only create summaries of values through rollup fields, which are fields that summarize the values from linked records.
So, your only native option here is to create records in A NEW TABLE that represent your "groups" that you want to summarize, and then link each "group" to all the associated records in your ORIGINAL TABLE that you want to summarize.
The best way to automate this would be to turn your "group" field in your ORIGINAL TABLE into a "linked record field", and then those groups will already be ready to go for you in the NEW TABLE. You would just need to add the rollup field for the summary.
Hope this helps! If you’d like to hire an expert Airtable consultant to help you with anything Airtable-related, please feel free to contact me through my website: Airtable consultant — ScottWorld
Welcome to the community, @Francis_Carbone!
Unfortunately, Airtable has given us no programmatic access to those values in the summary bar.
You can only create summaries of values through rollup fields, which are fields that summarize the values from linked records.
So, your only native option here is to create records in A NEW TABLE that represent your "groups" that you want to summarize, and then link each "group" to all the associated records in your ORIGINAL TABLE that you want to summarize.
The best way to automate this would be to turn your "group" field in your ORIGINAL TABLE into a "linked record field", and then those groups will already be ready to go for you in the NEW TABLE. You would just need to add the rollup field for the summary.
Hope this helps! If you’d like to hire an expert Airtable consultant to help you with anything Airtable-related, please feel free to contact me through my website: Airtable consultant — ScottWorld
@ScottWorld you explain: There are some ways to automate this to make it easier, such as automating the linking from the first table (instead of the 2nd table).
Do you have an example/link somewhere that explains how to automate linking from the first table?
I've updated my original post above with the best way for handling this.
Hope this helps! If you’d like to hire an expert Airtable consultant to help you with anything Airtable-related, please feel free to contact me through my website: Airtable consultant — ScottWorld
I was able to get it fixed using this offered solution:
This is how I'd do it:
- Create a rollup in the table that this is linked to, and find the max year.
- Return to this table and add a lookup for the rollup that you just added.
- Add a formula field that checks whether the year field is equal to the lookup field. This should output 1 or 0 (true or false), where only the latest year will be true.
- Create a filtered view where that formula field equals 1.
Yes, that’s my solution for a VERY SPECIFIC type of summary — as I explain in many of my posts on this topic, and in this Airtable podcast episode.
https://youtu.be/T9RWQndgKoQ?list=PLqssva4liHRwHhQIpTXekG8WObEoyC2F1
Hope this helps! If you’d like to hire an expert Airtable consultant to help you with anything Airtable-related, please feel free to contact me through my website: Airtable consultant — ScottWorld