Help
Shane_Richey
4 - Data Explorer
4 - Data Explorer
since ‎Jan 03, 2020
‎Nov 29, 2022

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

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})...