Forum Discussion
MAX date for an ID with repeating dates
- 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
Thanks Zubair_Muhammad but I thought that it is better to do it in query mode because it is somehow less hardware demanding procedure. Am I wrong on this one?
Also, how can I filter out ture ones in data view so that the table becomes uniqe in relationship view. I did filter out the value but I still couldn't create relationship. See screens attached.
- Zubair_Muhammad8 years ago
Community Champion
Sorry I was out of office
In Query Editor, you can use Group By Function to get the Max Dates for each ID
- ivancans8 years agoFrequent Visitor
Thank you Zubair_Muhammad ! I actually stumbled upon this solution half an hour ago, but nontheless this seems to be the right solution! :smileyhappy:
- Anonymous7 years agoNot applicable
Brilliant solution for this scenario!
Thanks,
Jeroen
- cperazza3 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!