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

Date range issue

rhearns1
8 - Asteroid

I am trying to filter 1,544 results for the next 2 weeks.  However the filter doesn't produce the correct results.  What am I doing incorrectly?

 

 

 

14 REPLIES 14
rhearns1
8 - Asteroid

I'm sorry, I didn't see AND

alexnajm
18 - Pollux
18 - Pollux

No problem! Hopefully it works now then!

rhearns1
8 - Asteroid

Alexnajm, 

 

I am trying to get basically a date range that automatically provides appointments for the next 20 days.  This is what I have thanks to your help:

 

[Next Cardio Appt]<=DateTimeAdd(DateTimeNow(), 20,'days') AND [Next Cardio Appt]>DateTimeToday()

 

But the result are still not just the next 20 days (attached).  I'm sure that I continue to do something dumb!

 

rhearns1
8 - Asteroid

I'm sorry I was looking at the wrong column!  This is now PERFECT!

 

Thank you.  Thank you.  THANK YOU!

alexnajm
18 - Pollux
18 - Pollux

Happy to help!

Labels
Top Solution Authors