Originally posted by: johnxp
Hi, Anyone can help for below the issue?
I am using NOT in Extract function, however, it's not working.
Rule 1: (it's working, it extracts records based on my conditions)
MyItem(s) = EXTRACT(MyItem, MyItem.ID1 = "A" & MyItem.ID2="B")
Rule 2: (it's not working, it extracts all items instead.)
MyItem(s) = EXTRACT(MyItem, NOT(MyItem.ID1 = "A" & MyItem.ID2="B"))
#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender#DataExchange