Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
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
binuacs
21 - Polaris

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

binuacs_0-1753825904336.png

 

jwadhwa00
5 - Atom

That worked! Thank you!

Labels
Top Solution Authors