Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Changing Month Year into a date in Alteryx

kv-defy
8 - Asteroid

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?

2 REPLIES 2
DavidSkaife
13 - Pulsar

Hi @kv-defy 

 

Did you have the right custom format set? please see attached:

 

DavidSkaife_0-1658477207967.png

 

grazitti_sapna
17 - Castor

@kv-defy, another way to solve this problem using the formula tool.

 

DateTimeParse([Timeline],"%b %Y")

 

grazitti_sapna_0-1658477612364.png

 

Thanks!

Sapna Gupta
Labels