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.

Dynamic Input changing date format

saachitalwar
8 - Asteroid

I am picking a file using dynamic input and it's reading the date entirely wrong.

 

I have attached screenshots of the actual input date and the input being read by Alteryx.

 

Any help identifying the error here and how to resolve it is appreciated.

 

Thanks!

2 REPLIES 2
alexnajm
18 - Pollux
18 - Pollux

Just convert it after reading it in! It is in Excel numerical date format so lot of articles in the Community can help, like this: Solved: How to convert the Excel numerical date to date in... - Alteryx Community

binuacs
21 - Polaris

@saachitalwar as @alexnajm mentioned you can use the toDate() function to convert the numeric datatype into Date format

image.png

 

Labels
Top Solution Authors