Hello All,
how to align the field1 data based on field2 matching data in alteryx. please find the expecting output.
Kindly Suggest me.
RAW Data:
| Field1 | Field2 |
| [Null] | I |
| L | C |
| I | G |
| C | K |
| G | L |
Result
| Field1 | Field2 | Matching Level |
| [Null] | I | 1 |
| I | G | 2 |
| G | L | 3 |
| L | C | 4 |
| C | K | 5 |
Thanks in Advance
NR