A
Anverion
Guest
Let me explain my situation a little better. I'm using ADC to pull details from Oracle. In those details, I have 4 fields I need to validate to ensure that they represent a valid combination. I pull in reference data that has 4 fields, 127 rows. I need to iterate though that reference data and compare the 4 fields in the details. Example. Details: Session, Principal, Theatrical, AFTRA Residual, null, Television, SAG Reference Data: Session, Background, Theatrical, AFTRA Residual, Session, Theatrical, AFTRA Session, Principal, Television, SAG Session, Principal, Theatrical, AFTRA In this example, Detail 1 matches reference 4 so I have a valid combination for Detail 1. Detail 2, after iterating through all reference data has no valid combination. Sounds easy, I know, however, the results are duplicated for each detail. Hope that helps a bit. - Branden
Continue reading...
Continue reading...