Hi All,
Below mentioned data contains values in different orders but it has a same meaning so how to match them though it's order is different here.
| UserID | Value1 | Value2 | Output |
| 134562 | British Columbia,Canada | Canada,British Columbia | Canada,British Columbia |
Output can be in any format either value1 or value2, it doesn't matter but both should match as currently I am comparing both values and it's throwing as not matched.
kindly help regarding this.
Thank you