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.
How can we take out public holiday hours from calculation of total hours per day?
Hi,
We have a custom fast formula, where we would like to exclude, in the calculation of total number of hours per day, the hours booked on a public holiday.
ex: if a person books 4 hours + other 4 hours as public holiday (in the same day) => we want to get a total of 4 hours (only the ones he worked that day).
Found this function to get total number of hours:
wk_hrs_total_day = get_wrk_num (ffs_id , 'wk_hrs_total_day' , 0, 0 )
But how can we exclude the hours booked as public holiday? As the above is getting a total of everything .
0