Hopefully I don't complicate this more than it needs to be. I'm working with a database which, for identity protection purposes, is customer agnostic. I don't have any customer information to uniquely identify each record.
What I have been asked to do is to identify service repair records in which a technician was sent to the same location to work on the same device in the same day. So somehow, I need to tell CR to identify records with the same address (repair.adrs) in which the service was performed on the same date (repair.dt), and the service was performed on a device with the same manufacturer AND model number (sys.manf & sys.mod). I need these to be identified for each day. My customer is estimating that they have roughly 1,500 service repair calls per day nationwide, and of these, perhaps 10% might fot their criteria- but that is their best guess and a stab in the dark.
While they admit that a customer can potentially have two devices with the same manufacturer and same model # which need repair on the same day, they are convinced that the frequency would be so low to render it statistically insignificant. Their goal is to identify the frequency in which the initial attempt to repair was unsuccessful and a second technician had to be sent tot he scene. Unfortunately, their database is lacking some key elements which would help. I've recommended (among other things)that they create a numeric identifier for each customer rather than just a name and address and also recommended that they consider storing serial numbers in their database for each device.
Any help would be appreciated. Thank you!
JK
What I have been asked to do is to identify service repair records in which a technician was sent to the same location to work on the same device in the same day. So somehow, I need to tell CR to identify records with the same address (repair.adrs) in which the service was performed on the same date (repair.dt), and the service was performed on a device with the same manufacturer AND model number (sys.manf & sys.mod). I need these to be identified for each day. My customer is estimating that they have roughly 1,500 service repair calls per day nationwide, and of these, perhaps 10% might fot their criteria- but that is their best guess and a stab in the dark.
While they admit that a customer can potentially have two devices with the same manufacturer and same model # which need repair on the same day, they are convinced that the frequency would be so low to render it statistically insignificant. Their goal is to identify the frequency in which the initial attempt to repair was unsuccessful and a second technician had to be sent tot he scene. Unfortunately, their database is lacking some key elements which would help. I've recommended (among other things)that they create a numeric identifier for each customer rather than just a name and address and also recommended that they consider storing serial numbers in their database for each device.
Any help would be appreciated. Thank you!
JK