Are all the tables the same structure or different? If they’re the same then the solution would be simply to have one table and 12 views with appropriate filtering for each section. Calculating the totals would then be trivial.
Hi Nick, they are not the same structure in my case.
Thinking outside of the box, another approach for me would be to successfully reference a table name that is a variable. Not sure if that is possible with coda.
I don’t know if its possible to access a list of all table names within a doc for instance.
It sounds like what you’re describing is a requirement to union two or more tables. There’s a nice example of how to combine data from multiple tables here: Data Hierarchy and Aggregration