I have a list of history records that i need to use to produce a production report. The pertinant fields are EmployeeNumber, DateTimeStamp, ActivityType. I need to look through the data generated by each employee to determine their production rate but not include gaps in time when they were on break or lunch. i have created a counter that increments each time the previous record is more than 3 minutes (this is a variable, the threshould could be 1 minute or 10 minutes.. whatever) from the current record.. this works great to produce a set of 'groups' through out the day. what i need to do is to create a group based on this calculation. just to give a scope of this there are about 13000 records a day and it breaks out into 14 or 15 groups throughout the day. i need to break out these 14 or 15 groups and do stuff with them, which i can do if i can get the groups.. anyway enough rambling.
btw i have crystal reports 7.0 pro upgrade
don't hate me i think we have a higher rev around the office somewhere if i need that .. but is there a way in 7.0?
thanks for the help
Mark
btw i have crystal reports 7.0 pro upgrade
don't hate me i think we have a higher rev around the office somewhere if i need that .. but is there a way in 7.0?
thanks for the help
Mark