Avg Calculation using rel_date_diff function
Content
Hi All,
I want to calculate average between two dates (incidents closed and incidents created) using rel_date_diff function for excluding holiday and for this I am writing below expression in a column but not seems not working for me.
Avg(rel_date_diff(incidents.closed, incidents.created,response_reqs.rr_id))
Is there any way to calculate avg time between two dates using rel_date_diff?
Tagged:
0