SOLVED
Changing Month Year into a date in Alteryx
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
kv-defy
8 - Asteroid
‎07-22-2022
01:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I have attempted changing the month year to a date using Date Time feature and it does not work.
Attached is the excel file. I am trying to change the MMM YYYY to a legitimate date as an output. How can I do it?
Solved! Go to Solution.
Labels:
- Labels:
- Input
- Preparation
2 REPLIES 2
DavidSkaife
14 - Magnetar
‎07-22-2022
01:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
grazitti_sapna
17 - Castor
‎07-22-2022
01:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@kv-defy, another way to solve this problem using the formula tool.
DateTimeParse([Timeline],"%b %Y")
Thanks!
Sapna Gupta
