String number to date
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello Team
I got a quick question. I hope somebody can help me with this.
I load an excel file in alteryx. and one of the columns have dates. But, when I start to see the data in alteryx I see the regular number like 42887 and in excel is 2017-06-01.
Somebody know if there is any function in Alteryx can help to transfer the number to de date format?
I ready try with the Datetime tool
Thanks in Advance
Solved! Go to Solution.
- Labels:
- Date Time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
this should be in designer discussions - but the short is those are dates as ints (so days since 1899-12-30 or something) so try datetimeadd("1899-12-30",[yourfield],"days")
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks for you post, @vfernan6. For more visibility, I am moving it to our Designer Discussions board. Moving forward, feel free to send your questions in here so the Community members can help you out easily. 😉
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I do not try this one, but let me test it.
