Hello everybody,
if have the following example:
Source Table
Order No - Amount - Group
1000 - 100€ - A
2000 - 200€ - A
3000 - 400€ - B
The result should be a table like this:
Order No - Amount - Group - Group Amount
1000 - 100€ - A - 300€
2000 - 200€ - A - 300€
3000 - 400€ - B - 400€
I think, I have to do create a calculated column with calculation and a kind of allselected or simular.
But I don't get it, to group or filter bei the column "Group".
Can somebody help?
Kind regards,
Tristan