I’m stumped on how to add up duration fields (segment run times from different tabs) to add up a total run time comprised of multiple segments.
I’m working with 3 “segment” types here.
The shortest segments, “Tab A” are linked to the medium one “Tab B” So, records from “Tab A” are added together to get a run time for some “Tab B” segments, but not all. Some “B” segments have no elements from “Tab A,” So I created a function field that adds up “Tab A” durations, along with a duration field just for segments unique to “Tab B”
Our longest, “Tab C” are made up of records form both “A” and “B”. But for some reason, the total run time for “Tab C” is not adding up!
What I want is a total from A-Unique TRT, B-Combined TRT and B-Unique TRT to add up to a total duration time in the “Total TRT” field. In the screenshot below, the first record should total 10:00, but it’s showing as 0:01.
The formula I am using is “SUM({B-Combined TRT}+{A-Unique TRT}+{B-Unique TRT})”
Is the zero in Combined TRT causing the error? I can’t figure it out.