One of the fabulous Alteryx pros helped me create the following output to show differences in two files:
| ID | EFFDATE1 | EFFDATE2 | RANGE LOW 1 | RANGE LOW 2 |
| 4823 | 12/31/2019 | 12/27/2019 | | |
| 4999 | | | 1940 | 1920 |
Now it's been requested that the output be formatted as below and I don't know how to populate the "field" column because we created a field 1 (for the first compare file) and field 2 (for the second compare file.)
| ID | Field | Value1 | Value2 |
| 4823 | EffDate | 12/31/2019 | 12/27/2019 |
| 4999 | Range Low | 1940 | 1920 |
Do the experts have any suggestions? Thank you!