Issue with the calculation of date type

I created 2 test virtual column

Column Test 1 with this expression:

Column Test 2 with this expression:

These two of Expressions are logically the same. But the result is different:
3X_9_4_940d34f364c66a827b5b5662ac849fd0ba73fe10.png

Thereโ€™s something wrong with this calculation. Please check it

0 5 167
5 REPLIES 5

For more information, TODAY() = โ€œ10/22/2020โ€

The result of TODAY() - โ€œ10/21/2020โ€ is a duration in hours like 24. If you want to convert that as days, you need to divide the result with 24.

So, you mean: TODAY() - โ€œ10/21/2020โ€ = 24
But: โ€œ10/21/2020โ€ + 1 = TODAY()

Steve
Platinum 4
Platinum 4

For reference:






Correct

Top Labels in this Space