View a column total from one table in another tables view

Good Afternoon

I was wondering how to display a columns sum in the view of another table.

Thank you

Solved Solved
0 2 88
2 ACCEPTED SOLUTIONS

you could create a virtual column referencing the other table column, something like: SUM(NameTable[NameColumn])

You may want to consider creating references between these tables:

https://support.google.com/appsheet/answer/10106510?hl=en

 

View solution in original post

Okay franc thats brilliant thanks very much.

View solution in original post

2 REPLIES 2

you could create a virtual column referencing the other table column, something like: SUM(NameTable[NameColumn])

You may want to consider creating references between these tables:

https://support.google.com/appsheet/answer/10106510?hl=en

 

Okay franc thats brilliant thanks very much.

Top Labels in this Space