J
Joe
Hi,
I am trying to determine phase times in our operation.
Essentially we have data that looks like this...
STAGEVALUE DATETIME
2 10/23/2003 16:11
4 10/23/2003 17:14
8 10/23/2003 17:49
16 10/24/2003 09:49
32 10/24/2003 10:34
64 10/24/2003 14:16
128 10/24/2003 14:31
2 10/24/2003 14:36
4 10/24/2003 18:04
8 10/24/2003 18:23
I want to be able to calculate the times between stages
in a query. For example, I'd like to know the difference
between 128 and 4. the problem is this data will continue
ad nauseum. Any suggestions?
Thanks in Advance.
-Joe
I am trying to determine phase times in our operation.
Essentially we have data that looks like this...
STAGEVALUE DATETIME
2 10/23/2003 16:11
4 10/23/2003 17:14
8 10/23/2003 17:49
16 10/24/2003 09:49
32 10/24/2003 10:34
64 10/24/2003 14:16
128 10/24/2003 14:31
2 10/24/2003 14:36
4 10/24/2003 18:04
8 10/24/2003 18:23
I want to be able to calculate the times between stages
in a query. For example, I'd like to know the difference
between 128 and 4. the problem is this data will continue
ad nauseum. Any suggestions?
Thanks in Advance.
-Joe