Hi,
I am a new user of alteryx and here's my question:
I have a table and a unique entry:
| | Table 1 | | | | Table 2 | |
| | | | | | | |
| | c1 | c2 | c3 | | | c1 |
| r1 | a | b | c | | r1 | x |
| r2 | a | b | c | | | |
| r3 | a | b | c | | | |
| | | | | | | |
| Table 1[c1] | is different to | Table 2[c1] | | | |
| | | | | | | |
| | Result should be | | | | |
| | | | | | | |
| | c1 | c2 | c3 | c4 | | |
| r1 | a | b | c | x | | |
| r2 | a | b | c | x | | |
| r3 | a | b | c | x | | |
Would this be something I can achieve and if so could anyone give me a hint?