Substract Timestamps

Hi,

Iโ€™m trying to substract two timestamps to achieve the duration. So far the formula is the column with the start timestamp minus the ending timestamp of the process. I already set the column type to Duration but it says โ€œArithmetic expression โ€˜([TIMEDATE RECIBIDO]-[TIMEDATE RECIBIDO TRANSPORTADOR])โ€™ has inputs of an invalid type โ€˜Unknownโ€™โ€

Any thoughts? Thanks for the help!

Solved Solved
0 4 523
1 ACCEPTED SOLUTION

@AlejandroCamacho
Set the expression like this:

([TIMEDATE RECIBIDO] - "000:00:00") - ([TIMEDATE RECIBIDO TRANSPORTADOR] - "000:00:00")

View solution in original post

4 REPLIES 4

@AlejandroCamacho
Set the expression like this:

([TIMEDATE RECIBIDO] - "000:00:00") - ([TIMEDATE RECIBIDO TRANSPORTADOR] - "000:00:00")

Hi Levent! Good to read from you again!

I tried your solution but it shows the same message:

Iโ€™m I missing something? Thanks again!

@AlejandroCamacho
Are those [TIMEDATE RECIBIDO] and [TIMEDATE RECIBIDO TRANSPORTADOR] columns DATETIME type?

Yepโ€ฆ that was it, so sorry to have missed that. Thank you so much!

Top Labels in this Space