Hello,
I have entity x related to account. X has field A which is decimal field.
I wonder if it is possible to create a rollup field that sum the values of A field on all X records that share the same account.
If not, what would be the best practice to do this?
Thank you.