Any update on this as I can't even do a simple summation of a time sheet report
Works when I put some html code in the summary section of a query. For example THIS WORKS
<FONT COLOR="Red"><p align='right'><b>Launches Mnth: <<SUM Gliders.LaunchesThisMonth>>. Hrs month: <<SUM Gliders.HoursThisMonth>> . Launches Yr: <<SUM Gliders.LaunchesThisYear>>. Hrs Yr: <<SUM Gliders.HoursThisYear>> . Airtime Fees Yr: £<<SUM Gliders.Airtime_Fees_This_Year>> </b></p></FONT>
WON'T work when I put a SUM field in either a group footer or page footer on a report
For example: I have a group band called employees. The detail line contains, Employee ID, shift start time, shift end time and shift duration.
I have a calculated field the the band footer "SUM Shift Duration"
If I set the evaluation details in properties to "When the expression is encountered I can get something to print. Unfortunately its a rolling total of all the previous employees shift durations - not what I want.
If I set the evaluation details to "At the end of the group" - Nothing prints
To reiterate - this only applies to duration fields. Numbers are fine