Forum Discussion

laurent_dec's avatar
laurent_dec
Frequent Visitor
3 years ago
Solved

Convert decimals to a time column

Hello, I already tried a many solutions suggested, but still no success. I have a column with the values of time trackings, expressed in decimals: example: 0,1667 = 10min My new column: xx_st...
  • grantsamborn's avatar
    grantsamborn
    3 years ago

    Hi laurent_dec 

    Does this help?

     

    xColumn = FORMAT( [xx_starting_time] / 24, "long time" )
     
    Also, look for blank or negative values in the different parts of your column definition as that will raise the error you received.