Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

get the last number or record id

PassION_es
10 - Fireball

Hello Alteryx Community,

 

May I request your assistance on what the right tool to use to get the last number (record id) of each bank account.

Attached is the sample input and output.

3 REPLIES 3
flying008
15 - Aurora

Hi, @PassION_es 

 

You can use Summarize tool to get your want:

1- Group by [BANK ACCOUNT]

2- Last by [SEQUENCE]

 

录制_2024_05_23_14_32_44_348.gif

aatalai
15 - Aurora

could also be done by Max by Sequence, but either way would get you the same answer

PassION_es
10 - Fireball

wow, amazing! Thank you @flying008 & @aatalai 

Labels
Top Solution Authors