Hi All,
Am New to BODS and i have requirement wherein the csv file has the below columns. I need to build a BODS job to implement
a) Maximum salaried employee from each department.
b) Minimum salaried employee from each department.
Can anyone guide me pleassee.
EmployeeNumber | EmployeeName | DeptNumber | Salary |
1 | ABC | 10 | 20000 |
2 | XYZ | 10 | 30000 |
3 | TUV | 10 | 25000 |
4 | DEF | 20 | 15000 |
5 | RST | 20 | 35000 |
6 | SDF | 20 | 40000 |