Reputation: 1
Expected Output:
EMP_ID | EMP_NAME | SALARY | AVG_SALARY
101 | Michael | 1800 | 1800
102 | Ronald | 1800 | 1500
103 | Christoph | 2000 | 1800
104 | Jennifer | 2500 | 2000
105 | John | 1800 | 1500
The aggregator function in IICS/power center returns only one value. How can we use aggregator transfomation in combination with any other transformation to achieve this?
Upvotes: 0
Views: 23
Reputation: 3353
Upvotes: 0