J
Jeff
Trying to create a query which will perform the following
function.
Take a date field [Date received] and another date field
[Date resolved]. Generate an average of how long it takes
to resolve. Here's the expression I'm using.
AverageDate: Avg([Date resolved]-[Date reported])
This is working fine, but now I need to add in one more
feature. I want to know only the average number of
weekdays (Monday through Friday) that it takes. Is this
possible?
function.
Take a date field [Date received] and another date field
[Date resolved]. Generate an average of how long it takes
to resolve. Here's the expression I'm using.
AverageDate: Avg([Date resolved]-[Date reported])
This is working fine, but now I need to add in one more
feature. I want to know only the average number of
weekdays (Monday through Friday) that it takes. Is this
possible?