I want to get the average time for my "Late External Documents" field in my report footer.
To get the "Late External Documents" time, I used the DateDiff function. My two date fields used in the DateDiff function are: "Appointment Time" and "External Documents" recieved time.
The results format for the "Late External Documents" field looks like this: 2d 15hrs 25min
Example of the report and what I want:
number Late Extrn Docs
1 2d 15hrs 25min
2 1d 21hrs 0min
3 0d 15hrs 55min
4 0d 2hrs 31min
5 1d 0hrs 15min
6 3d 0hrs 0min
---------------------------------
report footer
AVG: (average time for all 6 records)
I hope this is clear. Thanks in advance!
To get the "Late External Documents" time, I used the DateDiff function. My two date fields used in the DateDiff function are: "Appointment Time" and "External Documents" recieved time.
The results format for the "Late External Documents" field looks like this: 2d 15hrs 25min
Example of the report and what I want:
number Late Extrn Docs
1 2d 15hrs 25min
2 1d 21hrs 0min
3 0d 15hrs 55min
4 0d 2hrs 31min
5 1d 0hrs 15min
6 3d 0hrs 0min
---------------------------------
report footer
AVG: (average time for all 6 records)
I hope this is clear. Thanks in advance!