Question
How to convert currentStatusDuration to days in calculated column in textmode?
Hello, I am looking to convert the developer object currentStatusDuration to days instead of hours as is default. When I run the below it is giving 0's so I think it is close but something must be off in my code.
displayname=Days in Status
textmode=true
valueexpression=DIV({currentStatusDuration},24)
valueformat=double