I have a WB with 3 columns ...
CustomerID - one or many records depending on number of ServiceType
ServiceType - 10 possible values
ServiceEndDate
- I'm only interested in 4 of the 10 ServiceType values (let's call them A, B, C & D)
- I want to copy EVERY record for the CustomerID to another WS irrespective of ServiceType/ServiceEndDate
- IF all records with ServiceType A, B, C or D also have a ServiceEndDate (if ANY record has a ServiceType of A, B, C or D but DOES NOT have a ServiceEndDate then I don't want to do anything)
Is this possible?
Thanks ...
CustomerID - one or many records depending on number of ServiceType
ServiceType - 10 possible values
ServiceEndDate
- I'm only interested in 4 of the 10 ServiceType values (let's call them A, B, C & D)
- I want to copy EVERY record for the CustomerID to another WS irrespective of ServiceType/ServiceEndDate
- IF all records with ServiceType A, B, C or D also have a ServiceEndDate (if ANY record has a ServiceType of A, B, C or D but DOES NOT have a ServiceEndDate then I don't want to do anything)
Is this possible?
Thanks ...