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

Rolling 90 Days Data from Date field

Hi Experts,

 

I need your help in filtering data for Rolling 90 days data from Date field, which contains text as well as date in the field. I have tried using the filter tool, but i see the results with all the future dates in the field. attached the sample workflow.

 

could someone please help in getting the desired output.

 

Thanks 

1 REPLY 1
alexnajm
18 - Pollux
18 - Pollux

You need to convert your Date field into an actual Date!

 

DatetimeParse([Date],"%d-%b-%Y") >= todate(DateTimeAdd(DateTimeNow(),90,'days'))

Labels
Top Solution Authors