Hi everyone,
I am trying to create a query that will return 1 row as follows;
I have a query with 2 fields: CountofSomething, AccDate
I want to return the max(Countofsomething), AccDate
I am getting the max for each date - I want the max count and the date for that field ie. one row (I am grouping the date field because I do not know what aggregate to use)
Any ideas?
thanks
I am trying to create a query that will return 1 row as follows;
I have a query with 2 fields: CountofSomething, AccDate
I want to return the max(Countofsomething), AccDate
I am getting the max for each date - I want the max count and the date for that field ie. one row (I am grouping the date field because I do not know what aggregate to use)
Any ideas?
thanks