Reputation: 67
Input table:
Type | Comment | Value |
---|---|---|
A | value2 | 20 |
A | value5 | 19 |
B | value8 | 20 |
A | value2 | 17 |
A | value5 | 20 |
B | value8 | 20 |
C | value2 | 21 |
A | value5 | 23 |
B | value8 | 23 |
Final Table:
Type | Comment | Value |
---|---|---|
A | value5 | 23 |
B | value8 | 23 |
C | value2 | 21 |
Upvotes: 0
Views: 41
Reputation: 8670
As Nandan says, you can create a select query as source.
Another way, you can use Aggregate transformation to do this.
Steps:
1.After adding your source, add a Aggregate transformation. It's setting as the following screenshot.
Data Preview:
Upvotes: 2