Hi, How can I minus two Dates and get a numb...

Hi,

How can I minus two Dates and get a number instead of Duration?

0 2 416
2 REPLIES 2

thank you

Are you looking for number of daysโ€™ difference between two dates ? If so,then please try the following expression

HOUR ( [Date1] - [Date2] ) / 24

Top Labels in this Space