Alteryx Designer Desktop Discussions

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

Date format Change

mmustkee
9 - Comet

Hi Team,

 

Kindly refer attached sheet. We receive data in the format updated in column "A" and wants result as column "E". Could yu please fix the same in Alteryx as column "E".

 

Thanks for your help in advance.

 

Thanks,

Mohammad Mustkeem

7 REPLIES 7
Emil_Kos
17 - Castor
17 - Castor

Hi @mmustkee,

 

Can you also make a screen as for me it is translating me to Polish. I wonder how the output looks for you.

 

Emil_Kos_0-1616059213383.png

 

mmustkee
9 - Comet

Hi 

 

I actually want column "A" to be formatted into date format and result should be as column "E". 

Please help.

 

Thanks,

Mohammad Mustkeem

Emil_Kos
17 - Castor
17 - Castor

Hi @mmustkee,


This is the formula you need:

 

DateTimeParse([Invoice Month],'%b-%y')

 

The output:

 

Emil_Kos_0-1616059840753.png

 

mmustkee
9 - Comet

Hi,

 

Please find screen below:

 

mmustkee_1-1616059865987.png

 

mmustkee
9 - Comet

Hi,

 

I need my my result as Dec-20 as date format not 2020-12-1.

 

Thanks for your response.

Emil_Kos
17 - Castor
17 - Castor

Hi @mmustkee,

 

If you have a date in proper date format you can use this formula:

DateTimeFormat([Date],'%b-%y')

 

Emil_Kos_0-1616060259005.png

 

mmustkee
9 - Comet

Perfect.

 

That worked for me.

Labels