projectpete
MIS
Hello, I am using crystal 8.5 reading from a ProISAM (ProIV) database. What I am tying to do is read the field "SerialNumber" and if there is a match look at field "InspectionType". For the matching serial numbers if "InspectionType" = "YI" and "PI" then delete all data in row that = "PI".
Example Data:
CURRENT RESULT:
Contract# Serial# Inspection Type
48999 323232 YI
48505 323232 PI
48515 323232 PI
DESIRED RESULT:
Contract# Serial# Inspection Type
48999 323232 YI
Example Data:
CURRENT RESULT:
Contract# Serial# Inspection Type
48999 323232 YI
48505 323232 PI
48515 323232 PI
DESIRED RESULT:
Contract# Serial# Inspection Type
48999 323232 YI