Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×I have a time field named ''Time to close by Technician'' which gives values in DD:HH:MM
When i export in csv it gives values that are random numbers.
Anyone knows how to fix this?
Thanx
Exports give you the actual data that is in the field, and you are not getting random numbers. Date and time are held as "epoch offsets" - a number of seconds or milliseconds since a specific date.
Your field sounds like a dedicated length-of-time field, which stores a length of time in the same way (a number of seconds or milliseconds) but presents it in a more human friendly way.
Try dividing the number you are getting by 3600
Hi @George Tsangaris, fields like time spent can be exported in seconds, so you need to convert the values to the format you expect. Random numbers sound like serial numbers when you open them in excel, which you need to convert to date format by selecting the column and applying the date format or a custom date format. If what I mentioned didn't help, It would be helpful if you could provide more details such as the custom field type you're using, screenshot, etc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanx for the info guys, those numbers were indeed percentage of the working day
The easiest way was to create another field but instead of ''Calculated Number Field (by JWT)'' this time we chose ''Calculated Text Field (by JWT)''
The expression would be
shortFormatDuration({issue.cf13012})
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.