We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Error Message Decodification and Solution

Wxlima17
5 - Atom

I changed the data field format in the source without success. What does this error mean, and how do we fix it?

 

 

1 REPLY 1
DataNath
17 - Castor
17 - Castor

Hey @Wxlima17, you can't convert this field into a date because it's not in ISO (YYYY-MM-DD) format. If you want to treat the field as a date then you'll need to parse it by using the DateTime tool or the DateTimeParse() function in the Formula tool.

 

https://help.alteryx.com/2018.3/DateTime.htm?Highlight=date%20time

 

https://help.alteryx.com/current/en/designer/functions/datetime-functions.html#datetime-functions-65...

Labels
Top Solution Authors