Hello, I am using this start expression in an excel template <<Start:SELECT(Daily Report 2[Unique_ID], [Job Number] = [_THISROW-1].[Job Number])>><<[Job Number]>>
There is a Column called <<[Total Travel Time]>> this is a DURATION column in appsheet, and it displays in appsheet and in the source data table as HH:MM:SS. This is good.
The problem is Wwhen the data is displayed in the template with the above expression it displays in DAYS ( ie 12 hrs displays as 0.500).
How can I fix this to display in hours in the template?