Nov 13, 2008 #1 pggo08 Technical User Nov 13, 2008 1 US Using crystal 10. Trying to create a formula to find elapsed time between PDMTimeToDateTime ({call_req.open_date}) Example: 11/12/08 3:31 pm and PDMTimeToDateTime ({call_req.close_date}) Example: 11/12/08 4:35 pm Thanks for any Help!!
Using crystal 10. Trying to create a formula to find elapsed time between PDMTimeToDateTime ({call_req.open_date}) Example: 11/12/08 3:31 pm and PDMTimeToDateTime ({call_req.close_date}) Example: 11/12/08 4:35 pm Thanks for any Help!!
Nov 14, 2008 #2 IanWaterman Programmer Jun 26, 2002 3,511 GB 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 Upvote 0 Downvote
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