We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

How to select specific row with dynamic criteria

zqlcancer
8 - Asteroid

In below sample, I need select rows which number in column 'Index' is the maximum number of entire column 'Index'. i.e. in this example, I need select rows which number of 'Index' column is 8(lines marked in red). Is this possible in Alteryx with dynamic selection criteria?

 

Index

Name

8

Mike

8

Mary

6

Mike

6

Tom

2

Mike

2

Tina

2 REPLIES 2
caltang
17 - Castor
17 - Castor

Best way I know:

 

image.png

Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
ChrisTX
16 - Nebula
16 - Nebula

Use a Summarize tool to find the Max Index.  Join the output from the Summarize back to your original data.

 

If you're new to Alteryx, check out Learning Paths and Interactive Lessons under Learn > Academy.

 

Chris

 

 

Labels
Top Solution Authors