This one is proving difficult to resolve even though it should be simple.
Using Crystal Reports 9, I'm trying to calculate a target date and time for a Remedy case resolution. I need to be able to calculate depending on the contents of the Priority field, what the target will be.
So for priority 1 calls, there are no business hours/holiday restrictions. Therefore it should just be the date/time + 8 hours. So for example, if I assume the datetime string is:-
"01/07/2003 18:00:00"
The datetime result should be, "02/07/2003 02:00:00".
Nothing I have tried so far has been able to add 8 hours to a datetime field. I don't want to have to go to the level of breaking the date/time down into its components as this will be so much hassle.
Any help or advice on this date manipulation question is appreciated!
Using Crystal Reports 9, I'm trying to calculate a target date and time for a Remedy case resolution. I need to be able to calculate depending on the contents of the Priority field, what the target will be.
So for priority 1 calls, there are no business hours/holiday restrictions. Therefore it should just be the date/time + 8 hours. So for example, if I assume the datetime string is:-
"01/07/2003 18:00:00"
The datetime result should be, "02/07/2003 02:00:00".
Nothing I have tried so far has been able to add 8 hours to a datetime field. I don't want to have to go to the level of breaking the date/time down into its components as this will be so much hassle.
Any help or advice on this date manipulation question is appreciated!