Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Select Number (Row) w/ Largest Amount

NBPSE
8 - Asteroid

The total in the Amount column for the corresponding Number column that includes 40 and 50 changes from month to month. How can I use a formula that selects the row with the largest Amount each month? For Example, this month 50 has the largest amount, so I would like the selection to only include Number 50, and Amount 452526.59.

Number.JPG

2 REPLIES 2
Hub119
11 - Bolide
11 - Bolide

Would recommend using a combination of a sort tool and a sample tool... sort descending on Amount to have your greatest amount record listed first and then use a sample tool configured to select the first record only.

NBPSE
8 - Asteroid

Worked perfectly, thank you!

Labels
Top Solution Authors