Hello, has anyone found a way to include a field for "% change" in the pay rate history list? We are used to having % increase displayed back in Lawson V10 on the PA67. As far as I can see, there isn't any available field.
So sorry! it's not an x for multiplication, it's an asterisk (*). My bad on the lowercase r. I did get this working before I just had to re-key it here in Communities, should have copied and pasted!So this:(((PayRate - old PayRate) / old PayRate) * 100)
You can add these two fields to your "Pay Rate History" list (Personalize or Configure):LastPayRateChangeIncreaseAmount LastPayRateChangeIncreasePercentWorkAssignment > CurrentPayRateList
My bad, those delivered fields assume the "Last" effective change only, not each incremental.
So on that audit list you need to add compute fields:
Increase Percent((PayRate - old Payrate) / old Payrate) x 100Increase Amount(PayRate - old Payrate)
Thank you. I actually haven't done a calculated field in GHR. How do I reference "old payrate"?
If you go to the list, and Options > Personalize then use the Add button and pick Compute Field. I've given you the exact syntax that the compute field needs to be, for the specific CurrentPayRateList list (or must be an Audit List on WorkAssignment)
Hi Rachel! I'm curious where you're using this. Thanks in advance!
Hello! Our Compensation Team wanted this in the Pay Rate History table. On the front-end it's Compensation > Resource Analysis > Compensation Analysis > click into an employee > Pay Rate History tab