Hi,
I am new to CR, using V8.5. I am striving to get some actual training, but I have an immediate problem I need to resolve. I did a search here first, but I didn't find anything that helped. I may not have been using the correct search words. I apologize if this has been covered in another thread.
My goal is to calcuate response times, or the number of hour, minutes, and seconds between the time an event was assigned to a resource, and the time that resource arrived at that event.
I actually have 4 time stamps that I will eventually need to deal with: Event Creation, Event Dispatch, Event Arrival, Event Clear.
The time is stored in a string in military format like so:
20090606071633ED
I need to use the 071633 for my time calculations. I was trying to use MID but I could not get it to do what I wanted. Now that I think about it, there will be instances where the event will begin prior to midnight, and continue into the next day. Will I need to use the entire date/time data?
Eventually I will be exporting this data to Excel for further massaging as needed.
Any help would be greatly appreciated.
Thanks
I am new to CR, using V8.5. I am striving to get some actual training, but I have an immediate problem I need to resolve. I did a search here first, but I didn't find anything that helped. I may not have been using the correct search words. I apologize if this has been covered in another thread.
My goal is to calcuate response times, or the number of hour, minutes, and seconds between the time an event was assigned to a resource, and the time that resource arrived at that event.
I actually have 4 time stamps that I will eventually need to deal with: Event Creation, Event Dispatch, Event Arrival, Event Clear.
The time is stored in a string in military format like so:
20090606071633ED
I need to use the 071633 for my time calculations. I was trying to use MID but I could not get it to do what I wanted. Now that I think about it, there will be instances where the event will begin prior to midnight, and continue into the next day. Will I need to use the entire date/time data?
Eventually I will be exporting this data to Excel for further massaging as needed.
Any help would be greatly appreciated.
Thanks