Start Free Trial

Alteryx Designer Desktop Discussions

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

Create a new column for Month

jwadhwa00
5 - Atom

Hi! I am trying to create a new column in a sheet using the formula tool, that takes a date (YYYY-MM-DD) and produces a "month" column with the value as a string (ie JAN). I can't figure out what I am doing wrong and would love some help.

 

Screenshot of data sheet for reference; 

 

 

2 REPLIES 2
binu_acs
21 - Polaris

@jwadhwa00 use the DateTimeFormat([Date],'%b') function

binuacs_0-1753825904336.png

 

jwadhwa00
5 - Atom

That worked! Thank you!

Labels
Top Solution Authors