Hi Experts,
I have a situation where the records looks like-
A B C D
01 P M AA
01 P M AB
02 P M AA
02 P M AC
The Above is my source data and my Target should look like-
A B C D
01 P M AA
01 P M AB
02 P M AB
02 P M AC
That is if for the same combination of A B C records D value is AB- DO NOT CHANGE
But if the Value is NOT AB then AA should convert to AB
Please let me know how to implement this logic in BODS
Thanks
Ashique