So … I’m trying to show the duration in hours, like this: 1.5 … instead of 1 Hrs 30 Mins.
I feel like such a dolt … I’ve went through all the math things and the format thing … what am I missing?
I feel like such a dolt … I’ve went through all the math things and the format thing … what am I missing?
Hi @KeyBerry , you can try this:
Have the “Hours” column be a calculated duration.
For the “Hours Work” column, use this formula:
thisRow.Hours.ToMinutes()/60
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.