All,
I've seen the various threads about how to calculate business days, but being a relative novice Crystal user, I don't know if they apply to my situation.
I am trying to do a datediff on two fields to calculate whether an SLA was hit or missed. The business days are Monday-Friday with no weekends, so if a ticket is opened on Friday and resolved on Monday, the datediff indicates 2 days instead of 4 days.
Any ideas?
Here's what I have so far that calculates all days:
DateDiff ("d", {Ticket.Submit Date}, {Ticket.Last Resolved Date})
I've seen the various threads about how to calculate business days, but being a relative novice Crystal user, I don't know if they apply to my situation.
I am trying to do a datediff on two fields to calculate whether an SLA was hit or missed. The business days are Monday-Friday with no weekends, so if a ticket is opened on Friday and resolved on Monday, the datediff indicates 2 days instead of 4 days.
Any ideas?
Here's what I have so far that calculates all days:
DateDiff ("d", {Ticket.Submit Date}, {Ticket.Last Resolved Date})