Forum Discussion
ivancans
8 years agoFrequent Visitor
MAX date for an ID with repeating dates
Hello, I would like to get your help in the following matter. I have ID's with multiple dates. I need to return latest date for each of the ID's and compare the result with the specific row. If t...
- 8 years ago
Sorry I was out of office
In Query Editor, you can use Group By Function to get the Max Dates for each ID
Zubair_Muhammad
Community Champion
8 years ago
Sorry I was out of office
In Query Editor, you can use Group By Function to get the Max Dates for each ID
cperazza
3 years agoFrequent Visitor
What if my dataset has more than 1 column apart from the ID (Group By), and I want to return the whole row? Is it possible?
Thank you!