Hi! I'm trying to calculate how much time has passed on a DateTime field in CR 10, but am struggling with the logic.
Here's a sample from my report:
STATUS: TRANSACTION DATE: LOGIN:
------- ----------------- ------
REQ MATL 1/11/2010 7:25:49AM JDOE
BUYER 2 1/11/2010 11:27:37AM BMSITH
MATLS ORDERED 1/11/2010 1:46:03PM BSMITH
CLOSED/RECVD 1/15/2010 3:16:37PM BSMITH
Essentially I'm trying to determine the length of time between each change in status. How long did it take for the status to go from 'REQ MATL' to 'BUYER 2' and so on.
I know I could use the DATEDIFF function if I was calculating the difference between two separate datetime fields, but am not sure how to calculate the interval using just the one datetime field.
Btw, the data shown above is listed in the Details section of the report.
Can anyone please help?
Here's a sample from my report:
STATUS: TRANSACTION DATE: LOGIN:
------- ----------------- ------
REQ MATL 1/11/2010 7:25:49AM JDOE
BUYER 2 1/11/2010 11:27:37AM BMSITH
MATLS ORDERED 1/11/2010 1:46:03PM BSMITH
CLOSED/RECVD 1/15/2010 3:16:37PM BSMITH
Essentially I'm trying to determine the length of time between each change in status. How long did it take for the status to go from 'REQ MATL' to 'BUYER 2' and so on.
I know I could use the DATEDIFF function if I was calculating the difference between two separate datetime fields, but am not sure how to calculate the interval using just the one datetime field.
Btw, the data shown above is listed in the Details section of the report.
Can anyone please help?