Skip to main content

Hi Brains trust.

I am wanting to show the days a job has been active for, from the date the job was created. All the formulas i’ve been trying aren’t working. Any tips please?

Hi @Richardson_Property - you can do this:

DATETIME_DIFF(TODAY(), {Created date}, 'days')


Hi @Richardson_Property - you can do this:

DATETIME_DIFF(TODAY(), {Created date}, 'days')


Amazing thank you so much that worked.