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

Convert String to Date and Perform Calculation

jagjit_singh
8 - Asteroid

Hi All,

 

I have tried all the string to date tools in Alteryx which formats the date to dd/mm/yyyy but when i perform a calculation like  

DateTimeAdd([Entry Date],-1,"days") = [Exit Date] it does not work. Any ideas?

 

 

 

TENANT_NUMB Entry Date Old Property New Property Exit Date
10581 2013/12/02 1069 1080 2013/12/01
10581 2014/02/26 1069 3869 2013/12/01
10581 2013/12/02 1080 1080 2014/02/25
10581 2014/02/26 1080 3869 2014/02/25

 

 

Thanks

Jag

1 REPLY 1
jagjit_singh
8 - Asteroid

Got it, i had to convert the datatype to date/time and it worked.

 

 

Labels
Top Solution Authors