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

Filtering Specific Months

Adam_B
8 - Asteroid

Hello Alteryx world, 

 

I have a data set attached that has random dates from 2020-2022.  I would like to only filter from August 1, 2022 through September 30, 2022.  I have seen many different ways throughout the discussion boards, but none that fit me needs.  Any assistance would be appreciated. 

 

I have tried this, but it has not worked:

 

Adam_B_0-1664896859510.png

 


Thanks, 


Adam 

3 REPLIES 3
DataNath
17 - Castor
17 - Castor

@Adam_B your dates are coming in in the correct format so no need to parse them. You should just be able to use a basic filter, leveraging the date range like so:

 

DataNath_0-1664897471426.png

 

If you hit 'Custom Filter' you can see the expression that is automatically generated by this. Alteryx works with dates in YYYY-MM-DD format and so you just need to type in your date boundaries in this form if you're going to manually enter one:

 

DataNath_1-1664897561013.png

MilindG
12 - Quasar

MilindG_0-1664897485679.png

 

binuacs
21 - Polaris

@Adam_B One way of doing this

 

binuacs_0-1664897550217.png

 

Labels
Top Solution Authors