Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
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