I have a workflow that I used the DateTimeAdd fuction, because when coming into Alteryx it was coming up as 44183.563345 etc.
I used DateTimeAdd('1900-01-01',[INITIATIVE_DUE_DATE] - 2 ,'days') and it works great, except for the null values in my original data set are now coming back 1900-01-01. I tried to use the data cleansing tool to have those null fields blank, but it does not work.
0
Solved! Go to Solution.
Hi @jjenny50
You can ToDate([Date]) or ToDateTime([Date]) function like below
Workflow:
Hope this helps : )
Solution above is great!
For some reason that does not work for me -now everything comes back as null. When my date field originally comes in as a double. I changed it with a select tool to V_WString. then do the the formula provided.
When I leave it as is - I don't get an option for my fields in the formula column
Hi @jjenny50
If the column is checked in select tool it should till work. Try typing the column name in formula or use the formula tool before selecting.
Hope this helps : )
Thank you. I removed the Select tool, and now I get a parse error: LOL, maybe this isn't just meant to be.