Hi, rather than start a new thread, this seemed very related to what I am trying to do, so I thought I would add this here. Thanks in advanced!
Okay, I have v8.5.
I have time fields I want to calculate. Lets say we have:
PlannedStartTime
ActualStartTime
PlannedEndTime
ActualEndTime
I would like to do the following:
1. Difference, in minutes, between ActualStartTime and PlannedStartTime. (Note, actual may start BEFORE planned, so I would like negative and positive nmumbers to help me see which is late and early).
2. Boolean to return True/False on "Is ActualStartTime greater than or equal to PlannedStartTime + 15 minutes" (if start time is 7:00, is the actual after 7:15).
3. Similar to 2, but with ranges. For example, I would categories something that is "late" within 15 - 30 minutes, 31 - 60 minutes, 61 - 90 minutes...