Using Base 6.1.3.2 on Windows 10 with Embedded Firebird. Can’t get the Accumulation function to work for a report field which is calculated in the query, Accumulated field remains blank.
The SQL for the calculated field is:-
SELECT CAST( ( ( “FinishTime” - “StartTime” ) / 3600 ) AS DECIMAL ( 10 , 2 ) ) AS “TotHrs”
and the capture shows how I’ve defined the Accumulation field.