For more information, please refer to this announcement explaining best practices for getting answers to questions.
Hourly Rate Formula
Summary:
I have a report using the subject area Compensation – Salary Details Real Time and need to add a formula that calculates a base hourly rate. Here is what I'm looking for and would greatly appreciate your assistance.
If "Salary Basis"."Salary Basis Name"='US HOURLY’ then "Salary"."Current Salary" else
If "Salary Basis"."Salary Basis Name"='US ANNUAL' and "Salary"."Full-Time Equivalent" is not 0.00 then "Salary"."Annualized Salary"/26/"Worker"."Normal Working Hours" else
If "Salary Basis"."Salary Basis Name"='US ANNUAL' and "Salary"."Full-Time Equivalent" = 0.00 then "Salary"."Annualized Salary"/26/8
Expected Output Example:
If there is a way to also write the formula with no rounding, that would be great.