Hello,
I have an unbound calculated field in my report [Days from Planned Submission]. It determines the number of days between 'today' and the date in another field of the same record [Planned Submission Date] by using the DateDiff command {=DateDiff("d",Date(),[MaxOfPlanned_Sub_Date])}. This field works fine. However, I am having trouble creating another calculation field at the bottom of the report which will compute the average for all the DateDiff records in this report. Any advice would be appreciated.
- Grimjack