I am not sure this can be done but let me try to explain.
This the kind of output I am getting, but I want to shift the times down and put the start time in the first position. I am adding the minutes to the time. This is done in the detail section.
Time Description of activity Time Required
in Minutes
10:50 Start of job 2
11:00 xxxxxxxxxxxxxxxxxxxxxxxxx 10
11:15 xxxxxxxxxxxxxxxxxxxxxxxxx 15
End of job
This is what I am trying to get:
Time Description of activity Time Required
in Minutes
10:48 Start of job 2
11:50 xxxxxxxxxxxxxxxxxxxxxxxxx 10
11:00 xxxxxxxxxxxxxxxxxxxxxxxxx 15
11:15 End of job
The time is calculated from start field (10:48) then added to the minutes. I am trying to get start time for each operation. Each operation has a field numbering it 1,2,3 etc.
Thanks for any help
This the kind of output I am getting, but I want to shift the times down and put the start time in the first position. I am adding the minutes to the time. This is done in the detail section.
Time Description of activity Time Required
in Minutes
10:50 Start of job 2
11:00 xxxxxxxxxxxxxxxxxxxxxxxxx 10
11:15 xxxxxxxxxxxxxxxxxxxxxxxxx 15
End of job
This is what I am trying to get:
Time Description of activity Time Required
in Minutes
10:48 Start of job 2
11:50 xxxxxxxxxxxxxxxxxxxxxxxxx 10
11:00 xxxxxxxxxxxxxxxxxxxxxxxxx 15
11:15 End of job
The time is calculated from start field (10:48) then added to the minutes. I am trying to get start time for each operation. Each operation has a field numbering it 1,2,3 etc.
Thanks for any help