Hello. I am trying to convert a SAS numeric date (the number of days since 1/1/1960) into an alteryx date field for use in my workflow. I have tried doing this: DateTimeAdd(DateTimeParse('1-1-1960','%m-%d-%Y'),[EXP_DT],"days") where [EXP_DT] is my numeric date, or number of days to be added.
But it tells me that the second argument should not be a number.
Let me know if you have any ideas.
Thanks!