Hi,
How can I minus two Dates and get a number instead of Duration?
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