Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

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

Pick the row. with max value of another column

SrinivasanSugumaran
8 - Asteroid

Good day. can someone help me to achieve on the below output.. I hav a table and I need to pick the row corresponding to the max. value of another column in the same table.

input:

namesubjectpercentage
alexenglish60
 maths70
 science80
richardenglish55
 history86
 geography90

 

output:

alexscience80
richardgeography90
6 REPLIES 6
Emil_Kos
17 - Castor
17 - Castor

Hi @SrinivasanSugumaran,

 

So first we need to get the data in a proper structure. I have made a name column populated for all the rows. Afterwards, we need to sort the percentages from the highest to lowest and use the sample function to get the desired results:

 

Emil_Kos_0-1603090780151.png

The desired output:

 

Emil_Kos_1-1603090803164.png

 

Please mark it as a solution if this was helpful for you.

 

Good Luck!

 

Qiu
20 - Arcturus
20 - Arcturus

@SrinivasanSugumaran 
A solution that a bit different with @Emil_Kos .1019-SrinivasanSugumaran.PNG

SrinivasanSugumaran
8 - Asteroid

thanks qiu

SrinivasanSugumaran
8 - Asteroid

thanks emil

Qiu
20 - Arcturus
20 - Arcturus

@SrinivasanSugumaran 
Thank you for the mark aslo. Have a nice day!

Cassidy_M
5 - Atom

Wondering if anyone knows how to deal with ties in this scenario. Can you get Alteryx to return multiple rows if there are ties?


Labels