Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
In my table i have casecreated and case closed fields.i want the output as no.of working days between that case created and caseclosed
Networkdays(CaseCreatedDt,CaseClosedDt)
NetworkDays(Date(case created),Date(case closed),'Possible holiday dates')) as [Working Days]