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

Dynamic maximum and minimum

Dennis229
7 - Meteor

Hey there. I am trying to find the minimum and maximum for certain conditions. 

I managed to do it but the workflow is not dynamic (if more than one value is minimum, it should show the tied rows) same goes with the maximum. 

1 REPLY 1
Felipe_Ribeir0
16 - Nebula

Hi @Dennis229 

 

One way of doing this, you can get the max/min value with a summarize and join it back with the data:

 

Felipe_Ribeir0_1-1673462272351.png

 

 

 

 

Labels
Top Solution Authors