Need to pull date from a valueset into an extract via a fast formula — 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

Need to pull date from a valueset into an extract via a fast formula

edited Mar 4, 2019 3:30PM in HCM Integrations 10 comments

Summary

Need to pull date from a valueset into an extract via a fast formula

Content

Hi Experts,
 
Need a quick help!
I have created a table validated valueset with a character data type.
I need to retrieve the previous action_date of an employee.
This query works fine for that in BI Publisher:
SELECT (pao1.ACTION_DATE)
   
FROM   PER_ALL_ASSIGNMENTS_M paam_curr,
   PER_ALL_ASSIGNMENTS_M paam_prev,
   PER_ACTION_OCCURRENCES       pao1
WHERE  paam_curr.PERSON_ID=:{PARAMETER.P_PERSON_ID} (--replace this with an person id with more than 2 action changes in application)
AND    paam_curr.ASSIGNMENT_TYPE='E'

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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