We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Filter based on date

ShantanuDagar
8 - Asteroid

Hello,

 

I have a column in date format.

 

yyyy-mm-dd

 

I need to filter the ones which are in december. That is mm =12.

 

What is the way to do this in minimum steps possible?

 

Thanks

1 REPLY 1
binuacs
21 - Polaris

@ShantanuDagar 

 

DateTimeMonth([Date])=12

Labels
Top Solution Authors