Tables Summing Budgets Incorrectly — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Tables Summing Budgets Incorrectly

edited Nov 6, 2019 9:32PM in Reporting and Analytics for HCM 3 comments

Content

Hello,

I'm created some custom columns based on Case When Statements to calculate our budgets. I've tried both of the case statements below, but the column/pivot tables are summing incorrectly. Does anyone have any idea why?

We are using this instead of annualized as our 0 hour employee's have an annualized pay that is full time.

 

CASE WHEN "Worker"."Normal Working Hours" = '0' THEN 5 ELSE "Worker"."Normal Working Hours" END * 52 * "Salary"."Current Salary"

CASE WHEN "Worker"."Normal Working Hours" = '0' THEN 5*52*"Salary"."Current Salary" ELSE "Worker"."Normal Working Hours"* 52 * "Salary"."Current Salary" END

 

Version

19C
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!