Hi everyone,
I'm relatively new to Airtable, and I need to automate a simple report that aggregates metrics within an Airtable base then emails it to users.
Here's some examples of the performance metrics I want to calculate:
- Total A IDs generated (there are multiple kinds of IDs)
- A ID "win" rate (i.e. when IDs = A, and winner = TRUE)
- CTR increase per min
- Most winning ID B/C/D -- (ex: D by XX% over B and by XX% over C)
- Total testing time: XXX mins
- Avg testing time: XXX mins/test
I've setup the initial framework of the automation (i.e. sourcing the table and emailing it users), but I'm struggling to aggregate the metrics that I want sent out. Right now, my rollups are only working on each row, instead of aggregating the entire column. When I try adding a SUM or COUNT formula at the bottom of each column, it doesn't work. Any assistance is much appreciated!