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.

Apply max of a column to all rows

timioluwatimi
5 - Atom

timioluwatimi_1-1630443002366.png

 

 

Here is what my  data looks like. The "Rank" column was created using the multi-row tool. The next step is to apply the maximum rank by state to each  row by state as in the "Apply Max Rank" column. Any ideas how I can do this?

2 REPLIES 2
Luke_C
17 - Castor
17 - Castor

Hi @timioluwatimi 

 

Use a summarize tool to group by State and get the Max Rank. Then join back to the dataset on state. If you post the data itself (not a screenshot) I can help mock this up, just don't have the energy to re-type it all.

Maskell_Rascal
13 - Pulsar

Hi @timioluwatimi 

 

To visualize the answer that @Luke_C provided, your workflow would look like this:

Maskell_Rascal_0-1630444925015.png

 

Attached is a mockup for you to try. 

 

Cheers!

Phil

 

Labels
Top Solution Authors