How to change the chart display of time

Is there a way to have this info display in a more useful format like days and weeks?

@Jeffrey_Marler - could you open one of those number charts and screenshot your setup? In my experience, I have mostly (only?) seen numbers rolled up to weeks/days instead of hours, which is actually annoying IMO. There’s actually an open feedback request to present data as you see it now, so I’m curious if there’s some kind of test being run.

I have a custom Dwell formula that takes the completed date - created date. Then I have it filtered by date and by the specific tasks I want to get the dwell time for

I like the way it displays in the list view
image

@Jeffrey_Marler - wow, this is super weird but fields like time tracking and estimated time show in list view as xxHyyM but in number chards as weeks/days/hours while formula fields (like yours, confirmed in my own testing) show in list as the reverse. No idea why that’s the case, and I’m not aware of any workarounds to solve. I know that @Richard_Sather has done some cool work with formula fields; maybe he can share some insight on this

Hey @Stephen_Li , thanks for looping me in here.

@Jeffrey_Marler , here is how to create a formula field that will format time in hours:

In your particular case, you may need to end up both fields, if you want them displayed on list view in weeks and days, also.

You could tweak the formula to divide the hours by 24 to give you the result in decimal days only. Or divide by 168 (24h x 7d) to give you the result in decimal weeks (but not weeks and days).

3 Likes