Alteryx Designer Desktop Discussions

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

How to filter out based on custom date

Dittau
8 - Asteroid

Hello,

 

I am using the filter tool and want to be abke to filter out certain info if a date is today or in the future. Whats is the formula i would use for this?

 

ex: any row with a cell under the date column of 4/10/2022 and in the future gets filtered out

4 REPLIES 4
binuacs
21 - Polaris

@Dittau use the condition [Date] >= DateTimeToday()

 

Where the [Date] is your date field in the input file

 

binuacs_0-1681146623918.png

 

Dittau
8 - Asteroid

That didn’t work for me can you type it out like if you had the below ex and you wanted to filter out items 4/10/2022 and in the future

 


column 1      Date

a.                   4/10/2023

b.                   4/09/2023

c.                    6/11/2025

 

does the date format have to be in alteryx date format yyyy-mm-dd for this formula to work?

binuacs
21 - Polaris

@Dittau First you need to convert the Date field into Alteryx Date Format

 

binuacs_0-1681147018868.png

 

nagakavyasri
12 - Quasar

@Dittau Date parse the given date and add filter

 

Screenshot 2023-04-10 132102.png

Polls
We’re dying to get your help in determining what the new profile picture frame should be this Halloween. Cast your vote and help us haunt the Community with the best spooky character.
Don’t ghost us—pick your favorite now!
Labels