Skip to main content

Hi! I am building a base where I need the total value of one of my columns (the SUM of all the numbers shown there) but as a summary of the whole table. I tried to do rollup but it works in rows and not columns. Is that option available? I know that at the end of the table it can be shown the sum of all the values, but I need to sync two different tables. Hope I am explaining myself. Thanks!!



Hi @Carla_Diaz and welcome to the community!


You can do this by adding a linked record field tot your table and linking all records to 1 record in the newly created table. In this last table, you can then add a rollup field.


Reply