Formula for Sum of aggregate salary change percent by person number?
Content
Hi Everyone,
I am trying to determine the best way to write a formula to show the sum of salary change percent by person number. For example, I have an employee with a 121.43 increase, and an increase of 2.19 in the same year and would like to sum these 2 percentages to show the total change percent for the year by employee (123.62). I tried using MAX(SUM("Salary History"."Salary Change Percentage") by "Worker"."Person Number"), but it is providing the sum total for the entire report, not for the employee. Can anyone provide any feedback on what I am doing wrong in my formula?