BG_ABSENCE_DURATION
Hi Team,
I copied template formula to make BG_ABSENCE_DURATION formula. But the formula includes weekends. I replaced the function DAYS_BETWEEN with GET_WORKING_DAYS. But, this returns value zero. Please advise.
/* absence in days */
ELSE
(
duration = to_char(GET_WORKING_DAYS(date_end,date_start) + 1) /* DAYS_BETWEEN is replaced with GET_WORKING_DAYS to exclude weekends*/
)
Thanks
Ashok Patil.