Workflow to Calculate Difference between Open Date and Close Date
We are trying to determine how many hours passed between when a SR is Opened and Closed. The closest I've been able to come up with is using (JulianDay([<ClosedTime>]) - JulianDay([<OpenedTime>]), but this only gives a number between 0 and 4. We'd like the number to be in hours, so 14 hours instead of 0 days.
Any ideas on how to make this work??? I tried coming up with a CAST statement, but wasn't able to come up with a way that worked.
Thanks!