Hi Everyone, Hope everyone is doing well.
I have dataset which consists of around 800,000 records, and out of those hugh number of Records, THere is a column which contains "date" in Numeric format. like "43549" There are almost 800,000 records in the date column. Now I'm trying to change the format to Alteryx Default Date format.
i tried using ToDate() function, and datetimeadd(ToDate('1900-01-01'),ToNumber([Date Col]),
THis is running giving expected results in the Alteryx Desktop designer, But when I try to run on gallery it is throwing
- ToNumber "yyyy-mm-dd" Lost information in conversion
- Conversion error Limit Reached
Anyone has any idea how to resolve on the gallery side.
Please help.