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

Pull bottom row data and pull up to first row if they share same value

YRichardson12
7 - Meteor

I have data that has the same record number but their values differ based on when they come in. What is the easiest way to pull this data up if they share the same number? See attached example for reference. TIA!

4 REPLIES 4
jenniferpearce
5 - Atom

You can use a summarize tool and group by your first 2 fields and then concatenate the 3 that you want to combine.

jenniferpearce
5 - Atom

If you need that original column.

Raj
16 - Nebula

@YRichardson12 
Another way of doing this
find the workflow attached.

YRichardson12
7 - Meteor

Thank you, all! This has been very helpful!

Labels
Top Solution Authors