Dear all, how can i get max Date and Min Date from a list Date Column
+1
A:
The brute force approach is to create two queries that will retrieve the list content sorted by date asc and desc. I know that this sucks but at least you can move on with you project and refine the query later on.
If only it was possible to retrieve top 1 then it might even work in production.
Kasper
2009-04-26 10:36:23
Thank you for this good answer but if i want to you GroupBy Tag to do this , how can i implement this soluation
mbakr
2009-04-26 11:47:58