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?

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

1 Like