SOLVED
get the last number or record id
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
PassION_es
10 - Fireball
‎05-22-2024
11:16 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
Solved! Go to Solution.
Labels:
- Labels:
- Output
- Tips and Tricks
3 REPLIES 3
flying008
15 - Aurora
‎05-22-2024
11:31 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi, @PassION_es
You can use Summarize tool to get your want:
1- Group by [BANK ACCOUNT]
2- Last by [SEQUENCE]
aatalai
15 - Aurora
‎05-23-2024
12:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
could also be done by Max by Sequence, but either way would get you the same answer
‎05-23-2024
12:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
wow, amazing! Thank you @flying008 & @aatalai
