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.

Summarize tool based on unique ID

utkarsh9771
5 - Atom

I want to get MAX date and MIN date based on unique ID

 

I also want all the records plus 2 new columns called Max Date & Min Date

 

 

 
 

 

2 REPLIES 2
griffinwelsh
12 - Quasar

@utkarsh9771 take the steps below. Mark solved if this solved your issue. Let me know if you have any questions.

1. Use the summarize tool. Group by unique ID, Min date, Max date

2. Join the summarize tool output with the original data set on unique id.

binuacs
21 - Polaris

@utkarsh9771 similar to @griffinwelsh approach

image.png

Labels
Top Solution Authors