Top predicate

M

Mark

I ask this question a few weeks ago, but I just can’t seem to get it to work.

I want to use the TOP predicate on a sum function, but I want to group on
date too..

Date Error Num of Occurrence
07/02/06 2134 125
2104 123
2105 121

07/03/06 2285 201
2578 198
1985 174


The field I would use are
Date, Error, sum of error.

I can make this work if I do not add the date grouping. How can I add days
to it?
 
Top