Update table column from calculated field

Hi dmitry,
I’m having this issue.
I have need to update a table column with a calculated field, but for calculate it, I must scroll through the table for read the data grouping.

I explain it with an example.

example

How I can do it with easymorph?

Thank you for any reply.
Claudio

Hi Claudio,

you can do it with aggregation in a derived table and then merging the results back into the main dataset. See the example below.

total column.morph (3.2 KB)
Book1.xlsx (8.7 KB)