How we can show only Hours and Minutes for Duration Field in Report.

Easwar1
Kilo Contributor

How we can show only Hours and Minutes for Duration Field in Report. .....I want to Show only Hours and Minutes in Report 

 

find_real_file.png

2 REPLIES 2

Narsing1
Mega Sage

I think this setting will work.  But this applies to all the Duration fields that exists in the instance. Also, I don't see any other setting / code that we can customize.

System Property = glide.ui.duration.seconds.enabled = false

Thanks,

Narsing

Slava Savitsky
Giga Sage

Are you trying to get rid of the Days part and have it displayed in Hours instead? If so, you need to add "max_unit=hours" attribute to the Dictionary entry of the field you are grouping by (I am assuming it is a Duration field). However, note that this will change the way that field is displayed everywhere in the system, not only in reports.