Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have below two date fields :-
So here issue_red_date is the date when issue was raised and Logged_Date is when the issue was logged in the system.
I need to calculate Loged_working_hours using below :-
networkdays(logged date- issue recived date
How can I calculate networking days of both the dates and then calculate the difference ?
Can anyone please help ?
try: networkdays(LOGGED_DATE_New,ISSUE_RECD_DATE_New)
networkdays (start_date, end_date [, holiday])