Skip to main content
Solved

Days active from date created

  • February 10, 2021
  • 2 replies
  • 38 views

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?

Best answer by Richardson_Prop

Hi @Richardson_Property - you can do this:

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


Amazing thank you so much that worked.

2 replies

JonathanBowen
Forum|alt.badge.img+18

Hi @Richardson_Property - you can do this:

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


  • Author
  • New Participant
  • Answer
  • February 10, 2021

Hi @Richardson_Property - you can do this:

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


Amazing thank you so much that worked.