you are really in the wrong forum. Use Business Objects Crystal Reports Formulas.
However, to answer your question use the crystal function datediff
datediff("n", ({call_req.open_date}, ({call_req.close_date})
This will return minutes, using h = hours, s = seconds.
Ian