Is there a way to get a date difference in months ...
# general
e
Is there a way to get a date difference in months in a Saved Search?
Right now, I have this
Copy code
ROUND((TO_DATE({inventorynumber.expirationdate})-TO_DATE({today}))/30)
t
use "months_between"
e
🤦‍♂️
Es correcto
Thanks @Tristan Day it's so obvious in hindsight
👍 1