I’m trying to set up a chart block to show total time spent on each project. My task entry table is set up with a record for each task with time start and time end fields. A third field named ‘Total’ contains the formula DATETIME_DIFF({End}, {Start})...