Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Max Date - last 10 days

faisal9999
8 - Asteroid

I have data including date column total record 100 and I do not know the date range I only want last 10 days data from max(date) from my data.

 

max(date) - 10 days

4 REPLIES 4
binuacs
21 - Polaris

@faisal9999 one way of doing this with the sort and the sample tool

image.png

faisal9999
8 - Asteroid

Hi Dear....
No it wont work if you have duplicate date then it will take duplicate date as well...Solution that you gave will work on unique rows. 

binuacs
21 - Polaris

if you want to include the duplicate date as well then try the below workflow

image.png

faisal9999
8 - Asteroid

thank you so much  

:)
Labels
Top Solution Authors