Forum Discussion
Anonymous
3 years agoNot applicable
Convert negative decimal numbers to time (Long Time)
I'm trying to convert negative decimal numbers to a time displayed as hh:nn:ss (Long Time), however, it's giving me an error: Instead of converting the "Verschil" column, I also tried to calcu...
lbendlin
3 years agoSuper User
Dates and Times can only ever be positive. What does your column represent?
Anonymous
3 years agoNot applicable
The "Verschil" column represents the difference in time between "Gepland" and "Aantal"
- lbendlin3 years agoSuper User
Then you need to treat it as a duration data type, not a datetime data type. Not sure if negative durations are supported.