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

Salary History As of Year End

edited Apr 29, 2020 2:13PM in Reporting and Analytics for HCM 4 comments

Summary

Salary History As of Year End

Content

I have a requirement to display salary as of 31-Dec-YYYY (YYYY is the Year end date) .

Am able to get the value based on Calendar Year End .

I need to find the salary wherein Calendar Year End is between the Salary Start date and Salary End Date.

Could you throw some pointers on how to achieve it.

Code Snippet

SET VARIABLE PREFERRED_CURRENCY='User Preferred Currency 1';SELECT
   0 s_0,
   "Payroll - Element Entries History Real Time"."Element"."Element Name" s_1,
   "Payroll - Element Entries History Real Time"."Element"."Employee Input Currency" s_2,
   "Payroll - Element Entries History Real Time"."Time"."Calendar Year End Date" s_3,
   "Payroll - Element Entries History Real Time"."Worker"."Assignment Status Type" s_4,
   "Payroll - Element Entries History Real Time"."Worker"."Person Number" s_5,
   CASE WHEN "Payroll - Element Entries History Real Time"."Input Value"."Input Value Name" ='Award Amount' AND "Payroll - Element Entries History Real Time"."Element"."Element Name" ='Global AIP Plan Earnings' THEN 'AIP
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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