F1 | F2 | Output |
data1 | 2 | false |
data2 | 3 | false |
data3 | 4 | false |
form1 | 5 | false |
form2 | 3 | true |
form3 | 2 | true |
From the above example, compare the data of F2 corresponding in data1 with form1, form2, form3 and if same, then output should be true only to the value corresponding to form1,form2,form3, the same should be done with data2,data3 corresponding values. Simply is it is a row comparison, But data1 data2 data3 corresponding F2 values should be compared with form1 form2 form3 corresponding F2 values. comparison is not as data1 with form1. It should be with every data and form in F1.
Thanks
Thulasi