SOLVED
Extracting Latest Row by SYS_update_date with All Columns Retained
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
noopurjain
8 - Asteroid
‎11-06-2024
11:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello,
For an account with multiple rows and IDs, I need a single row that reflects the latest SYS_update_date. I tried using the summarize function, but it didn't work as I need all the columns in my dataset. In the attached example, I specifically need the fields highlighted in yellow. Could you please help?
Solved! Go to Solution.
Labels:
- Labels:
- Developer
4 REPLIES 4
18 - Pollux
‎11-06-2024
11:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Summarize tool - Group By Account and ID and Max the Sys Date should work
‎11-06-2024
11:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I tried that, but it filters out some columns from my data, and I need all columns retained.
18 - Pollux
‎11-06-2024
11:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Then use that output and Join it back to the original records to essentially act as a filter on your data
binuacs
21 - Polaris
‎11-06-2024
01:13 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@noopurjain similar to @alexnajm approach
