Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Need to pull date from a valueset into an extract via a fast formula
Summary
Need to pull date from a valueset into an extract via a fast formulaContent
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'
Tagged:
1