Hi there,
I have a supposedly easy task that I don’t manage to solve, I’ve seen some answers but they look different from my problem.
I have this table and i would like to have the sum of all the values of each column. If I play with the UX grouping I have the sum for each Utente … that is not useful to me in this case. I havent tried Slice (haven used slice yet).
Sum of Saldo … Sum of Debiti … Sum of crediti
Thanks
Add a reference to another table. In that other table you’ll find a reverse-reference column called “Related Utentis”. You can then add three virtual columns with the following formulas respectively:
SUM([Related Utentis][Saldo])
SUM([Related Utentis][Crediti])
SUM([Related Utentis][Debiti])
If I need another table then I will do google sheet formulas … and then I will just view the results in a view … What do you think?