elsenorjose
Technical User
Hello all,
I need to shift the datetime portion of this formula but I can't find a good example in the CR help file. Can someone please assist? I am using CR XI.
Basically I want the first occurrence of the Task Name based on the StartDateTimeUTC but with the StartDateTimeUTC shifted like this:
I need to shift the datetime portion of this formula but I can't find a good example in the CR help file. Can someone please assist? I am using CR XI.
Code:
minimum({usrTask_ALL.StartDateTimeUTC},{usrTask_ALL.TaskName})
Basically I want the first occurrence of the Task Name based on the StartDateTimeUTC but with the StartDateTimeUTC shifted like this:
Code:
shiftdatetime({usrTask_ALL.StartDateTimeUTC},",0",",720")