Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Date Difference in Alteryx.

3 REPLIES 3
RolandSchubert
16 - Nebula
16 - Nebula

Hi @rohit782192 ,

 

there is a function DATETIMEDIFF to calculate the difference between two dates.


DateTimeDiff([Field1],[Field2],'days')

 

where 'days' can be replaced by the unit you need (e.g. 'month').

 

Best,

 

Roland

rohit782192
11 - Bolide

I Tried it is working for me.

okaychill
5 - Atom

I tried it is giving null for some values not sure why though

okaychill_0-1677779648316.png

 

Labels
Top Solution Authors