Hello All,
I am pretty new with alteryx and I am still trying to figure out certain functions. I am trying to Combine 2 column headers to create a third column header, I am wondering if we can use REGEX however I am not able to move forward, see the sample data for reference. If anyone can help me resolve this would be helpful.
Current output:
File A1 File B1 Results File A2 File B2 Results
1 1 TRUE 3 3 TRUE
2 3 FALSE 5 5 TRUE
Expected output:
File A1 File B1 File A1 vs File B1 File A2 File B2 File A2 vs File B2
1 1 TRUE 3 3 TRUE
2 3 FALSE 5 5 TRUE
Thanks