I’m trying to get a column which show the “days until” a meeting in bases. I have a "scheduled_date property (of type “date”) and I’d like to subtract today’s date.
Things I have tried
I’ve tried with this code in a formula field: ($scheduled_date - date(today)).days
But I get no results (empty cell)
Can you help me?