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

to filter for Todays date + 7days

keepcalm
7 - Meteor

Hi Community,

 

 

I am trying to filter T+7 date. Eg if i run today (11/8/20), i need altyerx to capture only (18/8/20) date.I have tried to use date time tool to convert to a date and then use [Value Date] = todate(DateTimeAdd(DateTimeToday(),7,"days")) in filtering tool but it came out null. Any help? Thank you

 

 

 

 

 

keepcalm_0-1597133759937.png

 

3 REPLIES 3
JosephSerpis
17 - Castor
17 - Castor

Hi @keepcalm I tested your syntax and it works for me. What format is the date data of the Value Date Column?

 

Date_11082020.JPG

Shree185
6 - Meteoroid

Hi @Jose 

 

I am trying to apply the same filter with today - 7 days, can you please help me

nagakavyasri
12 - Quasar

@Shree185 Use -7 in the formula: todate(DateTimeAdd(DateTimeToday(),-7,"days"))

Labels
Top Solution Authors