This content has been marked as final.
Show 5 replies
-
1. Re: I need to get the difference of two date-times within the same column
Shawn Wallwork Aug 22, 2014 1:17 PM (in response to Kristian DiGaetano)Kristian, your workbook is password protected. You'll need to extract the data and repost the workbook.
--Shawn
-
2. Re: I need to get the difference of two date-times within the same column
Kristian DiGaetano Aug 25, 2014 6:29 AM (in response to Kristian DiGaetano)Please try this.
-
Harvest Activity.twbx 89.1 KB
-
-
3. Re: I need to get the difference of two date-times within the same column
Kristian DiGaetano Aug 25, 2014 6:48 AM (in response to Kristian DiGaetano)It was figured out by Ryan Stryker. Thank you for trying to help.
-
4. Re: I need to get the difference of two date-times within the same column
Shawn Wallwork Aug 25, 2014 7:13 AM (in response to Kristian DiGaetano)Please post the solution workbook. Thanks.
--Shawn
-
5. Re: I need to get the difference of two date-times within the same column
Kristian DiGaetano Aug 25, 2014 7:17 AM (in response to Kristian DiGaetano)This is the basis for solving the issue. We used the following calc.
ABS(DATEDIFF('hour',ATTR([Exec DateTime]),LOOKUP(ATTR([Exec DateTime]),-1)))