Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Count Number of Days

SimonFEBP
6 - Meteoroid

I am having some difficulty figuring out how to enter a formula to count the number of days from a certain date up until today (or whenever the flow is ran).  it works fine if there is a start and end date but also need to count the number of days a task has been open for based on a start date only.

 

E.G Start Task 1st August - No Completed date as yet - How many days has it been open?

3 REPLIES 3
JamesCharnley
13 - Pulsar

Hi @SimonFEBP 

 

The formula you're going to want to use is DateTimeDiff. If there's no End Date, then you can use DateTimeToday as the second argument. It'd look something like this:

 

JamesCharnley_0-1669194932182.png

 

KrishnaChithrathil
11 - Bolide
SimonFEBP
6 - Meteoroid

Perfect, Thankyou for the quick reply it worked perfectly/

Labels