SOLVED
How to get Maximum of the date, when the dates are in same column
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
Sanjana_HS
8 - Asteroid
10-04-2023
03:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
Can someone help how to get later of the date when the dates are in same column.
What i need: If ID=ID then pick late date from Date column, attached example below:
Output: for Zyx need new date coloumn to show 6/22/2023 for abc need 2/7/2023 as new date
ID | Name | Visa | Date | |||
Visa by Fragomen - 9.22.23 | 1234 | zyx | [Null] | ESTA | 6/22/2023 | |
Visa by Fragomen - 9.22.23 | 1234 | zyx | [Null] | J-1 | 5/22/2023 | |
Visa list by Susan - 8.1.23 | 7890 | abc | null | B-1 | 1/6/2023 | |
Visa by Fragomen - 9.22.23 | 7890 | abc | [Null] | B-1 | 2/7/2023 | 2/7/2023 |
Solved! Go to Solution.
Labels:
- Labels:
- Alteryx Practice
- Data Challenge
2 REPLIES 2
17 - Castor
10-04-2023
03:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hey @Sanjana_HS here's one way I can think of doing it - just some date formatting so Alteryx can worth with your values and then conducting a join based on when we take the Max for each ID, followed by some clean up of fields:
21 - Polaris
10-07-2023
11:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Sanjana_HS
We can do a sort, even not converting it to Date format, the easiest way is to use Multi-row tool. 😁
