Hi Team
I am having a module with two line items(Error 1, Error 2). I need boolean to be checked if the texts in two line items are not same and it should retrieve the text which is not same in another line item.
List | Error 1 | Error 2 | Boolean | Output |
Product 1 | Text 1,Text 4 | Text 1,Text 4 | FALSE | |
Product 2 | Text 1,Text 4 | Text 4,Text 1 | FALSE | |
Product 3 | Text 4,Text 5 | Text 1,Text 4 | TRUE | Text 5 |
Product 4 | Text 4 | Text 4 | FALSE | |
Product 5 | Text 4 | Text 1 | TRUE | Text 4 |
Note: Text 1,Text 4 and Text 4,Text 1 are same. So it should return false.
please help me with this.
Regards
Shirisha.