Ox73
IS-IT--Management
- Nov 5, 2004
- 16
I have a report that gives me e.g. 230 records. Of those records there are a total of 200 distinct records if I do a distinct count of them. Within these records I have a date/time value for some of these records most have one date/time stamp but some have a date/time that are different from each other like the first date/time is the first date/time when it was updated but when there are more changes done to that record it generates another date/time. I want to count only those with the first date/time to calculate the percentage. My problem is that when I group by the record and then try to evaluate the unique date-time by choosing the minimum date-time for that group record it does not allow me to summarize an already summarized field and ideas? help