Add aggregations to a column

Options
UserBird
UserBird Dataiker, Alpha Tester Posts: 535 Dataiker
If I have data like this:

A 1
B 2
A 2
B 3

I want to create a third column that would produce either sum, min, max, avg over first column.
Example for max:

A 1 2
B 2 3
A 2 2
B 3 3



How can I do it in DSS?

Best Answer

Answers

Setup Info
    Tags
      Help me…