Hi,
I wonder if anyone knows how to solve the following:
I have calculated the hours between a "Reported date" and a "Resolved date". Sometimes the "Reported date" occurs before a weekend and is resolved after the weekend. But the calculationen shall exclude Saturdays and Sundays. How can I exclude the weekends?
For now I have done like this:
DateDiff ("h", {Incident.AZReportedDate}, {Incident.AZ_ResolvedDate})
I would appreciate any help!
Regards
Ulrika
I wonder if anyone knows how to solve the following:
I have calculated the hours between a "Reported date" and a "Resolved date". Sometimes the "Reported date" occurs before a weekend and is resolved after the weekend. But the calculationen shall exclude Saturdays and Sundays. How can I exclude the weekends?
For now I have done like this:
DateDiff ("h", {Incident.AZReportedDate}, {Incident.AZ_ResolvedDate})
I would appreciate any help!
Regards
Ulrika