Hi ,
I have two datasets which need to matched , fully / partially as shown below :
| ColumA | ColumB | Matching % |
| AAAB | AAA | |
| AAB | AB | |
| AZB | AB | |
But while using fussy logic tool i get the results below :
which is not correct .
| ColumA | ColumB | Matching % |
| AAAB | AAA | 100 |
| AAB | AB | 100 |
| AZB | AB | 100 |
Any help .