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.
BI report to extract Status information for Absence Management
Summary
Any pre build report to extract absence type and status information for Absence Management?Content
Hello,
If anyone has any pre build report/query to fetch the details highlighted in uploaded image?
I have a created the below query to fetch data but we are getting some duplicate data in it. Might be some join issue.
Query:
SELECT htr.measure,
TO_CHAR(htr.start_time, 'MM/DD/YYYY') start_date1,
TO_CHAR(htr.stop_time ,'MM/DD/YYYY') end_date1,
ancatrbs.attribute_category anc_absence_type,
htr.resource_id,
htr.unit_of_measure,
APAE.*
FROM hwm_tm_rep_atrbs ancatrbs
Tagged:
0