Hi, I have three tables, each with a bunch of records. All records dated. The tables hold different stuff, with different fields, but you can think of three tables each with a date field and a dollar field per record just to keep it simple.
i want to automate a process where I get a report of all the records from all three tables for a specified month, with a configured set of fields hidden in each table so I see only what I need to see.
Then the report needs to do some summing of the amounts, show those as sub-totals, and finally add all of them to get a grand total.
It’s actually not a hard thing to program in SQL or even in a spreadsheet but Airtable seems very limited for this particular objective. Really needs a query engine. A good job for the API?
I currently handle it manually by generating a filtered view for each of the three tables and then manually adding up stuff. But I need to copy all those views over once a month to make the next months version. It’s a pain.
thanks for ideas!