I have a table with entities and baseAmounts as the following example:
entity1 base1 entity2 base2 entity3 base3
1 TCO 100 CAT 200 ACT 300
2 CAT 400 ACT 500 TCO 600
I need to sum all like Entities:
Sum of all TCO
Sum of all CAT
Sum of all ACT
I have over 100 different entities in 10 fields.
Any suggestions?
entity1 base1 entity2 base2 entity3 base3
1 TCO 100 CAT 200 ACT 300
2 CAT 400 ACT 500 TCO 600
I need to sum all like Entities:
Sum of all TCO
Sum of all CAT
Sum of all ACT
I have over 100 different entities in 10 fields.
Any suggestions?