Display Column Sums

Hi folks is it possible to sum columns in a few tables and then display all the column sumns in a document like a report. I may have about six diferent tables.

Yes — SeaTable can calculate sums, but the exact approach depends on how your data is structured.

  • For sums within one table, you can use the sum shown in a view/status bar or use the statistics module.
  • For values from another table in the same base, you can use a linked-record column with a rollup (Formula for links) and set the evaluation method to Sum.
  • If you want a report-like dashboard, a custom page can combine statistics and other elements, and a simple table on a custom page can combine several tables in one dashboard.

Important limitation: SeaTable’s statistics module evaluates one table at a time, so it does not directly merge sums from six unrelated tables into one automatic report page.

Relevant docs: