As the title says, I'm trying to find the sum of a field I created in a report, which is for the difference in 2 times (in seconds). Here's what I'm trying:
=Sum(DateDiff(" s",[ReviewStartTime],[ReviewStartTime]))
and it comes up as 0.
Is it because the field was created in the report and it's not an actual field on the table?
Is it possible to put a DateDiff as an actual field on the table and would that simplify things?
Thanks!
Jesse
=Sum(DateDiff(" s",[ReviewStartTime],[ReviewStartTime]))
and it comes up as 0.
Is it because the field was created in the report and it's not an actual field on the table?
Is it possible to put a DateDiff as an actual field on the table and would that simplify things?
Thanks!
Jesse
Comment