BlurredVision
Technical User
Hello All..
Looking for a little help.
I have the following information
Jobname Date/Time
TR350 01/19/2004 00:23
TR350 01/20/2004 01:00
CYCLE 01/19/2004 02:00
CYCLE 01/20/2004 02:15
CYCLE 01/21/2004 02:05
CYCLE 01/22/2004 02:00
I need to find the Maximum datetime of the jobname TR350, then I need to pull the first datetime of CYCLE that follows TR350. In the example above, I need to pull the following
TR350 = 1/20/2004 01:00
CYCLE = 1/20/2004 02:15
Thanks for any help given.
Looking for a little help.
I have the following information
Jobname Date/Time
TR350 01/19/2004 00:23
TR350 01/20/2004 01:00
CYCLE 01/19/2004 02:00
CYCLE 01/20/2004 02:15
CYCLE 01/21/2004 02:05
CYCLE 01/22/2004 02:00
I need to find the Maximum datetime of the jobname TR350, then I need to pull the first datetime of CYCLE that follows TR350. In the example above, I need to pull the following
TR350 = 1/20/2004 01:00
CYCLE = 1/20/2004 02:15
Thanks for any help given.