cancel
Showing results for 
Search instead for 
Did you mean: 

Complete within 48 Hours

cothmer
Participant
0 Kudos

I have a report that shows the datediff in hours between 2 date\time fields. Is there a way to show those that were done within 48 hours ?

Accepted Solutions (1)

Accepted Solutions (1)

vitaly_izmaylov
Employee
Employee
0 Kudos

Not sure if I understood the question, but a simple formula:

DateDiff ( "h",{@DateA},{@DateB}) <= 24

Answers (0)