CSADataCruncher
Technical User
I'm currently calculating the interval between two date fields in our database. However, now I've been asked to exclude holidays and weekends.
Here is my original formula for just the plain date calculation:
DateDiff ("d",{@SRCreated},Minimum ({v_TimesheetDetailReview_CSA_Dept.StartDate}, {v_Incident.IncidentNumber}))
Can anyone tell me how to modify this formula so that it excludes holidays and weekends?
Thank you,
CSADataCruncher
Here is my original formula for just the plain date calculation:
DateDiff ("d",{@SRCreated},Minimum ({v_TimesheetDetailReview_CSA_Dept.StartDate}, {v_Incident.IncidentNumber}))
Can anyone tell me how to modify this formula so that it excludes holidays and weekends?
Thank you,
CSADataCruncher