Good Afternoon
I was wondering how to display a columns sum in the view of another table.
Thank you
Good Afternoon
I was wondering how to display a columns sum in the view of another table.
Thank you
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:
Okay franc thats brilliant thanks very much.