I have a list of Employee charges that I want to calculate sums on by type.
Employee Charge Type
Bob $1 car
Bob $3 bike
Steve $1 car
Bob $2 car
Bob $4 bike
So based on the example data above I want to see the following on the same line:
Bob Car = $3 Bike = $7
Steve Car = $1 Bike = $0
Employee Charge Type
Bob $1 car
Bob $3 bike
Steve $1 car
Bob $2 car
Bob $4 bike
So based on the example data above I want to see the following on the same line:
Bob Car = $3 Bike = $7
Steve Car = $1 Bike = $0