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.
Summarize tool - Group By Account and ID and Max the Sys Date should work
I tried that, but it filters out some columns from my data, and I need all columns retained.
Then use that output and Join it back to the original records to essentially act as a filter on your data
@noopurjain similar to @alexnajm approach