M
Martin Spence
I have a very large flat file that I import and need to do some manipulation
on. The challenge for me isnow how to get an aswer to a sate related
calculation. The data looks like:
Serial#1 Item#1 Date
Serial#1 Item#2 Date
Serial#1 Item#3 Date
Serial#2 Item#4 Date
Serial#3 Item#5 Date
Serial#3 Item#6 Date
I want to know for each serial number the count of items - no problem there.
Then I want to know for each serial number the count of items that have a
date value of less than a week apart. The items are unique IDs for a service
call - I have to calculate the % of repeat calls - a repeat call is
considered one that comes in within a week of the prior for each serial
number.
I've scratched my head a bunch and finally given up and need to ask for help.
Thanks Much
on. The challenge for me isnow how to get an aswer to a sate related
calculation. The data looks like:
Serial#1 Item#1 Date
Serial#1 Item#2 Date
Serial#1 Item#3 Date
Serial#2 Item#4 Date
Serial#3 Item#5 Date
Serial#3 Item#6 Date
I want to know for each serial number the count of items - no problem there.
Then I want to know for each serial number the count of items that have a
date value of less than a week apart. The items are unique IDs for a service
call - I have to calculate the % of repeat calls - a repeat call is
considered one that comes in within a week of the prior for each serial
number.
I've scratched my head a bunch and finally given up and need to ask for help.
Thanks Much