Avg/Total Handle Time by Supplier (Organization)
Content
Hello,
I am working on a report that requires the Avg. Total handle time by supplier. How is this calculated? I copied the following formula from a different report but it does not seem to work:
to_number( to_char( sum( if( inc_performance.intv_type = 4, inc_performance.rel_time ) ) / sum( if( inc_performance.intv_type = 4 & inc_performance.rel_time >0, 1 ) ) ) )
I copied this formula from a report that shows it by Agent, but I want it by Supplier (Organization), is there anything I need to do to make this work? Can someone help explain this to me, I am new to Oracle.
Tagged:
0