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

Select highest value

SCK
8 - Asteroid

Hi all. I need help on selecting the 2 highest various values. I have attached the input and output for reference. Please help.

11 REPLIES 11
AshleyL
Alteryx Alumni (Retired)

@SCK 

 

The easiest way to do this would be to add a Formula building block between the Filter and the Sort and create a new field using the formula: abs(py amount). You would then sort on that new field instead of the original.

 

You shouldn't have to change anything else... the only thing you might want to update is the Reporting Table building block and un-check the new field before you use the Render.

SCK
8 - Asteroid

Thanks a ton @AshleyL ! really appreciate all the help! 🙂 🙂

Labels
Top Solution Authors