CRM On Demand - Reports and Dashboards (MOSC)

MOSC Banner

Time to resolve Service Request. Mon- Friday business days and 9 to 6 Working hrs

I am trying to calculate the time taken to resolve an issue and have to include the above conditions while building the logic. Can anyone help me with this?

I just wanted to post the formula that worked for me just in case if anyone has a similar request

(TIMESTAMPDIFF(SQL_TSI_HOUR, "Service Request"."Opened Date and Time", "Service Request"."Closed Date and Time")) - (TIMESTAMPDIFF(SQL_TSI_DAY, "Service Request"."Opened Date and Time", "Service Request"."Closed Date and Time") * 15) -(( WEEK_OF_YEAR("Service Request"."Closed Date and Time") - WEEK_OF_YEAR("Service Request"."Opened Date and Time")) * 18)

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center